document.write( "Question 538844: One number is five more than twice the second number. If the difference between twice the first number and three times the second number is six, what are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #353265 by oberobic(2304)\"\" \"About 
You can put this solution on YOUR website!
x = 2y + 5
\n" ); document.write( "2x - 3y = 6
\n" ); document.write( ".
\n" ); document.write( "x - 2y = 5
\n" ); document.write( "2x - 3y = 6
\n" ); document.write( ".
\n" ); document.write( "2x -4y = 10
\n" ); document.write( "2x -3y = 6
\n" ); document.write( "--------------
\n" ); document.write( "-y = 4
\n" ); document.write( "y = -4
\n" ); document.write( ".
\n" ); document.write( "2x -3(-4) = 6
\n" ); document.write( "2x +12 = 6
\n" ); document.write( "2x = -6
\n" ); document.write( "x = -3
\n" ); document.write( ".
\n" ); document.write( "Check the answer.
\n" ); document.write( "-3 -2(-4) = 5 ??
\n" ); document.write( "-3 + 8 = 5
\n" ); document.write( "Correct
\n" ); document.write( ".
\n" ); document.write( "Answer: The two numbers are -4 and -3.
\n" ); document.write( ".
\n" ); document.write( "Done.
\n" ); document.write( "
\n" );