Bunuel
For all real numbers, [x] = the greatest integer less than or equal to x.
What is the sum of the 28 terms in the series [1/6] + [2/6] + [3/6] + … + [28/6]?
A. 48
B. 50
C. 52
D. 54
E. 56
We can group the terms by groups of 6, except the first and last groups will have 5 terms each.
First group (5 terms): [1/6], [2/6], …, [5/6]
Second group (6 terms): [6/6], [7/6], …, [11/6]
Third group (6 terms): [12/6], [13/6], …, [17/6]
Fourth group (6 terms): [18/6], [19/6], …, [23/6]
Fifth group (5 terms): [24/6], [25/6], …, [28/6]
We see that each term in the first group is 0, in the second group 1, in the third group 2, in the fourth group 3, and in the fifth group 4. Therefore, the sum is 5 x 0 + 6 x 1 + 6 x 2 + 6 x 3 + 5 x 4 = 6 + 12 + 18 + 20 = 56.
Answer: E
Why did we group this ?? Is there any other method I can attempt this ?? I couldn't understand the explanation.
Please help.