Question

In: Statistics and Probability

There is a special calculator that when used to add numbers up, it always rounds up...

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).

  1. When adding 1500 numbers together, what is the probability of the absolute value of total error is greater than 15?
  2. How many numbers can you add until the probability of the absolute value of total error being less than 10 reaches 0.9?

(hint, you may need to find the expectation and the variance of uniform distribution, and using CLT for your calculation)

Solutions

Expert Solution


Related Solutions

There is a special calculator that when adding numbers rounds the number to the closest integer....
There is a special calculator that when adding numbers rounds the number to the closest integer. For example, 1.1 + 2 + 3.6 will be calculated as 1 + 2 + 4. The error from each addition follows a uniform distribution of (-0.5, 0.5). a. When 1500 numbers are added, what is the probability that the absolute value of the total error is greater than 15? b. How many numbers can be added until the probability of the absolute value...
How do I make it that it rounds up? it's required that the numbers be (555)...
How do I make it that it rounds up? it's required that the numbers be (555) 213-000, instead, I get (555) 212-000. ///// Input ///// Zed 5552129999 [email protected] ////// Required Output ////// New number creation tool\n Enter name\n Enter phone number\n Enter email\n Name: Zed\n Phone: 5552129999\n Email: [email protected]\n Telephone neighbor: (555) 213-0000\n Here is my code: public class SmartPhone extends Phone { private String email; private String phone; private String phone2; public SmartPhone() { super("None",-1); phone = "Not set";...
Make a calculator in python that always gives an explanation when the answer is output. It...
Make a calculator in python that always gives an explanation when the answer is output. It must be detailed
Design a simple calculator program using C++ which is able to: 1. ADD two decimal numbers...
Design a simple calculator program using C++ which is able to: 1. ADD two decimal numbers 2. MULTIPLY two decimal numbers. The following features must be incorporated in your program. 1. Must have an interface for the user to be able to either select the ADD option or MULTIPLY option or to EXIT the program. NOTE: If the user makes a wrong selection, a display must be shown to inform the user and the user must be given a choice...
After the problem has been set up, the calculator should be used to compute NPV and...
After the problem has been set up, the calculator should be used to compute NPV and IRR.   Show calculator inputs. Chunky Monkey Ice Cream has a 12% cost of capital, and has generated the following information on two mutually exclusive projects.   Project A will require an investment of $100,000 while the initial outlay for Project B is 2 ½ times greater:              Year Project A Project B 1 30,000 75,000 2 30,000 75,000 3 30,000 75,000 4 30,000 75,000 5 50,000 100,000...
Must make a "Calculator" using C. The calculator must subtract, add, divide, and multiply inputs, and...
Must make a "Calculator" using C. The calculator must subtract, add, divide, and multiply inputs, and tell whether a number is prime or not. The user chooses how many inputs go into the calculator. For example, the code will ask the user what function they want. If the user chooses to subtract, the the code will then ask the user how many numbers they want to subtract. After, the code will ask the user to input as many numbers as...
You roll 48 dice all at once. If you add up only the even numbers rolled,...
You roll 48 dice all at once. If you add up only the even numbers rolled, what is the chance that the sum will be 104 or more??
Suppose you roll three fair six-sided dice and add up the numbers you get. What is...
Suppose you roll three fair six-sided dice and add up the numbers you get. What is the probability that the sum is at least 16?
USE CALCULATOR AND SHOW EVERYSTEP USING CALCULATOR INCLUDING THE NUMBERS USE INPUT IN THE TEST. New...
USE CALCULATOR AND SHOW EVERYSTEP USING CALCULATOR INCLUDING THE NUMBERS USE INPUT IN THE TEST. New road signs are made with the intention of improving visibility for drivers. Highway safety engineers setup a test course that included both the old and new signs. Volunteers drove the course and rated the old and new signs in terms of visibility? (2 points each) a) Write the null and alternative hypotheses in words using “improved visibility” and “not improved visibility”. b) Describe a...
How to add, multiply, and divide numbers in flowgorithm
How to add, multiply, and divide numbers in flowgorithm
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT