190k views
5 votes
Find all sets of four consecutive integers whose sum is between 95 and 105

User Jack Wang
by
7.4k points

1 Answer

4 votes
Hello,

Let n-2,n-1,n,n+1 the foru numbers
s=n-2+n-1+n+n+1=4n-2

95<=4n-2<=105
==>97<=7n<=107
==>24.25<=n<=26.75
==>25<=n<=26
if n=25 s=98
if n=26 s=102
User KLabz
by
6.3k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.