document.write( "Question 87065: one number is two more than a second number. twice the first number is four
\n" ); document.write( "less than 3 times the second number. find the numbers
\n" ); document.write( "

Algebra.Com's Answer #63029 by ptaylor(2198)\"\" \"About 
You can put this solution on YOUR website!
Let x=the first number
\n" ); document.write( "And y=the second number
\n" ); document.write( "Now we are told that one number is two more than a second number. So we have:\r
\n" ); document.write( "\n" ); document.write( "x=y+2-------------------------eq1\r
\n" ); document.write( "\n" ); document.write( "We are also told that twice the first number is four less than 3 times the second number. And this gives us:\r
\n" ); document.write( "\n" ); document.write( "2x=3y-4----------------------------eq2\r
\n" ); document.write( "\n" ); document.write( "From eq1, substitute x=y+2 into eq2:\r
\n" ); document.write( "\n" ); document.write( "2(y+2)=3y-4 get rid of parens\r
\n" ); document.write( "\n" ); document.write( "2y+4=3y-4 subtract 3y and also 4 from both sides\r
\n" ); document.write( "\n" ); document.write( "2y+4-4-3y=3y-3y-4-4 collect like terms\r
\n" ); document.write( "\n" ); document.write( "-y=-8 divide both sides by -1\r
\n" ); document.write( "\n" ); document.write( "y=8 ----------------------------the second number\r
\n" ); document.write( "\n" ); document.write( "From eq1, x=y+2 or x=8+2=10------------------------the first number\r
\n" ); document.write( "\n" ); document.write( "CK
\n" ); document.write( "one number(10) is 2 more than the second number(8)----------------ok\r
\n" ); document.write( "\n" ); document.write( "twice the first number(20) is four less than 3 times the second number(24-4=20)---ok\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor
\n" ); document.write( "
\n" );