document.write( "Question 900280: find 3 consecutive integers where the sum of the first 2 is 74 more than the 3rd \n" ); document.write( "
Algebra.Com's Answer #545868 by ewatrrr(24785) You can put this solution on YOUR website! 3 consecutive integers: x, x+1, x+2 \n" ); document.write( "2x+1 = (x+2) + 74 \n" ); document.write( "x = 75 \n" ); document.write( "3 consecutive integers are: 75, 76,77 \n" ); document.write( "And.. \n" ); document.write( "151 = 77 + 74 \n" ); document.write( " \n" ); document.write( " |