document.write( "Question 390145: the sum of 2 consecutive numbers is 28 what is the numbers \n" ); document.write( "
Algebra.Com's Answer #276911 by emargo19(101)\"\" \"About 
You can put this solution on YOUR website!
Let x=first consecutive number
\n" ); document.write( "x+1= second consecutive number
\n" ); document.write( "The first consecutive number + second consecutive number = sum
\n" ); document.write( "x + (x+1)= 28
\n" ); document.write( "2x+1=28
\n" ); document.write( "2x=28-1
\n" ); document.write( "2x=27
\n" ); document.write( "x=27/2
\n" ); document.write( "x=13.5
\n" ); document.write( "therefore x+1= 13.5+1= 14.5
\n" ); document.write( "The numbers are 13.5 & 14.5
\n" ); document.write( "
\n" );