document.write( "Question 1151339: Let f(x) = 3x^2 and g(x)=3-x Evaluate:
\n" );
document.write( "(A) (FG)(5)
\n" );
document.write( "(B)(F/G)(5)
\n" );
document.write( "(C)(FoG)(5) \n" );
document.write( "
Algebra.Com's Answer #773076 by Theo(13342)![]() ![]() You can put this solution on YOUR website! f(x) = 3x^2 \n" ); document.write( "g(x) = 3 - x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(5) - 3 * 5^2 = 75 \n" ); document.write( "g(5) = 3 - 5 = -2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(f * g)(5) = 75 * -2 = -150 ***** 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(f / g)(5) = 75 / -2 = -37.5 ***** 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(f o g)(5) = f(-2) = 3 * (-2)^2 = 3 * 4 = 12 ***** 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can solve the function first and then replace x with 5 and you should get the same answer.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x) = 3x^2 \n" ); document.write( "g(x) = 3 - x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(f * g)(x) = f(x) * g(x) = 3x^2 * (3 - x) = 9x^2 - 3x^3. \n" ); document.write( "when x = 5, this becomes 9 * 5^2 - 3 * 5^3 which becomes 9 * 25 - 3 * 125 which becomes 225 - 375 which becomes - 150 ***** 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(f / g)(x) = f(x) / g(x) = 3x^2 / (3-x). \n" ); document.write( "when x = 5, this becomes 3 * 5^2 / (3 - 5) which becomes 3 * 25 / -2 which becomes 75 / -2 which becomes -37.5 ***** 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(f o g)(x) = f(f(x)) = f(3-x) = 3 * (3-x)^2 = 3 * (9 - 6x + x^2) = 27 - 18x + 3x^2. \n" ); document.write( "when x = 5, this becomes 27 - 18 * 5 + 3 * 25 which becomes 27 - 90 + 75 which becomes 27 - 15 = 12 ***** 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "either way, you get the same answer.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here's some references you might find helpful.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "https://www.mathsisfun.com/sets/functions-operations.html\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "https://www.mathsisfun.com/sets/functions-composition.html\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "https://www.purplemath.com/modules/fcnops.htm\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "https://www.purplemath.com/modules/fcncomp2.htm \n" ); document.write( " |