document.write( "Question 32705: If g(x) = 2x - 3, D = {Reals}, and h(x) = x squared + 1, D = {Reals}, find:\r
\n" );
document.write( "\n" );
document.write( "a) (g + h)(-2)
\n" );
document.write( "b) gh(1/2) \n" );
document.write( "
Algebra.Com's Answer #19153 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! (g + h)(x)= 2x-3+x^2+1 = x^2+2x-2 \n" ); document.write( "(g-h)(-2) = 4-4-2 = -2; \n" ); document.write( "gh(x)= (2x-3)(x^2+1); \n" ); document.write( "gh(1/2) = (1-3)(1/4 + 1) = -2(5/4) = -5/2 \n" ); document.write( " |