For any natural number , let be the largest integer not exceeding . Then the value of is
For any natural number , let be the largest integer not exceeding . Then the value of is
Entered answer:
Solution
✅ Correct Answer: 217
Find the sum of where is the largest integer not exceeding .
This is also called the "floor function" of , written as . It simply means we take the square root of and round it down to the nearest whole number.
| n | √n | ⌊√n⌋ |
|---|---|---|
| 1 | 1 | 1 |
| 2 | 1.41 | 1 |
| 3 | 1.73 | 1 |
| 4 | 2 | 2 |
| 5 | 2.24 | 2 |
| 6 | 2.45 | 2 |
| 7 | 2.65 | 2 |
| 8 | 2.83 | 2 |
| 9 | 3 | 3 |
| 10 | 3.16 | 3 |
The bolded values (1, 4, 9, 16) represent perfect squares where the square root is a whole number, so √n = ⌊√n⌋ for these values.
Instead of calculating each term individually, let's group terms that have the same value.
The value appears for all where
This gives us
This means value appears from to .
| Value (k) | Range | Count | Contribution |
|---|---|---|---|
| 1 | n = 1 to 3 | 3 | 1 × 3 = 3 |
| 2 | n = 4 to 8 | 5 | 2 × 5 = 10 |
| 3 | n = 9 to 15 | 7 | 3 × 7 = 21 |
| 4 | n = 16 to 24 | 9 | 4 × 9 = 36 |
| 5 | n = 25 to 35 | 11 | 5 × 11 = 55 |
| 6 | n = 36 to 48 | 13 | 6 × 13 = 78 |
| 7 | n = 49 to 50 | 2 | 7 × 2 = 14 |
Related questions:
2025 Slot 2
CAT 2021 Slot 1
2025 Slot 3