document.write( "Question 930760: The difference of 2 numbers is 18. One number is 5 more than twice the other. FInd the numbers. \n" ); document.write( "
Algebra.Com's Answer #565274 by rcdodds(6)\"\" \"About 
You can put this solution on YOUR website!
Let's turn these word problems into equations that we can solve.
\n" ); document.write( "The first sentence tells us that x-y=18, if we allow x and y to be the numbers we're looking for. The second sentence tells us that x=2y+5.\r
\n" ); document.write( "\n" ); document.write( "From here we insert the second equation into the first equation and solve.
\n" ); document.write( "\"x-y=18\"
\n" ); document.write( "\"2y%2B5-y=18\"
\n" ); document.write( "\"y%2B5=18\"
\n" ); document.write( "\"y=13\"\r
\n" ); document.write( "\n" ); document.write( "Then we plug this back into the first equation and solve.\r
\n" ); document.write( "\n" ); document.write( "\"x-y=18\"
\n" ); document.write( "\"x-13=18\"
\n" ); document.write( "\"x=31\"\r
\n" ); document.write( "\n" ); document.write( "So our numbers are 13 and 31, which we can check by plugging them back into the equations.
\n" ); document.write( "
\n" );