🔔 Normal Distribution & Z-Scores Practice

Explore probabilities, percentiles, and standardized scores!

Understanding the Normal Distribution

The Normal Distribution, also known as the Gaussian distribution or "bell curve," is a symmetrical, bell-shaped distribution that is fundamental in statistics. Many natural phenomena and measurement errors follow this distribution. It's characterized by its mean (mu) and standard deviation (sigma).

Key features include:

What is a Z-Score?

A Z-score (or standard score) measures how many standard deviations an element is from the mean. It's a way to standardize different normal distributions so they can be compared. A positive Z-score indicates a value above the mean, while a negative Z-score indicates a value below the mean.

The formula for a Z-score is: Z = (X - mu) / sigma, where X is the raw score, mu is the population mean, and sigma is the population standard deviation.

📉 Normal Distribution Probability Questions

Use the provided calculator to find probabilities and percentiles based on mean and standard deviation.

Question 1: Basic Probability (Above) The weights of adult male elephants are normally distributed with a mean of 6000 kg and a standard deviation of 800 kg. What is the probability that a randomly selected elephant weighs more than 7000 kg?
Hint: Use the "Normal Distribution Online Calculator" to find P(X > 7000).
Question 2: Basic Probability (Below) The commute times for employees in a city are normally distributed with a mean of 35 minutes and a standard deviation of 10 minutes. What percentage of employees have a commute time less than 20 minutes?
Hint: Use the "Normal Distribution Online Calculator" to find P(X < 20) and convert to a percentage.
Question 3: Probability Between Two Values A machine dispenses soda into cups. The amount dispensed is normally distributed with a mean of 250 ml and a standard deviation of 5 ml. What is the probability that a cup will contain between 245 ml and 255 ml?
Hint: Use the "Normal Distribution Online Calculator" to find P(245 < X < 255). This range aligns with the empirical rule.
Question 4: Percentile to Value Scores on a standardized test are normally distributed with a mean of 500 and a standard deviation of 100. What score is needed to be in the top 10% of test takers (i.e., the 90th percentile)?
Hint: Use the "Normal Distribution Calculator: Value by Percentile" and input the desired percentile (90 for top 10%).
Question 5: Value to Percentile Using the same test scores (mean 500, SD 100), what percentile does a score of 650 represent?
Hint: Use the "Normal Distribution Online Calculator" and input 650 to find P(X < 650).
Question 6: Practical Application - Quality Control The diameter of bolts produced by a factory is normally distributed with a mean of 10 mm and a standard deviation of 0.1 mm. Bolts outside the range of 9.85 mm to 10.15 mm are rejected. What proportion of bolts are rejected?
Hint: Find P(X < 9.85) + P(X > 10.15) using the "Normal Distribution Online Calculator."
Question 7: Empirical Rule Application For a normal distribution with a mean of 75 and a standard deviation of 5, approximately what percentage of data falls between 70 and 80?
Hint: This range is exactly one standard deviation from the mean on both sides. Recall the Empirical Rule.
Question 8: Finding a Value for a Lower Percentile The lifespan of a certain brand of light bulb is normally distributed with a mean of 1500 hours and a standard deviation of 100 hours. What lifespan represents the lowest 5% of bulbs?
Hint: Use the "Normal Distribution Calculator: Value by Percentile" and input the 5th percentile.
Question 9: Interpreting Probability If the probability of a student finishing a task in less than 40 minutes is 0.8413 (mean 30 min, SD 10 min), what does this tell us about the number of students who finish within 40 minutes?
Hint: Probability can be directly interpreted as a proportion or percentage of the population.
Question 10: Tail Probability Given a normal distribution with $\mu=100$ and $\sigma=15$, what is the probability of selecting a value greater than 130?
Hint: Use the "Normal Distribution Online Calculator" for P(X > 130). Note this is 2 standard deviations above the mean.

You can try solving these questions directly using the embedded calculators below!

Interactive Normal Distribution Probability Calculator

Interactive Normal Distribution Value by Percentile Calculator

📈 Z-Score Practice Questions

Calculate Z-scores and use them for hypothesis testing interpretations.

Question 11: Calculating Z-score (Above Mean) The average height of adult women is 165 cm with a standard deviation of 7 cm. What is the Z-score for a woman who is 179 cm tall?
Hint: $Z = (X - \mu) / \sigma$. A positive Z-score is expected.
Question 12: Calculating Z-score (Below Mean) A factory produces widgets with an average weight of 150 grams and a standard deviation of 5 grams. What is the Z-score for a widget weighing 140 grams?
Hint: $Z = (X - \mu) / \sigma$. A negative Z-score is expected.
Question 13: Comparing Scores with Z-scores Student A scores 75 on a test with mean 70 and SD 5. Student B scores 80 on a different test with mean 72 and SD 8. Which student performed relatively better?
Hint: Calculate the Z-score for each student and compare them. The higher Z-score indicates better relative performance.
Question 14: Finding Raw Score from Z-score The average battery life of a smartphone model is 20 hours with a standard deviation of 2 hours. What battery life corresponds to a Z-score of -1.5?
Hint: Rearrange the Z-score formula: $X = \mu + (Z \times \sigma)$.
Question 15: Z-score for Hypothesis Testing A sample of 36 items has a mean of 52. The population mean is 50, and the population standard deviation is 9. Calculate the Z-score for this sample mean.
Hint: For sample means, the formula is $Z = (\bar{X} - \mu) / (\sigma / \sqrt{n})$. Use the "Hypothesis Testing Z-Score Known Variance Calculator" with the sample mean.
Question 16: Interpreting a High Z-score If a participant's reaction time has a Z-score of +3.0 in a study, what does this tell you about their reaction time compared to the average participant?
Hint: A Z-score indicates how many standard deviations away from the mean a value lies.
Question 17: Z-score and Percentiles What percentage of values in a normal distribution fall below a Z-score of +1.0?
Hint: You can use a Z-table or the "Normal Distribution Online Calculator" by setting $\mu=0, \sigma=1$ and finding P(X < 1.0).
Question 18: Sample Size Impact on Z-score (for sample mean) If the sample size in Question 15 was 100 instead of 36, how would the Z-score for the sample mean change? (Assume $\bar{X}=52, \mu=50, \sigma=9$).
Hint: A larger sample size reduces the standard error of the mean ($\sigma / \sqrt{n}$), making the Z-score more extreme for the same difference.
Question 19: When to Use Z-scores Why are Z-scores useful for comparing data points from different normal distributions (e.g., comparing a height measurement to an IQ score)?
Hint: Z-scores normalize data to a common scale, making them comparable regardless of original units or scales.
Question 20: Hypothesis Testing Decision (using Z-score) You are conducting a hypothesis test with a significance level ($\alpha$) of 0.05. You calculate a Z-score of +2.10. For a two-tailed test, the critical Z-values are $\pm 1.96$. What is your decision regarding the null hypothesis?
Hint: If the calculated Z-score falls outside the critical values, you reject the null hypothesis.

An interactive Z-score calculator for hypothesis testing is available below:

Interactive Z-Score for Hypothesis Testing Calculator