document.write( "Question 332258: what is the sum of a number and 6?
\n" );
document.write( "what is twice a number and 6?
\n" );
document.write( "what is twice the sum of a number and 6?
\n" );
document.write( "what is the product of x and y?
\n" );
document.write( "what is twice the product of x and y?
\n" );
document.write( "what is the square of the product of x and y?
\n" );
document.write( "what is the product of x and y-squared?
\n" );
document.write( "what is twice the difference of a and b?
\n" );
document.write( "what is the difference of a and b-squared?
\n" );
document.write( "what is 3 less than 5 time the difference of a and b? \n" );
document.write( "
Algebra.Com's Answer #238154 by edjones(8007)![]() ![]() You can put this solution on YOUR website! what is 3 less than 5 times the difference between a and b? \n" ); document.write( "5(a-b)-3 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |