Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Exponential Decay Problems (SAT) – Complete Guide
Source: https://www.fatskills.com/sat/chapter/how-to-solve-exponential-decay-problems-sat-complete-guide

How to Solve: Exponential Decay Problems (SAT) – Complete Guide

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~7 min read

How to Solve: Exponential Decay Problems (SAT) – Complete Guide

Target Score Impact: Exponential decay questions appear 2-3 times per SAT Math section (about 6-9 times per test). Mastering them can boost your Math score by 40-60 points—enough to move from a 650 to a 700+.


WHAT THIS QUESTION TYPE IS ACTUALLY TESTING

The SAT isn’t testing your ability to memorize the exponential decay formula. It’s testing: ✅ Model recognition – Can you identify when a problem is exponential decay (vs. linear or other models)? ✅ Formula flexibility – Can you adapt the formula to different given conditions (e.g., half-life, percentage decay, time intervals)? ✅ Variable isolation – Can you solve for the initial amount, decay rate, or time when given partial information? ✅ Trap avoidance – Can you spot when the SAT is trying to trick you with linear-looking answer choices or misleading time units?


ANATOMY OF THE QUESTION

Structure Breakdown

Part What It Contains What to Do
Stem Describes a decaying quantity (e.g., drug in bloodstream, radioactive substance, bacteria population). Identify the initial amount (A₀), decay rate (r), and time (t).
Conditions Gives one of three things: (1) decay rate, (2) half-life, or (3) a specific value at a given time. Determine which form of the formula to use.
Question Asks for one of three things: (1) final amount, (2) time to reach a certain amount, or (3) decay rate. Circle what you’re solving for.
Answer Choices Usually 4 options, often with linear traps (e.g., subtracting a fixed amount) or misapplied rates. Eliminate based on units, magnitude, and formula logic.

Representative Example Question

A radioactive substance decays at a rate of 15% per year. If the initial amount is 200 grams, how much remains after 3 years?

Answer Choices: A) 200 – (0.15 × 3 × 200) B) 200 × (0.15)³ C) 200 × (0.85)³ D) 200 × (1 – 0.15 × 3)

(Correct answer: C)


THE DECISION FRAMEWORK (Step-by-Step)

Run this process every time. No skipping.

Step 1: Identify the Model

  • Is it decay? Look for keywords: "decays," "decreases by X%," "half-life," "loses value."
  • Is it exponential? If the rate is a percentage per time unit, it’s exponential. If it’s a fixed amount per time unit, it’s linear.
  • If unsure, ask: "Does the amount lost depend on the current amount?" → If yes, exponential. If no, linear.

Step 2: Write the Correct Formula

The exponential decay formula is: [ A(t) = A_0 \times (1 - r)^t ] - ( A(t) ) = amount at time ( t ) - ( A_0 ) = initial amount - ( r ) = decay rate (as a decimal, e.g., 15% → 0.15) - ( t ) = time (must match the rate’s time unit)

If given half-life (t₁/₂): [ A(t) = A_0 \times \left(\frac{1}{2}\right)^{\frac{t}{t_{1/2}}} ]

Step 3: Extract Given Values

  • Initial amount (A₀): Usually given directly (e.g., "200 grams").
  • Decay rate (r): Given as a percentage (e.g., "15% per year" → ( r = 0.15 )).
  • Time (t): Must match the rate’s unit (e.g., if rate is per year, ( t ) must be in years).
  • Final amount (A(t)): What you’re solving for (or what’s given in some problems).

Step 4: Plug Into Formula & Solve

  • If solving for A(t): Direct substitution.
  • If solving for t or r: Isolate the variable (may require logarithms, but SAT rarely asks for this).
  • If given half-life: Use the half-life formula instead.

Step 5: Eliminate Wrong Answers

  • Linear traps: Answers that subtract a fixed amount (e.g., ( A_0 - r \times t \times A_0 )) are wrong.
  • Misapplied rates: Answers that multiply ( A_0 ) by ( r ) instead of ( (1 - r) ) are wrong.
  • Unit mismatches: If time is in months but rate is per year, convert first.

Worked Examples

Example 1 – Straightforward (Decay Rate Given)

A bacteria population decreases by 20% every hour. If the initial population is 5,000, what is the population after 4 hours?

Step 1: Identify model → Exponential decay (percentage per time unit). Step 2: Formula → ( A(t) = A_0 \times (1 - r)^t ) Step 3: Extract values → ( A_0 = 5,000 ), ( r = 0.20 ), ( t = 4 ) Step 4: Plug in → ( A(4) = 5,000 \times (0.80)^4 ) Step 5: Calculate → ( 0.80^4 = 0.4096 ), so ( 5,000 \times 0.4096 = 2,048 )

Answer Choices: A) 5,000 – (0.20 × 4 × 5,000) = 1,000 ❌ (linear trap) B) 5,000 × (0.20)⁴ = 8 ❌ (misapplied rate) C) 5,000 × (0.80)⁴ = 2,048 ✅ D) 5,000 × (1 – 0.20 × 4) = 1,000 ❌ (linear trap)

Correct Answer: C


Example 2 – Common Trap (Half-Life Given)

A radioactive element has a half-life of 5 years. If you start with 80 grams, how much remains after 15 years?

Step 1: Identify model → Exponential decay (half-life given). Step 2: Formula → ( A(t) = A_0 \times \left(\frac{1}{2}\right)^{\frac{t}{t_{1/2}}} ) Step 3: Extract values → ( A_0 = 80 ), ( t_{1/2} = 5 ), ( t = 15 ) Step 4: Plug in → ( A(15) = 80 \times \left(\frac{1}{2}\right)^{\frac{15}{5}} = 80 \times \left(\frac{1}{2}\right)^3 ) Step 5: Calculate → ( \left(\frac{1}{2}\right)^3 = \frac{1}{8} ), so ( 80 \times \frac{1}{8} = 10 )

Answer Choices: A) 80 ÷ 2 × 15 = 600 ❌ (linear trap) B) 80 × (1/2)¹⁵ = 0.000024 ❌ (misapplied half-life) C) 80 × (1/2)³ = 10 ✅ D) 80 – (80 × 0.5 × 15) = -520 ❌ (linear trap)

Correct Answer: C


Example 3 – Hard Variant (Solving for Time)

A drug decays at a rate of 10% per hour in the bloodstream. If a patient is given 300 mg, how many hours will it take for the drug to reduce to 100 mg?

Step 1: Identify model → Exponential decay. Step 2: Formula → ( A(t) = A_0 \times (1 - r)^t ) Step 3: Extract values → ( A_0 = 300 ), ( A(t) = 100 ), ( r = 0.10 ) Step 4: Plug in → ( 100 = 300 \times (0.90)^t ) Step 5: Solve for ( t ): - Divide both sides by 300 → ( \frac{1}{3} = (0.90)^t ) - Take log of both sides → ( \log(\frac{1}{3}) = t \log(0.90) ) - Solve for ( t ) → ( t = \frac{\log(\frac{1}{3})}{\log(0.90)} \approx 10.48 ) hours

But the SAT won’t make you calculate logs! Instead, they’ll give answer choices where you can test values: - ( t = 10 ): ( 300 \times (0.90)^{10} \approx 104.6 ) (too high) - ( t = 11 ): ( 300 \times (0.90)^{11} \approx 94.1 ) (too low) - So ( t ) is between 10 and 11.

Answer Choices: A) 5 hours ❌ (too low) B) 10 hours ❌ (slightly too high) C) 11 hours ✅ (closest) D) 15 hours ❌ (too high)

Correct Answer: C (SAT expects you to estimate here.)


WRONG ANSWER PATTERNS

Wrong Answer Type Why It Looks Right Why It’s Wrong
Linear subtraction (e.g., ( A_0 - r \times t \times A_0 )) "Decay" sounds like subtraction. Exponential decay is multiplicative, not additive.
Multiplying by ( r ) instead of ( (1 - r) ) (e.g., ( A_0 \times r^t )) Confuses decay rate with growth rate. Decay means remaining amount, so it’s ( (1 - r) ).
Ignoring time units (e.g., rate per year but time in months) Assumes time units match without converting. Rates and time must be in the same unit.
Half-life misapplication (e.g., ( A_0 \times (1/2)^t ) instead of ( (1/2)^{t/t_{1/2}} )) Forgets to divide time by half-life. Half-life formula requires scaling time.

Common Mistakes

Mistake Why It Happens Correct Approach
Using linear decay "Decay" sounds like subtraction. Ask: "Does the amount lost depend on the current amount?" If yes, exponential.
Misidentifying ( r ) Confusing 15% decay with ( r = 0.15 ) vs. ( r = 0.85 ). Decay rate ( r ) is the percentage lost, so remaining is ( (1 - r) ).
Unit mismatches Rate is per year, but time is in months. Convert time to match the rate’s unit (e.g., 6 months = 0.5 years).
Forgetting to exponentiate Writing ( A_0 \times (1 - r) \times t ) instead of ( (1 - r)^t ). Exponential means repeated multiplication, not addition.
Half-life confusion Using ( (1/2)^t ) instead of ( (1/2)^{t/t_{1/2}} ). Half-life formula requires dividing time by half-life.

TIME STRATEGY

  • Average time per question: 45-60 seconds.
  • When to skip: If you can’t identify the model in 10 seconds, flag and return.
  • Minimum work for confidence:
  • Write the formula.
  • Plug in numbers.
  • Eliminate at least 2 wrong answers before calculating.

BACKSOLVING AND SHORTCUTS

1. Plug in Answer Choices (Backsolving)

  • If the question asks for time or rate, plug in the answer choices to see which one fits.
  • Example: "How many years until 50% remains?" → Test ( t = 5 ), ( t = 10 ), etc.

2. Estimate with Half-Life

  • If given half-life, double or halve the amount to estimate time.
  • Example: "Half-life = 3 years. How much remains after 9 years?" → 3 half-lives → ( \frac{1}{2} \times \frac{1}{2} \times \frac{1}{2} = \frac{1}{8} ).

3. Eliminate Linear Traps First

  • Any answer that subtracts a fixed amount is wrong. Cross it out immediately.

4. Check Units

  • If rate is per year but time is in months, convert time to years first.

1-Minute Recap

"Exponential decay questions show up 6-9 times on the SAT, and they’re free points if you follow this process:

  1. Spot the model – Is it decay? Is it exponential (percentage per time) or linear (fixed amount)?
  2. Write the formula – ( A(t) = A_0 \times (1 - r)^t ) or half-life version.
  3. Plug in numbers – Initial amount, rate, time. Match units!
  4. Eliminate traps – Linear answers? Cross them out. Misapplied rates? Gone.
  5. Calculate or estimate – If stuck, test answer choices.

Most mistakes happen when you rush Step 1. Slow down, identify the model, and the math becomes easy. You’ve got this!


Final Tip:

Practice with real SAT questions. The College Board’s "Official SAT Study Guide" has 10+ exponential decay problems—do them all under timed conditions. The more you see the traps, the faster you’ll spot them on test day.

Now go crush it. ?



ADVERTISEMENT