Danou
Bunuel
guddo
For all numbers n, the symbol [n] denotes the greatest integer less than or equal to n. What is the value of [√2] + [√5] + [√7] ?
A. 3
B. 4
C. 5
D. 6
E. 8
Attachment:
2024-01-29_11-43-37.png
[√2] + [√5] + [√7] == [1.something] + [2.something] + [2.something] == 1 + 2 + 2 == 5.
Answer: C.
Could you elaborate? I don't understand the question/answer.
The square brackets in this question represent the 'floor function', which rounds down a number to the closest integer less than or equal to that number. Here's how it works:
[4.7] = 4, because 4 is the greatest integer less than or equal to 4.7;
[7] = 7, because 7 is the greatest integer less than or equal to 7;
[-12.1] = -13, because -13 is the greatest integer less than or equal to -12.1;
[-8] = - 8, because -8 is the greatest integer less than or equal to -8.
Since √2 ≈ 1.4, then [√2] = 1, because 1 is the greatest integer less than or equal to 1.4;
Since √5 ≈ 2.2, then [√5] = 2, because 2 is the greatest integer less than or equal to 2.2;
Since √7 ≈ 2.6, then [√7] = 2, because 3 is the greatest integer less than or equal to 2.6.
Hope it's clear.
For more information, you can check out these links:
13. Functions
For more check below:
ALL YOU NEED FOR QUANT ! ! !Ultimate GMAT Quantitative Megathread
Hope this helps.