document.write( "Question 51282: For the functions f(x) = 4x^2 - 4
\n" ); document.write( "and g(x) = -8x^2 + 4,
\n" ); document.write( "find f(g(-3)).
\n" ); document.write( "

Algebra.Com's Answer #34211 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
Either:
\n" ); document.write( "g(-3) = -8(-3)^2 + 4 = -8(9) + 4 = -72 + 4 = -68
\n" ); document.write( "f(-68) = 4(-68)^2 - 4 = 4(4624) - 4 = 18,492
\n" ); document.write( "Or:
\n" ); document.write( "f(g) = 4(-8x^2 + 4)^2 - 4
\n" ); document.write( "f(g) = 4(64x^4 - 64x^2 + 16) - 4
\n" ); document.write( "f(g) = 256x^4 - 256x^2 + 64 - 4 = 256x^4 - 256x^2 + 60
\n" ); document.write( "f(3) = 256(3)^4 - 256(3)^2 + 60 = 20,736 - 2,304 + 60 = 18,492
\n" ); document.write( "
\n" );