document.write( "Question 1034227: The difference of two positive numbers is 1. The larger number is one less than twice the smaller number. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #648819 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the numbers x and y. Then we can write
\n" ); document.write( "x - y = 1 and
\n" ); document.write( "x = 2y - 1
\n" ); document.write( "Now substitute the second into the first and get
\n" ); document.write( "2y-1 - y = 1
\n" ); document.write( "y - 1 = 1
\n" ); document.write( "y = 2
\n" ); document.write( "so that
\n" ); document.write( "x = 3
\n" ); document.write( "
\n" );