In: Statistics and Probability
There is a special calculator that when used to add numbers up, it always rounds up or down the number to the closest integer and ignore the decimals. For example, you want to add 1.1+2+3.6, it will show can calculate as 1+2+4, etc. Assume the error from each adding follows uniform distribution on (-0.5, 0.5).
(hint, you may need to find the expectation and the variance of uniform distribution, and using CLT for your calculation)