document.write( "Question 57735: find to consecutive integers whose sum is 255 \n" ); document.write( "
Algebra.Com's Answer #39413 by stanbon(75887) ![]() You can put this solution on YOUR website! find to consecutive integers whose sum is 255 \n" ); document.write( "--------- \n" ); document.write( "Let the consecutive integers be x and x+1. \n" ); document.write( "EQUATION: \n" ); document.write( "x+x+1=255 \n" ); document.write( "2x=254 \n" ); document.write( "x=127 \n" ); document.write( "x+1=128 \n" ); document.write( " |