To calculate the probability that a high school student chosen at random will read more than 28 books in a year using a normal distribution, you need to follow these steps based on the input you provided:
-
Fill in the values:
- Mean (B1): 25
- Standard Deviation (B2): 2.5
- x (the value we are interested in, which is 28): B3 = 28
-
Adjust the formula: Since you want to find the probability of reading more than 28 books, you need to find the cumulative probability for reading 28 books and then subtract that from 1.
In the cells you've described:
- Cumulative (B4): TRUE (for cumulative distribution to be True in the original formula, but here we want to utilize FALSE for the exact probability calculation.)
-
Correct formula for probability greater than 28 books: Since the goal is to calculate
P(X > 28)
, you should use:\[ P(X > 28) = 1 - P(X \leq 28) \]
Hence, the spreadsheet should contain the following formula:
- For cumulative distribution, it should read:
=1 - NormDist(B3, B1, B2, TRUE)
-
Calculate it in a spreadsheet cell:
- Place the formula in any cell, say cell B5, to compute the result.
-
Probability Calculation: Using the normal distribution:
- Mean (µ) = 25
- Standard Deviation (σ) = 2.5
- x = 28
Now performing the calculations:
-
Use the NormDist function:
- \( P(X \leq 28) = NormDist(28, 25, 2.5, TRUE) \).
-
Compute \( P(X > 28) = 1 - P(X \leq 28) \).
Using a calculator or spreadsheet, you can find that:
- \( P(X \leq 28) \approx 0.8413 \) (make sure to find this value from the normal distribution)
Thus:
- \( P(X > 28) = 1 - 0.8413 = 0.1587 \).
So the percentage of students reading more than 28 books is:
- 15.9% when rounded to the nearest tenth.
Final answer: The probability that a high school student chosen at random will read more than 28 books in a year is 15.9%.