document.write( "Question 99983: Given the functions f(x)= x^2 - 9x - 3 and g(x)= x - 3, find f(g(x)) \n" ); document.write( "
Algebra.Com's Answer #72803 by edjones(8007)![]() ![]() You can put this solution on YOUR website! f(x)= x^2 - 9x - 3 and g(x)= x - 3 \n" ); document.write( "(x-3)^2-9(x-3)-3 \n" ); document.write( "x^2-6x+9-9x+27-3 \n" ); document.write( "f(g(x))=x^2-15x+33 \n" ); document.write( " |