document.write( "Question 745032: Suppose that the functions q and r are defined as follows:\r
\n" );
document.write( "\n" );
document.write( "q(x)=x^2+3
\n" );
document.write( "r(x)= sqrt x+5\r
\n" );
document.write( "\n" );
document.write( "Find the following:\r
\n" );
document.write( "\n" );
document.write( "(r o q)(1)=
\n" );
document.write( "(q o r)(1)=\r
\n" );
document.write( "\n" );
document.write( "Thank you!! \n" );
document.write( "
Algebra.Com's Answer #453676 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! r o q merely means r(q(x)) and so you are looking to evaluate r(q(1)).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "q(1) is the input into r(x). \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Setting x=1, |