95.3k views
1 vote
Burger Queen a popular fast food restaurant among college students has undertaken a study to determine the weights of the hamburgers served in its new location in San Marcos, TX. Half pounders should weigh at least 8 ounces. The weight is assumed to be normally distributed. A sample of 500 hamburgers reveals the average precooked weight to be 8.02 ounces, with a standard deviation of .4 ounce.

1. What is the probability that a hamburger selected at random will weigh between 7.76 and 8.02 ounces?
2. What is the probability that a hamburger selected at random with less than 7.52 ounces?

1 Answer

4 votes

Answer:

1. 0.2422 = 24.22% probability that a hamburger selected at random will weigh between 7.76 and 8.02 ounces

2. 0.1056 = 10.56% probability that a hamburger selected at random with less than 7.52 ounces.

Explanation:

Normal Probability Distribution:

Problems of normal distributions can be solved using the z-score formula.

In a set with mean
\mu and standard deviation
\sigma, the zscore of a measure X is given by:


Z = (X - \mu)/(\sigma)

The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the pvalue, we get the probability that the value of the measure is greater than X.

A sample of 500 hamburgers reveals the average precooked weight to be 8.02 ounces, with a standard deviation of .4 ounce.

This means that
\mu = 8.02, \sigma = 0.4

1. What is the probability that a hamburger selected at random will weigh between 7.76 and 8.02 ounces?

This is the pvalue of Z when X = 8.02 subtracted by the pvalue of Z when X = 7.76. So

X = 8.02


Z = (X - \mu)/(\sigma)


Z = (8.02 - 8.02)/(0.4)


Z = 0


Z = 0 has a pvalue of 0.5

X = 7.76


Z = (X - \mu)/(\sigma)


Z = (7.76 - 8.02)/(0.4)


Z = -0.65


Z = -0.65 has a pvalue of 0.2578

0.5 - 0.2578 = 0.2422

0.2422 = 24.22% probability that a hamburger selected at random will weigh between 7.76 and 8.02 ounces.

2. What is the probability that a hamburger selected at random with less than 7.52 ounces?

This is the pvalue of Z when X = 7.52. So


Z = (X - \mu)/(\sigma)


Z = (7.52 - 8.02)/(0.4)


Z = -1.25


Z = -1.25 has a pvalue of 0.1056

0.1056 = 10.56% probability that a hamburger selected at random with less than 7.52 ounces.

User Fabian Rivera
by
5.2k points