document.write( "Question 725791: Use f(x) = 4x^2 and g(x) = x-8/2 to evaluate the expression.\r
\n" );
document.write( "\n" );
document.write( "a.) fog(4)
\n" );
document.write( "b.) gof (-3) \n" );
document.write( "
Algebra.Com's Answer #444311 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Use f(x) = 4x^2 and g(x) = x-8/2 to evaluate the expression. \n" ); document.write( "a.) fog(4) \n" ); document.write( "=f[g(x)] \n" ); document.write( "=f[(x-8)/2] \n" ); document.write( "=f[4*((x-8)/2)^2] \n" ); document.write( "=f[4*(x^2-16x+64)/4] \n" ); document.write( "=16-64+64 \n" ); document.write( "=16 \n" ); document.write( "b.) gof (-3) \n" ); document.write( "=g[f(x)] \n" ); document.write( "=g[4x^2] \n" ); document.write( "=(4x^2-8)/2) \n" ); document.write( "=4(x^2-2)/2 \n" ); document.write( "=2(x^2-2) \n" ); document.write( "=2(9-2) \n" ); document.write( "=14 \n" ); document.write( " |