document.write( "Question 1062374: Suppose that the functions u and w are defined as follows.
\n" );
document.write( "u(x)=(x^2)+1
\n" );
document.write( "w(x)=sqrt(x+6)
\n" );
document.write( "Find the Following:-
\n" );
document.write( "(w.u)(3)=
\n" );
document.write( "(u.w)(3)= \n" );
document.write( "
Algebra.Com's Answer #677295 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that the functions u and w are defined as follows. \n" ); document.write( "u(x)=(x^2)+1 \n" ); document.write( "w(x)=sqrt(x+6)Find the Following:- \n" ); document.write( "(w.u)(3)= w[u(3)] = w[(3^2+1)] = w(10) = sqrt(10+1) = 4 \n" ); document.write( "----------------------------- \n" ); document.write( "(u.w)(3)= u[w(3)] = u(sqrt(9)) = u(3) = 10 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |