document.write( "Question 341507: Find 3 consecutive integers in which the sum of the first two is 90 more than the last. \n" ); document.write( "
Algebra.Com's Answer #244556 by edjones(8007) You can put this solution on YOUR website! Let the numbers be x, x+1, x+2. \n" ); document.write( "x+x+1=x+2+90 \n" ); document.write( "x=91 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |