document.write( "Question 362574: The smaller of two numbers is 3 less than twice the larger number. If the larger number is decreased by 10, the result is the same as the smaller number. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #258422 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The smaller of two numbers is 3 less than twice the larger number. If the larger number is decreased by 10, the result is the same as the smaller number. Find the numbers. \n" ); document.write( "----- \n" ); document.write( "larger: x \n" ); document.write( "smaller: 2x-3 \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "x-10 = 2x-3 \n" ); document.write( "x = -7 (larger) \n" ); document.write( "2x-3 = -17 (smaller) \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |