document.write( "Question 1093321: Evaluate the following equations for...
\n" );
document.write( "f(x)=2x
\n" );
document.write( "g(x)=3x+1
\n" );
document.write( "h(x)=x^2-2x+3\r
\n" );
document.write( "\n" );
document.write( "a) g(-1)x h(-2) \n" );
document.write( "
Algebra.Com's Answer #803333 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! g(-1) * h(-2) \n" ); document.write( "= (3(-1) + 1) * ((-2)^2 - 2(-2) + 3) \n" ); document.write( "= -2 * 11 \n" ); document.write( "= -22 \n" ); document.write( " |