AP Statistics- Inverse Transformations Guide

What Inverse Transformations Actually Are

Inverse transformations flip the question you're asking. Instead of saying "what's the probability of getting a value below X?", you ask "what value X gives me a specific probability?"

Think of it like a reverse lookup. You know where you want to end up. You need to find the starting point that gets you there.

In AP Statistics, this means working backward from a cumulative probability to find the corresponding value on the distribution. The standard normal distribution table becomes your best friend here.

Why This Shows Up on the Exam

Inverse transformations appear in:

You'll rarely get a question that explicitly says "use inverse transformations." The exam expects you to recognize when reversing the process makes sense. That's the skill being tested.

How to Find Inverse Values: Step-by-Step

Finding Inverse z-Values

When you have a standard normal distribution and need to find the z-value corresponding to a given probability:

Step 1: Identify your target cumulative probability. If you want the 90th percentile, that's 0.90.

Step 2: Look up this probability in the standard normal table. Scan the body of the table for 0.90.

Step 3: Find the row and column that contain 0.90. The row gives you the first decimal, the column gives you the second decimal.

Step 4: Read off the z-value. For 0.90, you'll find z ≈ 1.28.

This means 90% of values fall below a z-score of 1.28.

Finding Inverse Values for Any Normal Distribution

The formula stays simple. You just work backward from the z-formula:

Original formula: z = (x - μ) / σ

Rearranged: x = μ + (z × σ)

Find your z-value from the inverse lookup, then multiply by the standard deviation and add the mean.

Example: Test scores are normally distributed with μ = 75 and σ = 10. What score puts you in the top 15%?

Top 15% means 85th percentile. Find z for 0.85 → z ≈ 1.04. Then x = 75 + (1.04 × 10) = 85.4. You need about an 85 or higher.

Methods Compared

You have three main tools for inverse lookups. Here's how they stack up:

Method Speed Accuracy Best For
Standard Normal Table Medium Exact to 2 decimals Paper exams, understanding concepts
Calculator (invNorm) Fast High precision Final answers, complex problems
Graphical Estimation Fast Approximate Checking if your answer makes sense

Using Your Calculator: invNorm

The TI-84 (and compatible models) has this built in. Access it by pressing 2nd then VARS, then selecting invNorm.

The syntax is straightforward: invNorm(area, μ, σ)

If you're working with the standard normal, just use invNorm(area) — it defaults to μ = 0, σ = 1.

Common mistakes with invNorm:

Practice: Work Through This

Problem: A company's delivery times are normally distributed with μ = 30 minutes and σ = 5 minutes. The company wants to offer a guarantee where only 5% of deliveries are late. What should the guarantee time be?

Solution:

Only 5% late means 95% should arrive on time. Find the 95th percentile.

Using invNorm(0.95, 30, 5):

x ≈ 38.2 minutes

The guarantee should be about 38 minutes. Anything over that and you've broken your promise to 5% of customers.

Common Errors That Cost Points

Reversing the probability: If you want the top 10%, don't look up 0.10. Look up 0.90. The table gives you left-tail values by default.

Forgetting to convert: A question asks for the value at the 75th percentile. That's 0.75 in the table, not 75.

Skipping the standardization step: When going from z to x, you must multiply by σ and add μ. Students often forget one of these steps under pressure.

Using the wrong direction: If a problem says "at most 20%," you need the left-tail. "At least 20%" means right-tail. Don't mix these up.

Quick Reference

Master this and you've got one of the more reliable point-earners on the AP exam. The process never changes. Find your area, find your z, convert back to x. That's it.