document.write( "Question 1006239: The difference between two numbers is 7. If the greater number is 3 less than 2 times the smaller number, then the product of the numbers is equal to:\r
\n" );
document.write( "\n" );
document.write( "A) 170
\n" );
document.write( "B) 42
\n" );
document.write( "C) 85
\n" );
document.write( "D) 21
\n" );
document.write( "E) 27 \n" );
document.write( "
Algebra.Com's Answer #622419 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! smaller number is x \n" ); document.write( "greater number is 2x-3 \n" ); document.write( "but 2x-3-x=7 \n" ); document.write( "x=10 \n" ); document.write( "2x-3=17 \n" ); document.write( "product is 170. \n" ); document.write( "A \n" ); document.write( " |