document.write( "Question 608425: The question says: Let f(x)=x^(2)+5 and g(x)=x-7 . Perform these function operations: f(x)=g(x), f(x)multiplied by g(x), f (g(2) ), and g( f(x)). I would appreciate much help on these several problems. \n" ); document.write( "
Algebra.Com's Answer #383187 by nerdybill(7384) You can put this solution on YOUR website! Let f(x)=x^(2)+5 and g(x)=x-7 . Perform these function operations: \n" ); document.write( "f(x)=g(x) \n" ); document.write( "x^2+5 = x-7 \n" ); document.write( "x^2-x+5 = -7 \n" ); document.write( "x^2-x+12 = 0 \n" ); document.write( "(x-4)(x+3) = 0 \n" ); document.write( "x = {-3, 4} \n" ); document.write( ". \n" ); document.write( "f(x)multiplied by g(x) \n" ); document.write( "(x^2+5)(x-7) \n" ); document.write( "FOIL \n" ); document.write( "x^3-7x^2+5x-35 \n" ); document.write( ". \n" ); document.write( "f(g(2)) \n" ); document.write( "g(2) = 2-7 = -5 \n" ); document.write( "f(g(2))= f(-5) = (-5)^2+5 = 25+5 = 30 \n" ); document.write( ". \n" ); document.write( "g( f(x)) \n" ); document.write( "x^2+5-7 \n" ); document.write( "x^2-2 \n" ); document.write( " |