document.write( "Question 73850: Given f(x) = 3 x+8 and g(x) = sqrt(x+3), find f ° g(4) and g ° f(4), giving exact answers (using sqrt if necessary).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #52817 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Given f(x) = 3 x+8 and g(x) = sqrt(x+3), find f ° g(4) and g ° f(4), giving exact answers (using sqrt if necessary).\r \n" ); document.write( "\n" ); document.write( "------------------- \n" ); document.write( "fog(4) = f[g(4)] = f[sqrt(4+3)] \n" ); document.write( "=f[sqrt(7)] \n" ); document.write( "= 3sqrt(7)+8\r \n" ); document.write( "\n" ); document.write( "============== \n" ); document.write( "gof(4) = g[f(4)] \n" ); document.write( "=g[3*4+8] \n" ); document.write( "=g(20) \n" ); document.write( "=sqrt(20+3) \n" ); document.write( "=sqrt(23) \n" ); document.write( "=================\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |