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

How to Solve: Exponential Growth 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.

⏱️ ~5 min read

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

Score Impact: Exponential growth problems appear 2-3 times per SAT Math section. Mastering them can boost your score by 40-60 points—enough to move from a 650 to a 700+ in Math.


WHAT THIS QUESTION TYPE IS ACTUALLY TESTING

The SAT isn’t testing your ability to memorize the exponential growth formula. It’s testing: 1. Reading precision – Can you extract the correct initial value, growth rate, and time from a wordy stem? 2. Formula flexibility – Can you adapt the formula when the problem gives a multiplier vs. a percentage increase? 3. Elimination discipline – Can you spot and reject answer choices that use the wrong base, time, or operation?


ANATOMY OF THE QUESTION

Structure Breakdown

Part What It Is What to Do
Stem A real-world scenario (population, investment, bacteria) with numbers. Circle the initial value, growth rate, and time.
Conditions Words like “doubles every 3 years,” “increases by 5% annually,” or “multiplies by 1.2 each month.” Underline the growth condition—this determines the base.
Question “What is the value after 10 years?” or “How many years until the value reaches X?” Decide if you need the growth formula or its inverse (logarithms).
Answer Choices 4 options, often with traps (wrong base, wrong time, linear vs. exponential). Eliminate based on units, base, and time first.

Representative Example (Full Question)

A population of bacteria doubles every 4 hours. If the initial population is 500, what will the population be after 12 hours? Answer Choices: A) 1,000 B) 2,000 C) 4,000 D) 8,000


THE DECISION FRAMEWORK (Step-by-Step)

Run this every time. No skipping.

  1. Identify the growth type.
  2. Doubling/tripling? → Base = 2 or 3.
  3. Percentage increase? → Base = 1 + (rate as decimal).
  4. Multiplier given? → Base = multiplier (e.g., “multiplies by 1.5” → base = 1.5).

  5. Extract the initial value (P₀).

  6. Circle the starting number in the stem.

  7. Determine the time units.

  8. If the growth period is “every 4 hours,” but the question asks for “12 hours,” calculate how many growth periods fit into the total time.
  9. Formula: Number of periods (n) = Total time / Growth period.

  10. Write the formula.

  11. Exponential growth: P = P₀ × (base)^n
  12. Exponential decay: P = P₀ × (base)^n (base < 1).

  13. Plug in and solve.

  14. Calculate (base)^n first, then multiply by P₀.

  15. Eliminate wrong answers.

  16. Check units (e.g., if time is in hours, reject answers with years).
  17. Check base (e.g., if base = 2, reject answers with base = 1.5).
  18. Check operations (e.g., if it’s exponential, reject linear answers).

Worked Examples

Example 1 – Straightforward

A bank account earns 6% annual interest, compounded annually. If the initial deposit is $1,000, what is the balance after 3 years? Answer Choices: A) $1,000 × 0.06 × 3 B) $1,000 × (1.06)³ C) $1,000 × (1.6)³ D) $1,000 × 3 × 1.06

Step-by-Step: 1. Growth type: 6% increase → base = 1 + 0.06 = 1.06. 2. Initial value (P₀): $1,000. 3. Time units: 3 years = 3 periods (since it’s annual). 4. Formula: P = 1,000 × (1.06)³. 5. Calculate: (1.06)³ ≈ 1.1911,000 × 1.191 ≈ 1,191. 6. Eliminate:
- A: Linear (wrong operation).
- C: Base = 1.6 (wrong rate).
- D: Multiplies time first (wrong order). Answer: B.


Example 2 – Common Trap Version

A car’s value depreciates by 20% each year. If the car is worth $20,000 now, what will it be worth in 2 years? Answer Choices: A) $20,000 × 0.2 × 2 B) $20,000 × (0.2)² C) $20,000 × (0.8)² D) $20,000 × 0.8 × 2

Trap: Students see “20%” and think base = 0.2 (wrong—it’s a decrease, so base = 1 – 0.2 = 0.8).

Step-by-Step: 1. Growth type: 20% decrease → base = 1 – 0.2 = 0.8. 2. Initial value (P₀): $20,000. 3. Time units: 2 years = 2 periods. 4. Formula: P = 20,000 × (0.8)². 5. Calculate: (0.8)² = 0.6420,000 × 0.64 = 12,800. 6. Eliminate:
- A: Linear (wrong operation).
- B: Base = 0.2 (wrong interpretation of decrease).
- D: Multiplies time first (wrong order). Answer: C.


Example 3 – Hard Variant

A scientist observes that a bacteria culture triples every 5 days. If the culture starts with 100 bacteria, how many days will it take to reach 2,700 bacteria? Answer Choices: A) 10 B) 15 C) 20 D) 25

Step-by-Step: 1. Growth type: Triples → base = 3. 2. Initial value (P₀): 100. 3. Target value (P): 2,700. 4. Formula: 2,700 = 100 × 3^n. 5. Solve for n:
- 2,700 / 100 = 273^n = 27.
- 3³ = 27n = 3 periods. 6. Convert periods to days:
- Each period = 5 days → 3 × 5 = 15 days. 7. Eliminate:
- A: 10 days = 2 periods (2,700 ≠ 100 × 3² = 900).
- C/D: Too many periods. Answer: B.


WRONG ANSWER PATTERNS

Wrong Answer Type Why It Looks Right Why It’s Wrong
Linear calculation (e.g., P₀ × rate × time) Students confuse simple interest with compound growth. Exponential growth multiplies the base repeatedly, not just once.
Wrong base (e.g., using 0.2 for a 20% decrease) Students forget to subtract from 1 for decreases. A 20% decrease means multiplying by 0.8, not 0.2.
Wrong time units (e.g., using years when the period is months) Students misread the growth period. If it doubles every 3 months, 12 months = 4 periods, not 12.
Ignoring initial value (e.g., 3^n instead of 100 × 3^n) Students solve for n but forget to multiply by P₀. The formula requires P₀ × (base)^n, not just (base)^n.

Common Mistakes

Mistake Why It Happens Correct Approach
Using the wrong base (e.g., 1.5 for a 50% increase) Students add 50% to 1 incorrectly. 50% increase → base = 1 + 0.5 = 1.5.
Misinterpreting “doubles every X years” Students use X as the exponent directly. If it doubles every 4 years, 12 years = 3 periods.
Forgetting to convert time units Students plug in years when the period is months. Convert total time to the same units as the growth period.
Solving for n but not the final answer Students find n but forget to multiply by P₀. Always plug n back into P = P₀ × (base)^n.
Assuming linear growth Students use P₀ × rate × time for exponential problems. Exponential = repeated multiplication, not addition.

TIME STRATEGY

  • Target time: 45–60 seconds per question.
  • When to skip: If you can’t identify the base or time units in 20 seconds, flag and return.
  • Minimum work:
  • Circle P₀, underline growth condition, box time.
  • Write the formula.
  • Eliminate 2–3 answers based on base/time.

BACKSOLVING AND SHORTCUTS

  1. Plug in answer choices for “how many years” questions.
  2. Example: If the question asks “how many years to reach 2,700?” and choices are 10, 15, 20, 25, test n = 3 (15 days) first.

  3. Use small exponents to eliminate.

  4. If (base)^n is easy (e.g., 2³ = 8), calculate it first and eliminate answers that don’t match.

  5. Check units first.

  6. If the question asks for “years” but an answer is in “months,” eliminate it immediately.

  7. For percentage increases, use 1 + rate.

  8. 5% increase → base = 1.05, not 0.05.

1-Minute Recap

"Here’s the exact process to solve any exponential growth problem on the SAT—fast and under pressure:

  1. Find the base. Is it doubling? Tripling? A percentage increase? If it’s a 10% increase, base = 1.1. If it’s a 20% decrease, base = 0.8.
  2. Circle the initial value. That’s your P₀.
  3. Count the periods. If it doubles every 3 years, 12 years = 4 periods.
  4. Write the formula: P = P₀ × (base)^n.
  5. Eliminate wrong answers first. Check the base, time, and operations. If it’s exponential, reject linear answers.
  6. Calculate last. Only do the math after eliminating 2–3 options.

This isn’t about memorizing—it’s about precision. Circle, underline, eliminate. Do this every time, and you’ll get these right in under a minute."


Final Note: Exponential growth problems reward disciplined reading and formula flexibility. Run the framework, eliminate aggressively, and you’ll turn these into free points.



ADVERTISEMENT