SAT Math · Numbers

Percentages

SAT-M-PCT-01
Teaching Notes
v2 · 2026.05

Percentages are one of the most-tested topics on the digital SAT — and one of the most missed, because the SAT writes percent questions specifically to catch students who rush. This note covers the four flavors that appear: basic percent of, percent change, multi-step percent (percent of a percent), and exponential percent change. The recurring SAT trap: the test deliberately writes wrong-answer choices that match what you get if you set up the problem one step incorrectly.

The percent translation

The single most useful technique for percentage problems is translating English directly into algebra. Three keywords always mean the same thing:

EnglishAlgebra
"of"× (multiply)
"is" / "are" / "equals"=
"what" / "what number"x (the unknown)
"percent" or "%"÷ 100 (divide by 100)
METHOD
Translate left-to-right, then solve

Read the problem from left to right, replacing each keyword with its algebraic equivalent. The result is an equation you can solve.

Direct translation: "what is 30% of 80?"
x = 0.30 × 80 x = 24
24
Solving for the percent: "15 is what percent of 60?"
15 = (x/100) × 60 15 = 0.6x x = 25
15 is 25% of 60
Solving for the total: "24 is 40% of what number?"
24 = 0.40 × x x = 60
60

Percent change

Percent change measures how much a quantity grew or shrank, relative to its starting value. The denominator is always the original (old) value, not the new one. This is the most-missed setup error.

FORMULA
Percent change calculation
% change = (new − old) / old × 100
Percent increase

A stock price rose from $40 to $50. What is the percent increase?

% change = (50 − 40) / 40 × 100 = 10/40 × 100 = 25%
25% increase
Percent decrease

A jacket originally priced at $80 is on sale for $60. What is the percent decrease?

% change = (60 − 80) / 80 × 100 = −20/80 × 100 = −25%
25% decrease
⚡ The shortcut: multiplier method

Instead of computing the change and adding/subtracting, multiply the original by a single number:

To increase by N%: multiply by (1 + N/100). To increase by 25%: × 1.25.
To decrease by N%: multiply by (1 − N/100). To decrease by 25%: × 0.75.

This is faster on the SAT and unlocks the multi-step problems below.

Multi-step percent problems

The SAT's hardest percent problems chain two or more percent changes together. The trap: percent changes do NOT simply add or subtract.

⚠ Critical: percent changes don't add

A 20% increase followed by a 20% decrease is NOT 0% change.

Start with $100. Increase 20%: 100 × 1.20 = 120 Decrease 20%: 120 × 0.80 = 96 Net change: −4%, not 0%.

Always multiply the changes; never add them.

METHOD
Chain multipliers for sequential changes

For multiple percent changes applied in sequence, multiply all the multipliers together (in order). Each multiplier is applied to the result of the previous step, not the original.

Successive percent changes

A computer originally costs $1,200. The price is increased by 10%, then later decreased by 15% from the new price. What is the final price?

1200 × 1.10 = 1320 (after 10% increase) 1320 × 0.85 = 1122 (after 15% decrease)
$1,122
Percent of a percent

In a class, 60% of students are juniors. Of those juniors, 25% are taking calculus. What percent of the entire class are juniors taking calculus?

0.60 × 0.25 = 0.15 = 15%
15%

Exponential percent change

When a quantity grows or shrinks by the same percent each period (each year, each month, etc.), it grows exponentially, not linearly.

FORMULA
Exponential growth and decay
A = P × (1 + r)^t (growth) A = P × (1 − r)^t (decay)

Where P is the starting amount, r is the percent change as a decimal, and t is the number of time periods.

t (years) amount linear: +$10/yr exponential: ×1.10/yr
Linear growth (dashed) vs. exponential growth (orange). Both start at $100. Over time, the percent-based curve grows faster.
Compound interest

A savings account starts with $2,000 and earns 5% interest per year, compounded annually. How much is in the account after 3 years?

A = P × (1 + r)^t A = 2000 × (1.05)^3 A = 2000 × 1.157625 A = 2315.25
$2,315.25 after 3 years
Exponential decay

A car worth $20,000 loses 12% of its value each year. Write an equation for its value V after t years.

V = 20000 × (1 − 0.12)^t V = 20000 × (0.88)^t
⚡ Recognizing exponential vs. linear on the SAT

Watch the wording carefully:

"Increases BY 5% each year" → exponential. The base for next year's increase is the new total. Multiplier method, raise to the t.

"Increases by $5 each year" → linear. Same dollar amount added every year. Add 5t to the starting value.

The SAT writes wrong-answer choices for both interpretations to catch students who skip this distinction.

Sample SAT-style problems

Sample 1 — basic percent of

If 35% of a number is 91, what is 50% of the same number?

  1. Find the number first:
    0.35x = 91 x = 260
  2. Then 50% of 260:
    0.50 × 260 = 130
Answer: 130
Sample 2 — successive percent changes

A store's revenue increased by 20% in 2024 and then decreased by 25% in 2025. If the revenue in 2023 was $400,000, what was the revenue in 2025?

  1. Apply each multiplier in sequence:
    400000 × 1.20 × 0.75 = 360000
Answer: $360,000
Sample 3 — exponential growth equation

The population of a town is currently 8,000 and is increasing by 3% each year. Which equation gives the population P after t years?

  • (A) P = 8000 + 0.03t
  • (B) P = 8000 × 0.03^t
  • (C) P = 8000 × (1.03)^t
  • (D) P = 8000 × (1 + 3)^t
  1. "Increasing by 3% each year" → exponential growth.
  2. Multiplier is (1 + r) = (1 + 0.03) = 1.03.
  3. Equation: P = 8000 × (1.03)^t.
Answer: (C)
Sample 4 — solving for original from final

After a 25% discount, a coat sells for $90. What was its original price?

  1. Let original = x. After a 25% discount, the price is 75% of x:
    x × 0.75 = 90
  2. Solve:
    x = 90 / 0.75 x = 120
Answer: $120

Common trap: Students who calculate "$90 + 25% = $112.50" get a wrong answer that often appears as a choice. The 25% was taken off the original $120, not added to the final $90.

⚠ The three percent traps to avoid

1. Wrong denominator on percent change. Always divide by the ORIGINAL value, never the new one.

2. Adding percent changes instead of multiplying. A +20% then −20% is a 4% net loss, not 0%.

3. Confusing "percent of" with "percent increase." "20% of 80" = 16. "80 increased by 20%" = 96. Same number, different operations.

SAT-M-PCT-01 · Percentages Shu's Tutoring · Notes Library