document.write( "Question 1007285: One number is 7 more than another number, The sum of these two numbers is 101. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #623215 by tiffany222(56)\"\" \"About 
You can put this solution on YOUR website!
Let one number be x
\n" ); document.write( "Let the other number be y\r
\n" ); document.write( "\n" ); document.write( "y = x + 7\r
\n" ); document.write( "\n" ); document.write( "x + y = 101
\n" ); document.write( "x + (x + 7) = 101
\n" ); document.write( "2x +7 = 101
\n" ); document.write( "2x = 94
\n" ); document.write( "x = 47\r
\n" ); document.write( "\n" ); document.write( "y = x + 7 = 47 + 7 = 54\r
\n" ); document.write( "\n" ); document.write( "Final Answer:
\n" ); document.write( "Two numbers = 47 and 54
\n" ); document.write( "
\n" );