document.write( "Question 1034678: Given the functions f(x)=x^2 and g(x)=sqrt(x),evaluate the following:
\n" );
document.write( "(f+g)(7)=
\n" );
document.write( "(f+g)(18)=
\n" );
document.write( "(f+g)(-18)=
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #649327 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! We can use the identity \n" ); document.write( "(f+g)(x) = f(x) + g(x) to solve all three...I'll do the first one, you do the rest the same way...notice sqrt(-18) isn't real... \n" ); document.write( "(f+g)(7) = f(7) + g(7) = 49 + sqrt(7) \n" ); document.write( "etc. \n" ); document.write( " |