Uri wrote:If d denotes a decimal, is d ≥ 0.5 ?
(1) When d is rounded to the nearest tenth, the result is 0.5.
(2) When d is rounded to the nearest integer, the result is 1.
The official answer is B. The explanation given is as below:
(1) In this case, for example, the value of d could range from the decimal 0.45 to 0.54. Some of these, such as 0.51 or 0.52, are greater than or equal to 0.5, and others, such as 0.47 or 0.48, are less than 0.5; NOT sufficient.
(2) When the result of rounding d to the nearest integer is 1, d could range in value from the decimal 0.50 to 1.49, which are greater than or equal to 0.5; SUFFICIENT.
I do not think that B is sufficient. Suppose d is 0.25. If rounded to the nearest integer, it will become 1. And if d=0.65, then also it will become 1 when rounded to the nearest integer.
Or, should I take 0 (zero) as the nearest integer to 0.25? Could you please point out the mistake I am probably making?
1) Zero is an integer. That's probably the misconception you suffering from
2) When rounding to the nearest nth digit, the process is as follows:
a. Go to the digit you're rounding to. In our case, the units' digit of 0.25 is '0'.
b. Look at the next digit to the right.
If the next digit is 0-4, round down: Erase all digits from the right digit onwards, inclusive. Leave the nth digit as is.
If the next digit is 5-9, round up: Erase all digits from the right digit onwards, inclusive. Add 1 to the nth digit.
thus, for 0.25 rounded to the nearest unit, we go to the units digits '0', and look at the next digit on the right, which is 2. Since 2 is in the 0-4 range, we round down: delete the 2 and the 5, leaving 0.0.
For 0.65 rounded to the nearest unit, we go to the units digit '0' and look at the next digit on the right, which is 6. Since 6 is in the 5-9 range, we round up: delete the 6 and the 5, and add one to the 0 to get 1.
Another example: what is 4.356 rounded to the nearest tenth?
Go to the tenths digit "3", and look at the next digit to the right: a "5".
Since 5 is in the 5-9 range, round up: delete the 5 and the 6, and add 1 to the "3" to get 4.4
.