document.write( "Question 895926: find two consecutive numbers such that the sum of the greatest number and twice the lesser number is 40. what are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #805821 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive numbers: x, (x+1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(x+1) + 2x = 40
\n" ); document.write( "3x + 1 = 40
\n" ); document.write( "3x = 39
\n" ); document.write( "x = 13\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The numbers are 13 and 14.
\n" ); document.write( "
\n" );