document.write( "Question 920459: The sum of two consecutive numbers is 25. What is the largest of the consecutive numbers? \n" ); document.write( "
Algebra.Com's Answer #805736 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 + (x+1) = 25
\n" ); document.write( "2x = 24
\n" ); document.write( "x = 12\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "larger number = x+1 = 13
\n" ); document.write( "
\n" );