document.write( "Question 38192: How many sets of three consecutive integers are there for which their sum does not equal three times the middle integer? \n" ); document.write( "
Algebra.Com's Answer #23660 by josmiceli(19441) You can put this solution on YOUR website! Looks like zero is the answer \n" ); document.write( "consecutive integers = n, n+1, n+2 \n" ); document.write( "n + n + 1+ n+ 2 = 3(n + 1) \n" ); document.write( "3n + 3 = 3n + 3 \n" ); document.write( "This is always true no matter what 3 consecutive integers you pick \n" ); document.write( " |