CAT 2002 — QA Question 34
Sum of first n natural numbers = S(n)
Sum given by student = 575
S(10) = 55
S(20) = 210
S(30) = 465
S(40) = 820
∴ The student stopped counting somewhere between 30 and 40.
Consider S(35) = 630
The student stopped somewhere before 35.
∴ S(31) = 496, S(32) = 528, S(33) = 561 and S(34) = 595
But the student gave 575 as the sum, so the student missed on the number 20.
Hence, option 4.
How many numbers between 0 and one million can be formed using 0, 7 and 8?
Answer & solution
- A
486
- B
1086
728
- D
None of these
Numbers possible with 0, 7, 8:
Possible single-digit numbers = 2
Possible 2-digit numbers = 2 × 3 = 6
Possible 3-digit numbers = 2 × 3 × 3 = 18
Possible 4-digit numbers = 2 × 33 = 54
Possible 5-digit numbers = 2 × 34 = 162
Possible 6-digit numbers = 2 × 35 = 486
Total possible numbers = 486 + 162 + 54 + 18 + 6 + 2 = 728
Hence, option (c).