document.write( "Question 101857: fiND FOUR CONSECUTIVE INTEGERS WHOSE SUM IS 244 \n" ); document.write( "
Algebra.Com's Answer #74056 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! A+B+C+D=244 \n" ); document.write( "Since they are consecutive integers, then \n" ); document.write( "B=A+1 \n" ); document.write( "C=B+1=A+2 \n" ); document.write( "D=C+1=B+2=A+3 \n" ); document.write( "Substituting into the first equation: \n" ); document.write( "A+(A+1)+(A+2)+(A+3)=244 \n" ); document.write( "4A+6=244 \n" ); document.write( "4A+6-6=244-6 Additive inverse of 6 or (-6) \n" ); document.write( "4A = 238 \n" ); document.write( "4A/4 = 238/4 \n" ); document.write( "A=238/4 \n" ); document.write( "Oops, the results of 238 divided by 4 is not an integer, as you assumed at the beginning. There is no solution. \n" ); document.write( "A quick check: (59,60,61,62) sum to 242 and (60,61,62,63) sum to 246. \n" ); document.write( "No solution. \n" ); document.write( " |