document.write( "Question 332386: seven more than the product of a number and 10 \r
\n" );
document.write( "\n" );
document.write( "the product of the cube of a number and -6\r
\n" );
document.write( "\n" );
document.write( "twice the sum of a number and 8\r
\n" );
document.write( "\n" );
document.write( "the cube of the difference of a number and 7 \n" );
document.write( "
Algebra.Com's Answer #238208 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 10x+7 \n" ); document.write( "x^3*-6 \n" ); document.write( "2(x+8) \n" ); document.write( "(x-7)^3 \n" ); document.write( " |