I recently ran into the following question for high school students, which confused me a little. I am curious what you have to say about it.
A temperature $T$ is measured (in Celcius) and rounded to the nearest whole number. The rounded temperature is 38°C. Which of the following statements about $T$ is true (multiple statements might be true).
a) $T \geq 37.5$,
b) $37.5 < T < 38.5$,
c) $37.5 \leq T \leq 38.5$,
d) $37.5 \leq T < 38.5$,
e) $37.5 < T \leq 38.5$.
Note: although not mentioned in the problem formulation, I think it can be assumed that the "usual" way of rounding numbers is applied: so if the number ends with a $5, 6, 7, 8$, or $9$ the number is rounded up, otherwise rounded down.
I find the problem confusing, because in the original version it says that exactly two of the statements are correct, which is not what I think :) I would say that a), c) and d) are true since any number in $[37.5; 38.5)$ is rounded to 38. Thank you in advance.
rounded to the next whole numberAre you sure you transcribed that right? As written, that amounts to $38 = \lceil ,T, \rceil$ which is not equivalent to any of the options, but rather $37 \lt T \le 38,$. – dxiv Mar 06 '17 at 08:09