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...
Calculator Class Instructions Create a calculator class that will add, subtract, multiply, and divide two numbers....
Calculator Class Instructions Create a calculator class that will add, subtract, multiply, and divide two numbers. It will have a method that will accept three arguments consisting of a string and two numbers example ("+", 4, 5) where the string is the operator and the numbers are what will be used in the calculation. The class must check for a correct operator (+,*,-,/), and a number (integer) for the second and third argument entered. The calculator cannot divide by zero...
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...
A zombie picks up a calculator and starts adding odd whole numbers together, in order: 1...
A zombie picks up a calculator and starts adding odd whole numbers together, in order: 1 + 3 + 5......etc. You want to be able to determine the last number the zombie will add that will make the sum exceed some target number, such as "What will be the last number added that will make the sum on his calculator greater than 10,000?". Write the MATLAB code necessary to solve this problem for the zombie or he will eat your...
How would you find if numbers in an array element add up to a certain sum...
How would you find if numbers in an array element add up to a certain sum so for example if my array element consists of: INPUT: 200, 10, 50, 20 and my output asks if these elements add to: 210? YES (200+10) 260? YES (200+10+50) 30? NO What method would you suggest to look through the elements in an array (which im going to add through a text file) and determine if these sums exist in O(n^2)?
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...
Java Program 1Use a loop to add up the odd numbers between 100 and 200. 2Use...
Java Program 1Use a loop to add up the odd numbers between 100 and 200. 2Use a loop to determine if a number is prime. Recall: a number is prime if its only factors are 1 and itself. 3. Nested Loops: }Write a nested loop that finds the largest prime number smaller than 125.
What are the special features of "The nurse’s handing over process" and also the "Grand rounds"...
What are the special features of "The nurse’s handing over process" and also the "Grand rounds" at your facility that make them creators of supportive EBP environment?
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT