document.write( "Question 95280: The difference between two numbers is 12. If 20 is added to twice the larger number the result is 4 more than 3 times the smaller number. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #69530 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The difference between two numbers is 12. \n" ); document.write( "The two numbers are: x and (x+12) \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If 20 is added to twice the larger number the result is 4 more than 3 times the smaller number. \n" ); document.write( " 2(x+12) + 20 = 3x + 4 \n" ); document.write( " 2x + 24 + 20 = 3x + 4 \n" ); document.write( " 2x + 44 = 3x + 4 \n" ); document.write( " 2x - 3x = 4 - 44 \n" ); document.write( " -1x = -40 \n" ); document.write( " x = +40 \n" ); document.write( "; \n" ); document.write( " Find the two numbers. \n" ); document.write( "The numbers are 40 and 52 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solutions in the equation: \n" ); document.write( "2(52) + 20 = 3(40) + 4 \n" ); document.write( " 104 + 20 = 120 + 4 \n" ); document.write( " |