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
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.