document.write( "Question 883637: suppose that the functions q and r are defined as follow
\n" );
document.write( "Q(x)=x^2+6
\n" );
document.write( "R(x)= square root x+9
\n" );
document.write( "find the following
\n" );
document.write( "(roq)(7)=
\n" );
document.write( "(qor)(7)= \n" );
document.write( "
Algebra.Com's Answer #533654 by algebrahouse.com(1659)![]() ![]() You can put this solution on YOUR website! Q(x) = x² + 6 \n" ); document.write( "R(x) = √(x + 9)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(roq)(7) \n" ); document.write( "= √(x² + 6 + 9) {substituted (x² + 6) in for x} \n" ); document.write( "= √(x² + 15) {combined like terms} \n" ); document.write( "= √[(7)² + 15] {substituted 7 for x} \n" ); document.write( "= √(49 + 15) {evaluated exponent} \n" ); document.write( "= √64 {added}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(qor)(7) \n" ); document.write( "= [√(x + 9)]² + 6 {substituted √(x + 9) for x} \n" ); document.write( "= x + 9 + 6 {evalauted exponent} \n" ); document.write( "= x + 15 {combined like terms} \n" ); document.write( "= 7 + 15 {substituted 7 for x} \n" ); document.write( "= 22 {added} \n" ); document.write( " For more help from me, visit: www.algebrahouse.com \n" ); document.write( " |