SOLUTION: find three consecutive integers such that if they are divided by 2, 3 and 4 respectively, the sum of the quotients will be equal to the next higher consecutive integer.
Algebra ->
Customizable Word Problem Solvers
-> Numbers
-> SOLUTION: find three consecutive integers such that if they are divided by 2, 3 and 4 respectively, the sum of the quotients will be equal to the next higher consecutive integer.
Log On
Question 869440: find three consecutive integers such that if they are divided by 2, 3 and 4 respectively, the sum of the quotients will be equal to the next higher consecutive integer. Answer by richwmiller(17219) (Show Source):
You can put this solution on YOUR website! a,b ,c and d
b=a+1,
c=b+1,
d=c+1,
a/2+b/3+c/4=d
a = 26, b = 27, c = 28, d = 29
check
26/2+27/3+28/4=29
13+9+7=29