document.write( "Question 1127308: The sum of two numbers is 20. The difference between three times the first number and twice the second is 40. What are the two numbers \n" ); document.write( "
Algebra.Com's Answer #743700 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of two numbers is 20. The difference between three times the first number and twice the second is 40. What are the two numbers ? \n" ); document.write( "------ \n" ); document.write( "Equations:: \n" ); document.write( "x + y = 20 \n" ); document.write( "3x-2y = 40 \n" ); document.write( "------- \n" ); document.write( "Solving by substitution:: \n" ); document.write( "x = 20-y \n" ); document.write( "--- \n" ); document.write( "So, 3(20-y)-2y = 40 \n" ); document.write( "60-5y = 40 \n" ); document.write( "5y = 20 \n" ); document.write( "y = 4 \n" ); document.write( "----- \n" ); document.write( "Then x = 20-y = 16 \n" ); document.write( "----------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------------- \n" ); document.write( " \n" ); document.write( " |