document.write( "Question 611205: Translate the problem situation to a system of equations. Do not solve. The difference between two numbers is 1. Three times the smaller number plus the larger number is 29. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #385005 by SwiftAlbatross(13)\"\" \"About 
You can put this solution on YOUR website!
Let x = larger number
\n" ); document.write( "Let y = smaller number\r
\n" ); document.write( "\n" ); document.write( "x - y = 1
\n" ); document.write( "3y + x = 29\r
\n" ); document.write( "\n" ); document.write( "To solve:
\n" ); document.write( "x - y = 1
\n" ); document.write( "x = y + 1
\n" ); document.write( "Substitute:
\n" ); document.write( "3y + x = 29
\n" ); document.write( "3y + y + 1 = 29
\n" ); document.write( "4y + 1 = 29
\n" ); document.write( "4y = 28
\n" ); document.write( "y = 7\r
\n" ); document.write( "\n" ); document.write( "x = 8
\n" ); document.write( "
\n" );