Find the sum of three consecutive largest positive integers such that the sum of one-third of first, one - fourth of second and one -fifth of third is atmost 20.
75
Let the smallest positive integer = x
Then, second smallest integer = x +1
and the greatest integer = x +2
According to the condition,
⇒x3+x+14+x+25≤20
⇒20x+15x+15+12x+2460≤20
⇒47x+39≤1200
⇒47x≤1161
⇒x≤116147
⇒x≤243347
Therefore, x = 24, x +1 = 25 and x+ 2 = 26
So, sum of the numbers = 24 + 25 + 26 = 75