Question

In: Statistics and Probability

R Questions Question 2 In an experiment of rolling 10 dice simultaneously. Use the binomial distribution...

R Questions Question 2

In an experiment of rolling 10 dice simultaneously. Use the binomial distribution to calculate the followings:

a) The probability of getting six 6's ```{r} #INSERT YOUR ANSWER HERE ```

b) The probability of getting six, seven, or eight 3's ```{r} #INSERT YOUR ANSWER HERE ```

c) The probability of getting six even numbers ```{r} #INSERT YOUR ANSWER HERE ``` ****** ##

Question 3 In a shipment of 20 engines, history shows that the probability of any one engine proving unsatisfactory is 0.1

a) Use the Binomial approximation to calculate the probability that at least three engines are defective? ```{r} #INSERT YOUR ANSWER HERE ```

b) Use the Poisson approximation to calculate the probability that at least three engines are defective? ```{r} #INSERT YOUR ANSWER HERE ```

c) Compare the results of parts a and b, then illustrate on how well the Poisson probability distribution approximates the Binomial probability distribution. ```{r} #INSERT YOUR ANSWER HERE ``` ******

if R code can't be provided that is fine, but will need the answer in simple form if possible with explanation

Solutions

Expert Solution


Related Solutions

In an experiment of rolling 10 dice simultaneously. Use the binomial distribution to calculate the followings:...
In an experiment of rolling 10 dice simultaneously. Use the binomial distribution to calculate the followings: a) The probability of getting six 6’s b) The probability of getting six, seven, or eight 3’s c) The probability of getting six even numbers
Consider a random experiment of rolling 2 dice. What is probability of rolling a sum larger...
Consider a random experiment of rolling 2 dice. What is probability of rolling a sum larger than 9? Select the best answer. A. 0.5 B. 0.1667 C. 0.2333 D. None of the above
An experiment consists of rolling six-sided dice twice.                                  &
An experiment consists of rolling six-sided dice twice.                                      (10) List the sample space for this experiment. Find the probability distribution for this experiment where x represents the number of even numbers in the 2 rolls. Find the mean of the probability distribution. Find the standard deviation of the probability distribution. Would it be unusual to get 2 even numbers? Why or why not? (show your work)
for the experiment of rolling an ordinary pair of dice, find the probability that the sum...
for the experiment of rolling an ordinary pair of dice, find the probability that the sum will be even or a multiple of 6. ( you may want to use a table showing the sum for each of the 36 equally likely outcomes.)
Consider the experiment of rolling two dice and the following events:     A: 'The sum of the...
Consider the experiment of rolling two dice and the following events:     A: 'The sum of the dice is 8' and  B: 'The first die is an odd number' and C:  "The difference (absolute value) of the dice is 2" Find  (a)  p(A and B) (HINT: You cannot assume these are independent events.)        (b)  p(A or B)         (c)  Are A and B mutually exclusive events? Explain. (d)   Are A and B independent events? Explain. (e)   Are B and C independent events? Explain.
7. [10 marks] Consider an experiment of rolling two regular (or fair) balanced six-sided dice. a)...
7. [10 marks] Consider an experiment of rolling two regular (or fair) balanced six-sided dice. a) List out all the possible outcomes. b) Define X as the amount you will win in the following game. You will win $100 when a double (two identical numbers) is rolled; you will win $10 when an odd sum is rolled; and you will win $30 when other even sum is rolled, excluding doubles. Define X as the amount you will win in this...
1. Rolling dice would produce what type of distribution? 2. Outliers have the largest effect on...
1. Rolling dice would produce what type of distribution? 2. Outliers have the largest effect on which measure of central tendency? 3.Consider the following data set: 5, 10, 24, 79, 103 . If you were told to determine the mean which formula is most appropriate to use? What other formula could you use, although it is less desirable? What would you have to keep in mind if you used this second formula? 4. The mean of 10 numbers is 8....
Consider the experiment of rolling two dice. You win if you roll a sum that is...
Consider the experiment of rolling two dice. You win if you roll a sum that is at least 7 and at most 12. Find the probability of a win.
An experiment consists of rolling three fair dice --- a red die, a blue die, and...
An experiment consists of rolling three fair dice --- a red die, a blue die, and a white die --- and recording the number rolled on each die. Assume that the dice are fair, so that all outcomes are equally likely. (1) What probability should be assigned to each outcome? equation editorEquation Editor (2) What is the probability that the sum of the numbers rolled is 5? equation editorEquation Editor (3) What is the probability that the sum of the...
Use R to generate two random numbers n11, n21 from the Binomial distribution: Bin(10, 0.4). Print...
Use R to generate two random numbers n11, n21 from the Binomial distribution: Bin(10, 0.4). Print your results. Please don’t forget to use the command set.seed(101) before the commands gen- erating the random numbers. (b) (2 points) Use the R command ntable < − array(data = c(n11, n21, n1plus-n11, n2plus-n21), dim = c(2,2)) to create a 2 × 2 table using the numbers generated in part (a) above. Print your table. (c) (3 points) Perform the Fisher’s exact test on...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT