document.write( "Question 1183587: Given
\n" );
document.write( "f(x) = sqrt x and g(x) = x^2 − 25, evaluate each expression.\r
\n" );
document.write( "\n" );
document.write( "f(g(5))=\r
\n" );
document.write( "\n" );
document.write( "g(f(5))=\r
\n" );
document.write( "\n" );
document.write( "g(f(0))=\r
\n" );
document.write( "\n" );
document.write( "f(g(−6))=\r
\n" );
document.write( "\n" );
document.write( "f(g(x))=\r
\n" );
document.write( "\n" );
document.write( "g(f(x))=
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #813976 by Boreal(15235) You can put this solution on YOUR website! g(5)=0, and sqrt (0)=0 \n" ); document.write( "- \n" ); document.write( "f(5)=sqrt(5) and sqrt(5)^2-25=-20 \n" ); document.write( "- \n" ); document.write( "f(0)=0 and g(0)=-25 \n" ); document.write( "- \n" ); document.write( "g(-6)=11 and f(11)=sqrt(11) \n" ); document.write( "- \n" ); document.write( "f(g(x))=sqrt(x^2-25) \n" ); document.write( "- \n" ); document.write( "g(f(x))=x-25, put the sqrt(x) into the x part of g(x), so that squaring it becomes x and the -25 is still there. \n" ); document.write( " |