Question

In: Statistics and Probability

Question 1- Suppose that one of every ten cereal boxes has a prize, Out of a...

Question 1- Suppose that one of every ten cereal boxes has a prize, Out of a shipment of n = 400 cereal boxes, find the probability that there are somewhere between 40 and 46 boxes with prizes. (Hint:use the dishonest coin principle with p = 0.1 to solve for the mean and standard deviation. Remember the probability is a decimal number, round the answer to the nearest hundredth.)

Question 2- A normal distribution has a mean of 30 cm and 47.5% of the data is between 24 and 30 cm. What is the standard deviation. (Put in the number only.)

Solutions

Expert Solution

In Q1. CLT is used which is mentioned in detail in second question.

Dishonest-coin principle:

Let X denote the number of heads in n tosses of a coin. Suppose n ≥ 30 ( n is large). Let p denote the probability of heads on each toss. Then X has an approximately normal distribution with mean µ = n p and variance σ2 = n p (1 − p).

CODES:

n=400
p=0.1
pbinom(46,n,p)-pbinom(40,n,p)

ex=n*p
ex
varx=n*p*(1-p)
varx
a=(46-ex)/sqrt(varx)
a
b=(40-ex)/sqrt(varx)
b
pnorm(a)-pnorm(b)


#Codes alongwith outputs:
#Q1.
> n=400
> p=0.1
> pbinom(46,n,p)-pbinom(40,n,p)
[1] 0.3180649
>
> ex=n*p
> ex
[1] 40
> varx=n*p*(1-p)
> varx
[1] 36
> a=(46-ex)/sqrt(varx)
> a
[1] 1
> b=(40-ex)/sqrt(varx)
> b
[1] 0
> pnorm(a)-pnorm(b)
[1] 0.3413447


#Q2.
> pnorm(0)
[1] 0.5
> pnorm(0)-47.5/100
[1] 0.025
> qnorm(0.025)
[1] -1.959964
> -6/qnorm(0.025)
[1] 3.061281
> pnorm(30,30,3.061281)-pnorm(24,30,3.061281)
[1] 0.475


Related Solutions

A cereal company puts a special prize into 1 out of 20 boxes of its children's...
A cereal company puts a special prize into 1 out of 20 boxes of its children's cereals. Your buy 10 boxes, hoping to find a card. A success is opening a box and finding one of these prizes. (a) What is "p", the probability of success? (express as a decimal, 2 decimal places) (b) What is the probability of failure? (express as a decimal, 2 decimal places) (c) What is the probability you will not find any of the cards...
Ten samples of 30 boxes of cereal are weighed, and the means of the samples are...
Ten samples of 30 boxes of cereal are weighed, and the means of the samples are found to vary from 365.3 to 370.7 grams. What is the probability that another sample of 30 boxes will have a mean of less than 365.3 grams? Z=(xbar-u) / (s/sqrt(n)) = -0.989 and P(Z <-0.986) = 0.1621 Answer is .1621 .. but how did they get it
Lloyd's Cereal company packages cereal in 1 pound boxes (16 ounces). A sample of 25 boxes...
Lloyd's Cereal company packages cereal in 1 pound boxes (16 ounces). A sample of 25 boxes is selected at random from the production line every hour, and if the average weight is less than 15 ounces, the machine is adjusted to increase the amount of cereal dispensed. If the mean for 1 hour is 1 pound and the standard deviation is 0.2 pound, what is the probability that the amount dispensed per box will have to be increased?
QUESTION 1 A sample of weights of 50 boxes of cereal yield a sample average of...
QUESTION 1 A sample of weights of 50 boxes of cereal yield a sample average of 17 ounces. What would be the margin of error for a 90% CI of the average weight of all such boxes if the population deviation is 0.48 ounces? Round to the nearest hundredth QUESTION 2 A sample of heights of 117 American men yields a sample average of 57.04 inches. What would be the margin of error for a 95.44% CI of the average...
Suppose that the weight of open boxes of cereal in a home with children is uniformly...
Suppose that the weight of open boxes of cereal in a home with children is uniformly distributed from two to six pounds with a mean of four pounds and standard deviation of 1.1547. We randomly survey 64 homes with children. a) Find the probability that the total weight of open boxes is less than 257 pounds. (Round your answer to four decimal places.) b) Find the 45th percentile for the total weight of open boxes of cereal. (Round your answer...
In a contest, the star prize is found in one of three boxes, of which two...
In a contest, the star prize is found in one of three boxes, of which two are empty, the participant must choose a of them. Once you have made your choice, the contest driver will shows an empty box of the two that were not chosen by the contestant. The driver asks the contestant if he keeps his choice or it changes to the box that you had not chosen and that has not been opened - it suits you...
1- A machine fills cereal boxes. A random sample of 6 boxes had a mean of...
1- A machine fills cereal boxes. A random sample of 6 boxes had a mean of 20.25 oz. The distribution is assumed to be NORMAL with KNOWN standard deviation of 0.21 oz. Find a 99% Confidence Interval UPPER LIMIT? Note: Enter X.XX AT LEAST ONE DIGIT BEFORE THE DECIMAL, TWO AFTER and round up. Thus, 27 is entered as 27.00, 3.5 is entered as 3.50, 0.3750 is entered as 0.38 2- A machine fills cereal boxes. A random sample of...
In the 1980s, some boxes of Honeycomb cereal contained a digital watch. Suppose that the probability...
In the 1980s, some boxes of Honeycomb cereal contained a digital watch. Suppose that the probability that a box of Honeycomb cereal has a watch is 0.4, and that the presence of a watch in a box is independent of one being in another box. If you purchase box after box of Honeycomb until you have obtained two watches, what is the probability that you purchase a total of 7 boxes of Honeycomb cereal?
The World Cereal Organization (WCO) has asked you to redesign cereal boxes to more efficiently use...
The World Cereal Organization (WCO) has asked you to redesign cereal boxes to more efficiently use paper. Assume the box must be rectangular with a square base, and that the top and the base are exactly the same. There are a total of 6 sides on the box. Use calculus to find the dimensions of the box that minimizes surface area (paper) while still holding 80 in3 of cereal. Your decision will dictate what the WCO implements, so you must...
Suppose weights of the small version of Raisin Bran cereal boxes have a normal distribution with...
Suppose weights of the small version of Raisin Bran cereal boxes have a normal distribution with mean 10 ounces and standard deviation 3 ounces. A small cereal box is declared to be under filled if it weighs less than 2 standard deviations below the mean. What is the cutoff weight to be under filled? The top 10% of the boxes have a weight larger than what amount? What’s the chance that a randomly selected box of cereal weighs more than...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT