document.write( "Question 272342: Find two consecutive intergral numbers whose sum is 51 \n" ); document.write( "
Algebra.Com's Answer #217696 by JBarnum(2146) You can put this solution on YOUR website! not an ageproblem but this is simple \n" ); document.write( "x+(x+1)=51 \n" ); document.write( "2x+1=51 \n" ); document.write( "2x=50 \n" ); document.write( "x=25 \n" ); document.write( "25 and 26 \n" ); document.write( " |