document.write( "Question 250797: how do slove f(g(-2)) if f(x)=2x-5 and g(x)=3x^2 \n" ); document.write( "
Algebra.Com's Answer #184607 by drk(1908) ![]() You can put this solution on YOUR website! f(g(-2)) if f(x)=2x-5 and g(x)=3x^2. \n" ); document.write( "step 1 - find g(-2). \n" ); document.write( "g(-2) = 3(-2)^2 = 3*4 = 12 \n" ); document.write( "--- \n" ); document.write( "step 2 - put the value for g(-2) into the f(x) \n" ); document.write( "f(12) = 2(12) - 5 = 19. \n" ); document.write( "So, \n" ); document.write( "f(g(-2)) = 19. \n" ); document.write( " |