document.write( "Question 607226: . Let f(x) = 2x – 1, g(x) = 3x, and h(x) = x^2 + 1. Compute the following:
\n" );
document.write( "1. f(g(-3))
\n" );
document.write( "2. f(h(7))
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #382546 by LisaJ(11)![]() ![]() ![]() You can put this solution on YOUR website! It helps to look at just one function at a time. For 1)\r \n" ); document.write( "\n" ); document.write( "g(-3) = 3 * (-3) = -9 \n" ); document.write( "f(-9) = 2*(-9) -1 = -19 \n" ); document.write( "... \n" ); document.write( "For 2)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "f(50) = 2*50 - 1 = 99 \n" ); document.write( " |