document.write( "Question 173433: Four numbers have a total of 92. The first number is twice the second number and the third number is 4 more than the sum of the first two. The fourth number is 3 less than the difference of the first two numbers. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #128290 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Let the four numbers be a, b, c, and d.
\n" ); document.write( "From the problem description you can write:
\n" ); document.write( "1) a+b+c+d = 92 \"The four numbers have a total of 92\"
\n" ); document.write( "2) a = 2b \"The first number is twice the second number...\"
\n" ); document.write( "3) c = (a+b)+4 \"...the third number is 4 more than the sum of the first two.\"
\n" ); document.write( "4) d = (a-b)-3 \"The fourth number is 3 less than the difference of the first two numbers.\"
\n" ); document.write( "Substitute equation 2) into equation 1) to get:
\n" ); document.write( "1a) 2b+b+c+d = 92 Simplify.
\n" ); document.write( "2a) 3b+c+d = 92 Now substitute equation 3 into this equation.
\n" ); document.write( "2b) 3b+(a+b)+4+d = 92 Simplify this.
\n" ); document.write( "2b) a+4b+d+4 = 92 Substitute equation 2) into this equation.
\n" ); document.write( "2c) 2b+4b+d+4 = 94 Simplify.
\n" ); document.write( "2c) 6b+d+4 = 92 Substitute equation 4) into this equation.
\n" ); document.write( "2d) 6b+((a-b)-3)+4 = 92 Substitute equation 2) into this equation.
\n" ); document.write( "2e) 6b+((2b-b)-3)+4 = 92 Simplify.
\n" ); document.write( "2e) 7b+1 = 92 Subtract 1 from both sides.
\n" ); document.write( "7b = 91 Divide both sides by 7.
\n" ); document.write( "b = 13
\n" ); document.write( "a = 2b = 2(13) = 26
\n" ); document.write( "c = (a+b)+4 = 26+13+4 = 43
\n" ); document.write( "d = (a-b)-3 = 26-13-3 = 10
\n" ); document.write( "The numbers are:
\n" ); document.write( "a = 26
\n" ); document.write( "b = 13
\n" ); document.write( "c = 43
\n" ); document.write( "d = 10
\n" ); document.write( "
\n" ); document.write( "
\n" );