document.write( "Question 94894: The sum of two numbers is 31. Twice the lesser number is 6 less than twice the greater number. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #69433 by bucky(2189)\"\" \"About 
You can put this solution on YOUR website!
Let L represent the lesser number and G represent the Greater.
\n" ); document.write( ".
\n" ); document.write( "The sum of these two numbers equals 31. In equation form this is:
\n" ); document.write( ".
\n" ); document.write( "L + G = 31 <=== remember this first equation
\n" ); document.write( ".
\n" ); document.write( "Twice the lesser number (L) plus 6 equals twice the greater number (G). In equation form
\n" ); document.write( "this is:
\n" ); document.write( ".
\n" ); document.write( "2L + 6 = 2G <=== this is the second equation
\n" ); document.write( ".
\n" ); document.write( "From the first equation we can solve for L by subtracting G from both sides. When you subtract
\n" ); document.write( "G from both sides of the first equation the result is given by:
\n" ); document.write( ".
\n" ); document.write( "L = 31 - G
\n" ); document.write( ".
\n" ); document.write( "In the second equation you can substitute 31 - G in place of L. The second equation then
\n" ); document.write( "becomes:
\n" ); document.write( ".
\n" ); document.write( "2(31 - G) + 6 = 2G
\n" ); document.write( ".
\n" ); document.write( "Do the distributed multiplication on the left side by multiplying 2 times 31 and 2 times -G
\n" ); document.write( "to get:
\n" ); document.write( ".
\n" ); document.write( "62 - 2G + 6 = 2G
\n" ); document.write( ".
\n" ); document.write( "Get rid of the -2G on the left side by adding 2G to both sides. When you do that the equation
\n" ); document.write( "becomes:
\n" ); document.write( ".
\n" ); document.write( "62 + 6 = 4G
\n" ); document.write( ".
\n" ); document.write( "Add the two numbers on the left side:
\n" ); document.write( ".
\n" ); document.write( "68 = 4G
\n" ); document.write( ".
\n" ); document.write( "Solve for G by dividing both sides of this equation by 4 (the multiplier of G) and get:
\n" ); document.write( ".
\n" ); document.write( "68/4 = G
\n" ); document.write( ".
\n" ); document.write( "Dividing 68 by 4 results in 17 and the equation is then:
\n" ); document.write( ".
\n" ); document.write( "G = 17
\n" ); document.write( ".
\n" ); document.write( "We now know that the greater number is 17, and since the two numbers add to 31, the lesser
\n" ); document.write( "number L must be 31 - 17 = 14.
\n" ); document.write( ".
\n" ); document.write( "So the two numbers are 17 and 14
\n" ); document.write( ".
\n" ); document.write( "Check: twice the lesser number is 2 times 14 or 28. Is this 6 less than twice the greater
\n" ); document.write( "number or 2 times 17 = 34. Yes, 28 is 6 less than 34. Our answers check. The two numbers are
\n" ); document.write( "14 and 17.
\n" ); document.write( ".
\n" ); document.write( "Hope this helps you to understand the problem.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );