document.write( "Question 258178: the larger of two numbers is 1 more than the smaller. the sum of the numbers is 20 less than three times the larger.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #190049 by palanisamy(496)\"\" \"About 
You can put this solution on YOUR website!
Let the numbers be x and x+1
\n" ); document.write( "Given, the sum of the numbers is 20 less than three times the larger.
\n" ); document.write( " x+x+1 = 3(x+1)-20
\n" ); document.write( " 2x+1 = 3x+3-20
\n" ); document.write( " 2x-3x = -17-1
\n" ); document.write( " -x = -18
\n" ); document.write( " x = 18
\n" ); document.write( "So the numbers are 18 and 19
\n" ); document.write( "
\n" );