document.write( "Question 421602: Find three consecutive integers whose sum of the first and the third is -88 \n" ); document.write( "
Algebra.Com's Answer #294403 by Alan3354(69443) You can put this solution on YOUR website! n = 1st \n" ); document.write( "n + (n+1) + (n+2) = -88 \n" ); document.write( "3n + 3 = -88 \n" ); document.write( "3n = -91 \n" ); document.write( "n <> integer \n" ); document.write( "------------ \n" ); document.write( "No such numbers. \n" ); document.write( "The sum of 3 consecutive numbers is always a multiple of 3. Also 3 odd or even, or any consistently spaced, integers add to a multiple of 3. \n" ); document.write( " \n" ); document.write( " |