document.write( "Question 42548: If g(x) = 3x - 8, find g[g(-4)].\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #27708 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! g(x) = 3x - 8 \n" ); document.write( "[g o g] = 3(3x - 8) - 8 = 9x - 32 \n" ); document.write( "g[g(-4)] = 9x - 32 = 9(-4) - 32 = -36 - 32 = -68 \n" ); document.write( " |