document.write( "Question 788625: The sum of two consecutive integers is 97. Find the largest of these integers. \n" ); document.write( "
Algebra.Com's Answer #478558 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
x+x+1=97
\n" ); document.write( "2x=96
\n" ); document.write( "x=96/2
\n" ); document.write( "x=48
\n" ); document.write( "x+1=49
\n" ); document.write( "
\n" );