CAT 2024 Slot 1 — QA Question 4
Number TheoryEasy
For any natural number n, let an be the largest integer not exceeding √n. Then the value of a1 + a2 + a3 + ... + a50 is
Answer & solution
Correct answer: 217
Answer: 217
Solution
Medium
stays constant on each band between consecutive perfect squares. Count how many fall in each band, multiply by the constant value, and add the leftover tail up to .
1
Identify the bands. For we have . Each full band has values.
2
Handle the tail. The next band would start at , and since , we get ( values).
3
Sum value count over all bands from steps 1 and 2.
Related Number Theory questions
- The sum of all four-digit numbers that can be formed with the distinct non-zero …
- Let x, y, and z be real numbers satisfying 4(x 2 + y 2 + z 2 ) = a, 4(x - y - z)…