document.write( "Question 265589: What do \"the product of two numbers is equal to 14\" mean?..
\n" );
document.write( "What do \"2 times a number equals that number plus 5\" mean?..
\n" );
document.write( "What do \"half of a number is 8 less than a second number\" mean?
\n" );
document.write( "What do \" 4 more than 3 times a number is equal to 6 more than 2 times the number\" mean?
\n" );
document.write( "What do \"a number decreased by 5 and then doubled is 4\" mean? \n" );
document.write( "
Algebra.Com's Answer #195290 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! What do \"the product of two numbers is equal to 14\" mean?.. \n" ); document.write( "XY=14 \n" ); document.write( "What do \"2 times a number equals that number plus 5\" mean?.. \n" ); document.write( "2X=X+5 \n" ); document.write( "What do \"half of a number is 8 less than a second number\" mean? \n" ); document.write( "X/2=Y-8 \n" ); document.write( "What do \" 4 more than 3 times a number is equal to 6 more than 2 times the number\" mean? \n" ); document.write( "3X+4=2X+6 \n" ); document.write( "What do \"a number decreased by 5 and then doubled is 4\" mean? \n" ); document.write( "(X-5)2=4 \n" ); document.write( " |