document.write( "Question 1015931: The sum of two consecutive number is 55'which is the largest number? \n" ); document.write( "
Algebra.Com's Answer #632331 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the consecutive numbers x and x+1. Adding them gives us
\n" ); document.write( "x + (x+1) = 55
\n" ); document.write( "2x + 1 = 55
\n" ); document.write( "Subtract 1 then divide by two and get
\n" ); document.write( "2x = 54
\n" ); document.write( "x = 27
\n" ); document.write( "but the larger number is x+1, or 28.
\n" ); document.write( "
\n" );