Here's the question:
In the decimal, 2.4d7, d represents a digit from 0 to 9. If the value of the decimal rounded to the nearest tenth is less than 2.5, what are the possible values of d?
The solution provided is {0, 1, 2, 3, 4}, but if d= 4 then wouldn't 2.447 round up to 2.5? In that case, to arrive at a number less than 2.5, d would have to be {0, 1, 2, 3}. Am I missing something?