document.write( "Question 51849: a=3 b=2 c=2 calculate the value of x
\n" );
document.write( "x=-a**b**c; \n" );
document.write( "
Algebra.Com's Answer #34585 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! IF * ARE POWERS THEN X=-(3^2*2^2*2) OR X=-(9*4*2) OR X=-72 \n" ); document.write( " |