satishchandra wrote:N, a set of natural numbers is partitioned into subsets: S1 = {1} S2 = {2, 3} S3 = {4, 5, 6}
S4 = {7, 8, 9, 10} and so on. The sum of the elements of the subset S30 is:
(A) 12505 (B) 14115 (C) 13515 (D) 16505 (E) 14000
S1 = {1} (1 number)
S2 = {2, 3} (2 numbers)
S3 = {4, 5, 6} (3 numbers)
S4 = {7, 8, 9, 10} (4 numbers)
.
.
.
S29 = {?????} (29 numbers)
Big question: At this point, how many natural numbers have we counted so far?
To find out, we need to find the sum of 1+2+3+4...+27+28+29
There's a nice formula that says:
The sum 1+2+3+...+n = (n)(n+1)/2
So, 1+2+3+4...+27+28+29 = (29)(30)/2, which equals
435
This means there are
435 numbers in the subsets from S1 to S29.
In other words, S29 = {407, 408, 409, . . ., 434,
435}
So, S30 = {436, 437, 438, . . ., 464, 465}
We're asked to find the sum of 436+437+438...+464+465
There several different options here, but the fastest is to use the answer choices to our advantage.
Notice that if all 30 numbers in S30 were 436 (the
smallest number in the set), then the sum would be (30)(436) = 13,080
This means that the sum of 436+437+438...+464+465 must be
greater than 13,080 (eliminate answer choice A)
Now notice that if all 30 numbers in S30 were 465 (the
biggest number in the set), then the sum would be (30)(465) = 13,950
This means that the sum of 436+437+438...+464+465 must be
less than 13,950 (eliminate answer choices B, D, and E)
This leaves us with
C, the correct answer.
Cheers,
Brent