Inverse Normal Distribution Examples

Last reviewed: June 2026 by the InvNorm Calculator Editorial Team. Report an issue

Working through examples is the best way to build confidence with inverse normal distribution calculations. Each example below uses a real-world scenario, walks through the solution step by step, and includes a link to verify the answer using our InvNorm Calculator.

Example 1: Finding a Test Score Percentile (Left Tail)

Problem: SAT math scores are approximately normally distributed with a mean of 528 and a standard deviation of 120. What score corresponds to the 75th percentile?

Solution

Step 1: Identify the given information.

  • Distribution: Normal with μ = 528, σ = 120
  • Probability: p = 0.75 (left cumulative, since the 75th percentile means 75% of scores fall at or below this value)
  • Mode: Left tail

Step 2: Find the Z score.

Using the inverse normal function: z = Φ−1(0.75) ≈ 0.67449

Step 3: Convert the Z score to the original scale.

x = μ + z × σ = 528 + 0.67449 × 120 = 528 + 80.94 = 608.94

Answer: A score of approximately 609 corresponds to the 75th percentile. This means about 75% of test-takers score at or below 609.

Try this example in the calculator

Example 2: Manufacturing Quality Control (Right Tail)

Problem: A pharmaceutical company produces tablets with a mean weight of 250 mg and a standard deviation of 5 mg. Quality control requires that no more than 2% of tablets should weigh above the upper specification limit. What is the upper specification limit?

Solution

Step 1: Identify the given information.

  • Distribution: Normal with μ = 250, σ = 5
  • Right tail probability: p = 0.02 (2% of tablets exceed this value)
  • Mode: Right tail

Step 2: Convert to left cumulative probability.

Left cumulative = 1 − 0.02 = 0.98

Step 3: Find the Z score.

z = Φ−1(0.98) ≈ 2.05375

Step 4: Convert to the original scale.

x = 250 + 2.05375 × 5 = 250 + 10.27 = 260.27 mg

Answer: The upper specification limit should be set at approximately 260.27 mg. Only 2% of tablets will weigh more than this amount.

Try this example in the calculator

Example 3: Medical Reference Range (Middle Area)

Problem: Blood cholesterol levels in adults are approximately normally distributed with a mean of 200 mg/dL and a standard deviation of 40 mg/dL. Find the range that contains the middle 95% of cholesterol values. This range is often used as a clinical reference range.

Solution

Step 1: Identify the given information.

  • Distribution: Normal with μ = 200, σ = 40
  • Middle area probability: p = 0.95
  • Mode: Middle area

Step 2: Find the tail areas.

Each tail = (1 − 0.95) / 2 = 0.025

Step 3: Find the Z scores.

  • Lower Z: Φ−1(0.025) ≈ −1.95996
  • Upper Z: Φ−1(0.975) ≈ 1.95996

Step 4: Convert to the original scale.

  • Lower limit: x = 200 + (−1.95996) × 40 = 200 − 78.40 = 121.60 mg/dL
  • Upper limit: x = 200 + 1.95996 × 40 = 200 + 78.40 = 278.40 mg/dL

Answer: The middle 95% of cholesterol values fall between approximately 121.60 and 278.40 mg/dL. Values outside this range might warrant further medical investigation.

Try this example in the calculator

Example 4: Hypothesis Testing Critical Values (Two Tails)

Problem: A researcher is performing a two-tailed hypothesis test at the 0.01 significance level. Find the critical Z values that define the rejection regions.

Solution

Step 1: Identify the given information.

  • Distribution: Standard normal (Z distribution)
  • Total tail area: α = 0.01
  • Mode: Two tails

Step 2: Find each tail area.

Each tail = α / 2 = 0.01 / 2 = 0.005

Step 3: Find the cumulative probabilities.

  • Lower cutoff: cumulative probability = 0.005
  • Upper cutoff: cumulative probability = 1 − 0.005 = 0.995

Step 4: Find the Z scores.

  • Lower Z: Φ−1(0.005) ≈ −2.57583
  • Upper Z: Φ−1(0.995) ≈ 2.57583

Answer: The critical values are ±2.576. The researcher rejects the null hypothesis if the test statistic is less than −2.576 or greater than 2.576.

Try this example in the calculator

Example 5: Finding a Standard Normal Z Score (Left Tail)

Problem: A statistics student needs to find the Z score such that 80% of the standard normal distribution lies to the left.

Solution

Step 1: Identify the given information.

  • Distribution: Standard normal (μ = 0, σ = 1)
  • Left cumulative probability: p = 0.80
  • Mode: Left tail

Step 2: Apply the inverse normal function directly.

z = Φ−1(0.80) ≈ 0.84162

Since this is already the standard normal distribution, no further conversion is needed.

Answer: The Z score is approximately 0.8416. This means 80% of the standard normal distribution lies to the left of z = 0.8416.

Try this example in the calculator

How to Identify the Correct Mode

Problem PhrasingModeWhat You Enter
"Find the Nth percentile"Left tailp = N/100
"Below which value does X% fall?"Left tailp = X/100
"Above which value is only X%?"Right tailp = X/100
"Exceeds only X% of observations"Right tailp = X/100
"Middle X% of values"Middle areap = X/100
"95% confidence interval boundaries"Middle areap = 0.95
"Critical values at α = X"Two tailsp = X
"Rejection regions for two-tailed test"Two tailsp = α

Frequently Asked Questions

Use left tail when the problem asks for a percentile, a value below which a certain percentage falls, or uses phrases like "at most" or "no more than." Use right tail when the problem says "exceeds," "at least," "more than," or asks for the top percentage. If unsure, identify what area the given probability represents and whether it refers to the lower or upper portion of the distribution.

A regular normal distribution calculation (CDF) takes a value and returns the probability. For example, given a Z score of 1.96, the CDF returns 0.975. An inverse normal calculation does the opposite: given a probability of 0.975, it returns the Z score 1.96. They are inverse functions of each other.

Yes. For the standard normal distribution, any probability less than 0.5 produces a negative Z score. For a custom distribution, whether the result is negative depends on the mean and standard deviation. For example, invNorm(0.10) returns approximately −1.2816 for the standard normal.

Related Calculators


Return to the InvNorm Calculator to run your own calculation.