how to do this qr problem?

This forum made possible through the generous support of SDN members, donors, and sponsors. Thank you.
Plug n chug:
f(g(x)) = 3(-2x+5)+2
g(f(x)) = -2(-6x+1)+5
f(x)g(x)= (3x+2)(-2x+5)

I didn't work these all the way out...I'm 99.9% they're right.
 
f(g(x)) just take the f(x) formula and replace the x with the g(x) forumla. do the opposite for the other one. so, f(g(x)) = 3(-2x+5)+2=-6x+17

the last one you just foil the two formulas.
 

Shot at 2007-08-10
f(x) = 3x + 2
g(x) = -2x + 5

So, f(g(x)) = 3 * ( -2x + 5 ) +2 = -6x + 15 + 2 = -6x + 17
Also, g(f(x)) = -2 * ( 3x + 2 ) + 5 = -6x - 4 + 5 = -6x + 1

f(x) * g(x) = (3x + 2) * (-2x + 5) = -6x^2 + 15x - 4x + 10
= -6x^2 + 11x + 10
 
Top