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 #244557 by stanbon(75887) ![]() You can put this solution on YOUR website! Find 3 consecutive integers in which the sum of the first two is 90 more than the last. \n" ); document.write( "------------ \n" ); document.write( "1st: x \n" ); document.write( "2nd: x+1 \n" ); document.write( "3rd: x+2 \n" ); document.write( "---------- \n" ); document.write( "Equation: \n" ); document.write( "x + x+1 = x+2 + 90 \n" ); document.write( "2x+1 = x+92 \n" ); document.write( "x = 91 \n" ); document.write( "x+1 = 92 \n" ); document.write( "x+2 = 93 \n" ); document.write( "========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========== \n" ); document.write( " |