For any real number x, let [x] be the largest integer less than or equal to x. If = 25, then N is
Answer & solution
Correct answer: 44
Answer: 44
Solution
Easy
The bracket [51+25n] is a floor, so it only ever jumps between integer values. Find exactly when it equals 0 and when it equals 1, then count how many 1's you need to make the running total hit 25.
1
When is the floor 0? The term inside is positive but below 1:
CAT 2022 Slot 1 QA Q17: For any real number x, let [x] be the largest integer less than or equal to x. If ∑ n = 1 N 1 5 + n 25 = 2 — Solution | TheCATExam