document.write( "Question 1061847: One number is 7 less than another number. If the sum of the numbers is 99, find the numbers \n" ); document.write( "
Algebra.Com's Answer #676600 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
x and x-7 are the numbers
\n" ); document.write( "x+x-7=99
\n" ); document.write( "2x-7=99
\n" ); document.write( "2x=106
\n" ); document.write( "x=53
\n" ); document.write( "x-7=46
\n" ); document.write( "They are 46 and 53
\n" ); document.write( "
\n" );