mridulparashar1 wrote:
Bunuel wrote:
mridulparashar1 wrote:
Hi Bunuel,
Refering to the rounding chapter in Number Theory examples
Rounding is simplifying a number to a certain place value. To round the decimal drop the extra decimal places, and if the first dropped digit is 5 or greater, round up the last digit that you keep. If the first dropped digit is 4 or smaller, round down (keep the same) the last digit that you keep.
Example:
5.3485 rounded to the nearest tenth = 5.3, since the dropped 4 is less than 5.
5.3485 rounded to the nearest hundredth = 5.35, since the dropped 8 is greater than 5.
5.3485 rounded to the nearest thousandth = 5.349, since the dropped 5 is equal to 5.
Shouldn't the range for distance be 224.5 < D< 225.4 ------> If we take the higher value of distance i.e 225.4 and drop the last digit (4) then it gets rounded off to 225 but if we keep 225.5 then after dropping (5) it should be rounded off to 226.
Similarly for Time it should 4.5 <T< 5.4
Calculating Lowest Avg rate : 224.5/5.4 = 41.57
Highest : 225.4/4.5 = 50.08
The Answer remains C. Please confirm the range selection
Thanks
Refering to the rounding chapter in Number Theory examples
Rounding is simplifying a number to a certain place value. To round the decimal drop the extra decimal places, and if the first dropped digit is 5 or greater, round up the last digit that you keep. If the first dropped digit is 4 or smaller, round down (keep the same) the last digit that you keep.
Example:
5.3485 rounded to the nearest tenth = 5.3, since the dropped 4 is less than 5.
5.3485 rounded to the nearest hundredth = 5.35, since the dropped 8 is greater than 5.
5.3485 rounded to the nearest thousandth = 5.349, since the dropped 5 is equal to 5.
Shouldn't the range for distance be 224.5 < D< 225.4 ------> If we take the higher value of distance i.e 225.4 and drop the last digit (4) then it gets rounded off to 225 but if we keep 225.5 then after dropping (5) it should be rounded off to 226.
Similarly for Time it should 4.5 <T< 5.4
Calculating Lowest Avg rate : 224.5/5.4 = 41.57
Highest : 225.4/4.5 = 50.08
The Answer remains C. Please confirm the range selection
Thanks
Should be as written. What about 225.499999? So, take 225.5 but exclude the endpoints, by writing < and > instead of <= and >=.
Hope it's clear.
Hi Bunuel,
Can you elaborate a bit more. I am not able to get the message.

Thanks
When you take maximum distance as 225.4 you exclude distance from 225.4 to 225.5. For example d could be 225.47, 225.43, 225.4111111. So, take 225.5 as max distance but write rate<225.5/4.5 instead of rate<=225.5/4.5.