I need clarifications in rounding to the nearest half (0.5)
Can you please go over the rules?
If the number is 1.0 it should be equal to 1 If the number is 1.1 should be equal to 1 If the number is 1.2 should be equal to 1 If the number is 1.3 should be equal to 1.5 If the number is 1.4 should be equal to 1.5 If the number is 1.5 should be equal to 1.5 If the number is 1.6 should be equal to 1.5 If the number is 1.7 should be equal to 1.5 If the number is 1.8 should be equal to 2.0 If the number is 1.9 should be equal to 2.0 If the number is 2.0 should be equal to 2.0 If the number is 2.1 should be equal to 2.0 and so on...
Im 99.9% sure that is correct.
If the number is 1.25, would you round it to 1.0 or 1.5?
Multiply the number by 2, what do you get?
2.5
Rounding 1.25 to the nearest half is just like rounding 1.5 to the nearest whole number. 5 and up rounds up. So 1.25 rounds to 1.5
^ thats the easier way of explaining it
So I was actually looking this thing up in the internet, and it was saying for me to multiply by 2 (2.5), round (I guess to 3), and then divide by 2 (1.5). Is the rounding to 3 correct in the 2nd step?
Thats what i was trying to explain... you are correct!
One more, just to clarify. So 7.36 to the nearest 1/2 1) 7.36 x 2 = 14.72 2) 14.72 round to the nearest whole number 15 3) 15 divided by 2 = 7.5 Question: In the 2nd step, do I round to the nearest whole number?
Yes
And is my rounding correct?
Yes, it is... im almost sure of it
Ok I'll just ask someone else to make that "almost" into "completely".. but thanks so much for your help!
Okay, I dont want to give you wrong information.
@jim_thompson5910 @Mertsj @Vocaloid
`So I was actually looking this thing up in the internet, and it was saying for me to multiply by 2 (2.5), round (I guess to 3), and then divide by 2 (1.5). Is the rounding to 3 correct in the 2nd step? ` @calculusxy which website is saying that?
http://stackoverflow.com/questions/1329426/how-do-i-round-to-the-nearest-0-5 @jim_thompson5910
Ok it looks like that method works. I haven't tested it 100% but I did a few test cases and it seems to hold up just fine.
`One more, just to clarify. ` `So 7.36 to the nearest 1/2 ` `1) 7.36 x 2 = 14.72` `2) 14.72 round to the nearest whole number 15` `3) 15 divided by 2 = 7.5` `Question: In the 2nd step, do I round to the nearest whole number? ` @calculusxy it all looks good. And yes, you round 14.72 to the nearest whole number to get 15.
thank you so much for the clarification!
no problem
Join our real-time social learning platform and learn together with your friends!