document.write( "Question 1006171: The difference between the first number and two times the second number is -54, while the sum of three times the first number plus twice the second is 94. What is the first number? \n" ); document.write( "
Algebra.Com's Answer #622311 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the numbers x and y. Then, from the facts we have
\n" ); document.write( "x - 2y = -54 and
\n" ); document.write( "3x + 2y = 94
\n" ); document.write( "Let's add these equations and get
\n" ); document.write( "4x = 40 so that
\n" ); document.write( "x = 10
\n" ); document.write( "We then substitute into either equation (I'll use the 2nd one)
\n" ); document.write( "3(10) + 2y = 94
\n" ); document.write( "30 + 2y = 94
\n" ); document.write( "2y = 64
\n" ); document.write( "y = 32
\n" ); document.write( "
\n" );