document.write( "Question 37990: Given f(x) = 4x-3 and g(x) = 2x to the power of 2 - 5 find f[g(-1)] and
\n" ); document.write( "g[f(-1]
\n" ); document.write( "

Algebra.Com's Answer #23474 by ilana(307)\"\" \"About 
You can put this solution on YOUR website!
f(x)=4x-3 and g(x)=2x^2-5.
\n" ); document.write( "g(-1)=2(-1)^2-5 = 2-5 = -3.
\n" ); document.write( "f(-3)=4(-3)-3 = -12-3 = -15.
\n" ); document.write( "So f[g(-1)]=-15.
\n" ); document.write( "f(-1)=4(-1)-3 = -4-3 = -7.
\n" ); document.write( "g(-7)=2(-7)^2-5 = 2*49-5 = 93.
\n" ); document.write( "So g[f(-1)]=93.
\n" ); document.write( "
\n" );