document.write( "Question 918551: Suppose that the functions P and Q are defined as follows.
\n" );
document.write( "p(x)=-x
\n" );
document.write( "q(x)=-2x^2+1\r
\n" );
document.write( "\n" );
document.write( "Find the following.
\n" );
document.write( "(p○q)(-2)=
\n" );
document.write( "(q○p)(-2)= \n" );
document.write( "
Algebra.Com's Answer #557103 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that the functions P and Q are defined as follows. \n" ); document.write( " p(x)=-x \n" ); document.write( " q(x)=-2x^2+1 \n" ); document.write( "Find the following. \n" ); document.write( " (p○q)(-2)= p[q(-2)] = p[-2(-2)^2+1] = p[-7] = 7 \n" ); document.write( "------------------------- \n" ); document.write( " (q○p)(-2)= q[p(-2)] = q[2] = -2(2^2)+1 = 7 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------------- \n" ); document.write( " |