Problem Statement
We have been given random sample of 100 observations and we have been asked to find the probabilities of getting certain observed values given the population mean of 30 and a standard deviation of 21.
Method
To solve this question, we need to:
1. Find the z-score of the observations. The formula for calculating the z-score is:
2. Convert the z-score to probability using the z-score table.
Implementation
Question A
1. Find the z-score of the observations.:
2. Convert the z-score to probability using the z-score table.:
Using a z-score calculator, we have the probability to be:
This probability is depicted in the drawing below:
If the mean is represented by 0 and the right-hand side of 0 has a probability of 0.5, then the probability of getting greater than or equal to 28, is the addition of the probability 0.037938 gotten above with the 0.5 on the right-hand side of zero.
Thus, the answer to Question A is:
Question B: