document.write( "Question 1026124: What is (fg)(2) given f(x) = 3x^2 - x and g(x) = x - 2 \n" ); document.write( "
Algebra.Com's Answer #641389 by Cromlix(4381) You can put this solution on YOUR website! Hi there, \n" ); document.write( "Are you asking for (fog) (2)? \n" ); document.write( "If so:- \n" ); document.write( "f(x) = 3x^2 - x and g(x) = x - 2 \n" ); document.write( "(fog) = 3(x - 2)^2 -(x - 2) \n" ); document.write( "(fog) = 3(x^2 - 4x + 4) -(x - 2) \n" ); document.write( "Remove brackets: \n" ); document.write( "(fog) = 3x^2 - 12x + 12 - x + 2 \n" ); document.write( "Collect like terms: \n" ); document.write( "(fog) = 3x^2 - 13x + 14 \n" ); document.write( "(fog) (2) = 3(2)^2 - 13(2) + 14 \n" ); document.write( "(fog) (2) = 12 - 26 + 14 \n" ); document.write( "(fog) (2) = 0 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |