Advanced Math ⚡ High Yield (1-3 Questions per Test)

Exponential Functions

Digital SAT Math Preparation & Desmos Strategies

4 Concepts 19 Practice Qs 30 Mock Qs ⚡ Desmos Speed Hacks

Key Concepts & Worked Archetypes

Concept 1

Concept 1: Standard Exponential Form

An exponential function is represented as $f(x) = a \cdot b^x$, where $a$ represents the initial value and $b$ represents the constant multiplier or growth/decay factor per unit of $x$.

  • The initial value $a$ is always the y-intercept, found by evaluating $f(0)$.
  • If $b > 1$, the function models exponential growth.
  • If $0 < b < 1$, the function models exponential decay.
📘 Traditional Algebraic Method

Substitute two given coordinate points $(x_1, y_1)$ and $(x_2, y_2)$ into $y = a \cdot b^x$ to set up a system of equations, then divide them to solve for $b$ and subsequently $a$.

⚡ SAT Speed Trick & Desmos Hack

Type the table of values or given points directly into Desmos regression syntax: $y_1 \sim a \cdot b^{x_1}$ to immediately extract values for $a$ and $b$.

💡 Worked SAT Archetype Example

Problem: An exponential function passes through the points $(1, 6)$ and $(3, 54)$. What is the value of $f(2)$?

📘 Step-by-Step Textbook Solution:
Step 1
Write the general equation $f(x) = a \cdot b^x$
Step 2
Substitute point $(1, 6)$: $6 = a \cdot b^1$
Step 3
Substitute point $(3, 54)$: $54 = a \cdot b^3$
Step 4
Divide the second equation by the first: $\frac{54}{6} = \frac{a b^3}{a b}$
Step 5
Simplify to find $b^2$: $b^2 = 9$
Step 6
Solve for positive base $b$: $b = 3$
Step 7
Substitute $b = 3$ back into the first equation: $6 = a(3)$
Step 8
Solve for $a$: $a = 2$
Step 9
Construct the function: $f(x) = 2(3)^x$
Step 10
Evaluate for $f(2)$: $f(2) = 2(3)^2$
Step 11
Final calculation: $f(2) = 18$
⚡ Speed / Desmos Tactic:
Step 1
Open Desmos and create a table with columns $x_1$ and $y_1$
Step 2
Enter points $(1, 6)$ and $(3, 54)$ into the table
Step 3
Type the regression command: $y_1 \sim a \cdot b^{x_1}$
Step 4
Read off parameters $a = 2$ and $b = 3$
Step 5
Evaluate $2 \cdot 3^2 = 18$
Concept 2

Concept 2: Percentage Growth and Decay

Real-world contexts apply percentage changes over fixed intervals, transforming the base into $b = 1 \pm \frac{r}{100}$.

  • For annual percentage increase of $r\%$, use $b = 1 + \frac{r}{100}$.
  • For annual percentage decrease of $r\%$, use $b = 1 - \frac{r}{100}$.
  • If time units are scaled, adjust the exponent accordingly as $\frac{t}{k}$.
📘 Traditional Algebraic Method

Identify the initial amount, convert the percentage rate to a decimal multiplier, and construct the model $P(t) = P_0(1 \pm r)^t$.

⚡ SAT Speed Trick & Desmos Hack

Define $f(x) = P_0(1 \pm r)^x$ inside Desmos and use the evaluation feature or trace along the curve to find target values.

💡 Worked SAT Archetype Example

Problem: The value of a car depreciates by $15\%$ each year. If its initial purchase price was $\$25,000$, what is its value after 4 years?

📘 Step-by-Step Textbook Solution:
Step 1
Identify initial value $P_0 = 25000$
Step 2
Identify decay rate $r = 0.15$
Step 3
Formulate decay factor $b = 1 - 0.15 = 0.85$
Step 4
Write model equation: $V(t) = 25000(0.85)^t$
Step 5
Substitute $t = 4$: $V(4) = 25000(0.85)^4$
Step 6
Compute power: $(0.85)^4 = 0.52200625$
Step 7
Multiply by initial value: $V(4) = 25000 \cdot 0.52200625$
Step 8
Final calculation: $V(4) = 13050.16$
⚡ Speed / Desmos Tactic:
Step 1
Open Desmos and type: $V(t) = 25000(0.85)^t$
Step 2
Type on a new line: $V(4)$
Step 3
Read output directly: $13050.16$
Concept 3

Concept 3: Equivalent Exponential Expressions

Rewriting exponential expressions to reveal hidden features, such as changing monthly growth rates to annual growth rates using exponent rules.

  • Product rule: $b^m \cdot b^n = b^{m+n}$
  • Power of a power rule: $(b^m)^n = b^{m \cdot n}$
  • Negative exponent rule: $b^{-n} = \frac{1}{b^n}$
📘 Traditional Algebraic Method

Apply algebraic exponent properties step-by-step to match the target form given in the multiple-choice options.

⚡ SAT Speed Trick & Desmos Hack

Graph the original expression in Desmos as $f(x)$, then test each option by graphing it; the correct option will perfectly overlap (cover) the original graph.

💡 Worked SAT Archetype Example

Problem: Which of the following is equivalent to $f(t) = 3^{2t+1}$?

📘 Step-by-Step Textbook Solution:
Step 1
Apply addition rule for exponents: $3^{2t+1} = 3^{2t} \cdot 3^1$
Step 2
Rewrite $3^{2t}$ using power property: $(3^2)^t$
Step 3
Simplify base: $3^2 = 9$
Step 4
Combine parts to form final expression: $3 \cdot 9^t$
⚡ Speed / Desmos Tactic:
Step 1
Enter original function into Desmos: $f(x) = 3^{2x+1}$
Step 2
Enter choice A: $9(3^x)$ (observe no overlap)
Step 3
Enter choice B: $3(9^x)$ (observe exact color overlap with $f(x)$)
Step 4
Select option matching choice B
Concept 4

Concept 4: Half-Life and Doubling Time

Special exponential applications where quantities halve or double over constant time intervals.

  • Half-life formula: $N(t) = N_0 \left(\frac{1}{2}\right)^{\frac{t}{h}}$, where $h$ is the half-life period.
  • Doubling time formula: $N(t) = N_0 (2)^{\frac{t}{d}}$, where $d$ is the doubling period.
  • Ensure units of time for $t$ and $h$ (or $d$) match perfectly.
📘 Traditional Algebraic Method

Set up the structured half-life or doubling equation, isolate the exponential term, and use logarithms or logical exponent matching if powers are integers.

⚡ SAT Speed Trick & Desmos Hack

Graph the function in Desmos and use the intersection feature with a horizontal line equal to the target amount to find $t$.

💡 Worked SAT Archetype Example

Problem: A radioactive substance has a half-life of 3 years. If there are initially 80 grams, how many grams remain after 9 years?

📘 Step-by-Step Textbook Solution:
Step 1
Identify initial amount $N_0 = 80$
Step 2
Identify half-life $h = 3$
Step 3
Identify elapsed time $t = 9$
Step 4
Write the half-life equation: $N(9) = 80 \left(\frac{1}{2}\right)^{\frac{9}{3}}$
Step 5
Simplify exponent: $\frac{9}{3} = 3$
Step 6
Evaluate power: $\left(\frac{1}{2}\right)^3 = \frac{1}{8}$
Step 7
Multiply: $N(9) = 80 \cdot \frac{1}{8}$
Step 8
Final calculation: $N(9) = 10$
⚡ Speed / Desmos Tactic:
Step 1
Open Desmos and type: $N(t) = 80(0.5)^{\frac{t}{3}}$
Step 2
Type on a new line: $N(9)$
Step 3
Read output directly: $10$

Practice Questions (19)

Question 1 Evaluating Exponential Functions
Easy

A bacteria culture grows according to the function $f(t) = 300(1.5)^t$, where $t$ is the time in hours. What is the population of the bacteria after $2$ hours?

📘 Step-by-Step Algebraic Solution
Step 1
Identify the given function $f(t) = 300(1.5)^t$ and the given time $t = 2$.
Step 2
Substitute $t = 2$ into the function: $f(2) = 300(1.5)^2$.
Step 3
Evaluate the exponent: $(1.5)^2 = 2.25$.
Step 4
Multiply by the initial amount: $300 \times 2.25 = 675$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Type 'f(t) = 300(1.5)^t' into Desmos.
Step 2
Type 'f(2)' on the next line to instantly see the output.
Question 2 Evaluating Exponential Functions
Easy

The value of a car is modeled by the function $V(t) = 24,000(0.8)^t$, where $t$ is the age of the car in years. What is the value of the car when it is $1$ year old?

📘 Step-by-Step Algebraic Solution
Step 1
Identify the equation $V(t) = 24,000(0.8)^t$ and set $t = 1$.
Step 2
Substitute $t = 1$: $V(1) = 24,000(0.8)^1$.
Step 3
Calculate the product: $24,000 \times 0.8 = 19,200$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Open Desmos and type '24000(0.8)^1'.
Step 2
Read the result $19,200$ immediately.
Question 3 Evaluating Exponential Functions
Medium

An investment of $\$5,000$ grows according to the function $A(t) = 5000(1.06)^{t/2}$, where $t$ is the time in years. What is the value of the investment after $4$ years?

📘 Step-by-Step Algebraic Solution
Step 1
Set $t = 4$ in the function $A(t) = 5000(1.06)^{t/2}$.
Step 2
Simplify the exponent: $4 / 2 = 2$.
Step 3
Compute the base power: $(1.06)^2 = 1.1236$.
Step 4
Multiply by $5,000$: $5000 \times 1.1236 = 5,618.00$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Enter '5000(1.06)^(4/2)' directly into Desmos.
Step 2
Read off the final value $5618$.
Question 4 Evaluating Exponential Functions
Medium

The population of a town is given by $P(t) = 12,000(2)^{t/10}$, where $t$ is the number of years from the present. How many years will it take for the population to reach $24,000$?

📘 Step-by-Step Algebraic Solution
Step 1
Set up the equation $24000 = 12000(2)^{t/10}$.
Step 2
Divide both sides by $12,000$: $2 = 2^{t/10}$.
Step 3
Equate the exponents since bases are equal: $1 = t/10$.
Step 4
Solve for $t$: $t = 10$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Type 'y = 12000(2)^(x/10)' and 'y = 24000' in Desmos.
Step 2
Click the intersection point to find $x = 10$.
Question 5 Evaluating Exponential Functions
Hard

The mass $M$ (in grams) of a radioactive isotope remaining after $t$ days is given by $M(t) = 800(e)^{-0.05t}$. If the mass remaining is $400$ grams, which of the following represents the exact number of days $t$ that have passed?

📘 Step-by-Step Algebraic Solution
Step 1
Set $400 = 800e^{-0.05t}$.
Step 2
Divide by $800$: $0.5 = e^{-0.05t}$.
Step 3
Take natural log of both sides: $\ln(0.5) = -0.05t$.
Step 4
Rewrite $0.5$ as $1/2$: $\ln(1/2) = -\ln(2) = -0.05t$.
Step 5
Solve for $t$: $t = \frac{-\ln(2)}{-0.05} = 20\ln(2)$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Define expressions in Desmos as functions of $x$, e.g., 'f(x) = 800e^(-0.05x)'.
Step 2
Evaluate the given options numerically (e.g., $20\ln(2) \approx 13.86$) and check which one satisfies $f(x) = 400$.
Question 6 Interpreting Exponential Expressions
Easy

The function $f(x) = 450(1.08)^x$ models the number of social media followers a page has, where $x$ represents the number of months since the page was created. What does the number $1.08$ represent in this context?

📘 Step-by-Step Algebraic Solution
Step 1
Identify the standard exponential growth model $f(x) = a(b)^x$.
Step 2
Recognize that $a = 450$ is the initial value (starting followers).
Step 3
Recognize that $b = 1.08$ is the base, representing the multiplier for each one-unit increase in $x$ (each month).
⚡ Desmos Shortcut / Speed Hack
Step 1
Recall the general form $y = a(1 + r)^x$ or $y = a(b)^x$.
Step 2
Match $b$ directly to 'growth factor / multiplier per time period'.
Question 7 Interpreting Exponential Expressions
Easy

A certain compound decays according to the function $Q(t) = 1,200(0.85)^t$, where $t$ is measured in hours. Which of the following best describes the hourly change in the compound's quantity?

📘 Step-by-Step Algebraic Solution
Step 1
The decay factor is $b = 0.85$.
Step 2
Set up the relation $b = 1 - r$, where $r$ is the rate of decrease.
Step 3
$0.85 = 1 - r \implies r = 0.15$.
Step 4
Convert to percentage: $0.15 = 15\%$ decrease.
⚡ Desmos Shortcut / Speed Hack
Step 1
Subtract the base from 1: $1 - 0.85 = 0.15$.
Step 2
Convert to a percentage: $15\%$ reduction.
Question 8 Interpreting Exponential Expressions
Medium

The population of a species of bird is modeled by $P(t) = 500(1.04)^{4t}$, where $t$ is the time in years. Which of the following expressions is equivalent to $P(t)$ highlighting the *quarterly* growth factor?

📘 Step-by-Step Algebraic Solution
Step 1
Start with the given function $P(t) = 500(1.04)^{4t}$.
Step 2
Apply the power rule of exponents: $(x^a)^b = x^{ab}$.
Step 3
Rewrite $(1.04)^{4t}$ as $((1.04)^4)^t$.
Step 4
Conclude that the annual growth factor is $(1.04)^4 \approx 1.1699$, leading to $500(1.04^4)^t$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Check the structure of options. We want an expression in terms of $t$ in the exponent.
Step 2
$(1.04)^{4t} = ((1.04)^4)^t$, which directly matches option C.
Question 9 Interpreting Exponential Expressions
Medium

The value of an account is represented by $A(m) = 4,000(1.005)^{12m}$, where $m$ is the number of years. Which of the following interpretations is correct regarding the expression?

📘 Step-by-Step Algebraic Solution
Step 1
Identify that $m$ represents years, so $12m$ represents the total number of months.
Step 2
The base inside is $1.005$, which equals $1 + 0.005$.
Step 3
$0.005$ as a percentage is $0.5\%$.
Step 4
Therefore, it grows by $0.5\%$ each month ($12$ times a year).
⚡ Desmos Shortcut / Speed Hack
Step 1
Note that $12m$ suggests monthly compounding over $m$ years.
Step 2
$1.005 - 1 = 0.005 = 0.5\%$, matching monthly rate.
Question 10 Interpreting Exponential Expressions
Hard

The population of a city doubles every $15$ years. If the initial population is $P_0$, the population $t$ years from now can be modeled by $P(t) = P_0(2)^{kt}$. What is the value of $k$?

📘 Step-by-Step Algebraic Solution
Step 1
Set up the doubling condition: $P(15) = 2P_0$.
Step 2
Substitute into the model: $2P_0 = P_0(2)^{k(15)}$.
Step 3
Divide both sides by $P_0$: $2 = 2^{15k}$.
Step 4
Equate exponents: $1 = 15k \implies k = \frac{1}{15}$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Doubling time models always take the form $2^{t / \text{doubling time}}$.
Step 2
Here the exponent is $t/15$, which is equivalent to $\frac{1}{15}t$. Thus $k = 1/15$.
Question 11 Constructing Exponential Equations
Easy

A digital asset starts with $500$ users and triples every year. Which function $f(t)$ models the number of users after $t$ years?

📘 Step-by-Step Algebraic Solution
Step 1
Identify the initial value (starting users) $a = 500$.
Step 2
Identify the growth factor (triples means multiply by $3$) $b = 3$.
Step 3
Substitute into $f(t) = a(b)^t$ to get $f(t) = 500(3)^t$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Initial value is $500$, base is $3$.
Step 2
Immediately pick $500(3)^t$.
Question 12 Constructing Exponential Equations
Easy

An office printer loses $20\%$ of its resale value each year. If it was purchased for $\$1,200$, which equation represents its value $V$ after $t$ years?

📘 Step-by-Step Algebraic Solution
Step 1
Initial value $a = 1,200$.
Step 2
Decay rate $r = 20\% = 0.20$.
Step 3
Decay factor $b = 1 - r = 1 - 0.20 = 0.80$.
Step 4
Construct the function: $V = 1200(0.8)^t$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Retained value is $100\% - 20\% = 80\% = 0.8$.
Step 2
Match with initial value $1200$ to get $1200(0.8)^t$.
Question 13 Constructing Exponential Equations
Medium

A culture of mold increases by $75\%$ every $3$ hours. If the initial count is $200$ spores, which function models the number of spores $N$ after $t$ hours?

📘 Step-by-Step Algebraic Solution
Step 1
Initial count $a = 200$.
Step 2
Growth factor for a $75\%$ increase is $1 + 0.75 = 1.75$.
Step 3
Since this growth happens every $3$ hours, divide time $t$ by $3$.
Step 4
Combine into $N(t) = 200(1.75)^{t/3}$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Look for time divided by the period of growth ($t/3$).
Step 2
Confirm base is $1.75$ and initial value is $200$.
Question 14 Constructing Exponential Equations
Medium

A table passes through the points $(0, 3)$ and $(2, 48)$ and represents an exponential function of the form $f(x) = a(b)^x$. What is the function?

📘 Step-by-Step Algebraic Solution
Step 1
Substitute $(0,3)$ into $f(x) = a(b)^x$: $3 = a(b)^0 \implies a = 3$.
Step 2
Substitute $(2,48)$ and $a = 3$: $48 = 3(b)^2$.
Step 3
Divide by $3$: $16 = b^2$.
Step 4
Solve for $b$ (growth factor must be positive): $b = 4$.
Step 5
Write the function: $f(x) = 3(4)^x$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Test options with $(0,3)$: all give $3$.
Step 2
Test options with $(2,48)$: $3(4)^2 = 3(16) = 48$ matches.
Question 15 Constructing Exponential Equations
Hard

An exponential function $f(x) = ab^x$ passes through the points $(1, 6)$ and $(3, 54)$. What is the value of $f(4)$?

📘 Step-by-Step Algebraic Solution
Step 1
Set up equations: $ab^1 = 6$ and $ab^3 = 54$.
Step 2
Divide the second equation by the first: $\frac{ab^3}{ab^1} = \frac{54}{6}$.
Step 3
Simplify: $b^2 = 9 \implies b = 3$ (since $b > 0$).
Step 4
Substitute $b = 3$ into $ab^1 = 6$: $a(3) = 6 \implies a = 2$.
Step 5
Write the function: $f(x) = 2(3)^x$.
Step 6
Evaluate $f(4) = 2(3)^4 = 2(81) = 162$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Notice that from $x=1$ to $x=3$ (a jump of $2$ units), the output goes from $6$ to $54$ (multiplied by $9$).
Step 2
Thus $b^2 = 9 \implies b = 3$. Find $a = 2$, then calculate $f(4) = 2(3)^4 = 162$.
Question 16 Solving Exponential Equations & Comparing Models
Easy

Which of the following functions grows at the fastest rate for large positive values of $x$?

📘 Step-by-Step Algebraic Solution
Step 1
Analyze option A: Linear function, grows at a constant rate.
Step 2
Analyze option B: Exponential function, grows exponentially faster than any polynomial or linear function for large $x$.
Step 3
Analyze options C and D: Polynomial functions.
Step 4
Conclude that exponential growth outpaces all polynomial and linear growth.
⚡ Desmos Shortcut / Speed Hack
Step 1
Remember the hierarchy for large $x$: Exponential > Polynomial > Linear.
Step 2
Option B is the only exponential function.
Question 17 Solving Exponential Equations & Comparing Models
Medium

If $2^{3x-1} = 32$, what is the value of $x$?

📘 Step-by-Step Algebraic Solution
Step 1
Rewrite the equation $2^{3x-1} = 32$.
Step 2
Rewrite $32$ as $2^5$: $2^{3x-1} = 2^5$.
Step 3
Equate exponents: $3x - 1 = 5$.
Step 4
Add $1$ to both sides: $3x = 6$.
Step 5
Solve for $x$: $x = 2$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Type '2^(3x-1) = 32' into Desmos.
Step 2
Look at the vertical line where they intersect or use solve features to find $x = 2$.
Question 18 Solving Exponential Equations & Comparing Models
Medium

Function $F$ is defined by $F(x) = 3(2)^x$ and function $G$ is defined by $G(x) = 2(3)^x$. For what value of $x$ do $F(x)$ and $G(x)$ have the same value?

📘 Step-by-Step Algebraic Solution
Step 1
Set $3(2)^x = 2(3)^x$.
Step 2
Divide both sides by $2 \cdot 2^x$: $\frac{3}{2} = \frac{3^x}{2^x} = \left(\frac{3}{2}\right)^x$.
Step 3
Wait, let's rewrite carefully: divide by $3^x$ and $3$: $\frac{2^x}{3^x} = \frac{2}{3} \implies \left(\frac{2}{3}\right)^x = \left(\frac{2}{3}\right)^1$.
Step 4
Actually, let's use logarithms: $\ln(3) + x\ln(2) = \ln(2) + x\ln(3)$.
Step 5
Rearrange terms: $\ln(3) - \ln(2) = x(\ln(3) - \ln(2))$... wait: $\ln(3) - \ln(2) = x(\ln(3) - \ln(2))$ is not right. Let's do: $3 \cdot 2^x = 2 \cdot 3^x \implies \ln(3) + x\ln(2) = \ln(2) + x\ln(3)$.
Step 6
Solve for $x$: $x(\ln(3) - \ln(2)) = \ln(3) - \ln(2)$... wait, let's check: if $x=1$, $F(1) = 6$, $G(1) = 6$. So $x = 1$ is a solution!
Step 7
Let's re-verify options. Wait, option C is $x = 1$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Test $x = 1$: $F(1) = 3(2)^1 = 6$, $G(1) = 2(3)^1 = 6$.
Step 2
Since they match at $x = 1$, choose option C.
Question 19 Solving Exponential Equations & Comparing Models
Hard

If $9^x = 3^{x+4

📘 Step-by-Step Algebraic Solution
⚡ Desmos Shortcut / Speed Hack

Official SAT Exam Blueprint & Weightage

Metric Exam Pattern & Weightage
Question Frequency 1-3 questions per test module
Module 1 Appearance Medium Frequency (Foundational tests)
Module 2 Appearance High Frequency (Hard module score differentiator)
Pattern Analysis Analysis of College Board question patterns and recent exam distributions.
🏛️

Official SAT PYQ Drill Bank (2023–2026)

We are compiling real verified College Board exam patterns with step-by-step Desmos shortcuts for Exponential Functions.

Updated for 2026 Testing Season

Revision, Traps & Desmos Syntax

General Exponential Growth/Decay

$f(x) = a \cdot b^x$

Used for standard point-based or table-based exponential modeling.

Percentage Growth/Decay Model

$P(t) = P_0 (1 \pm \frac{r}{100})^t$

Used for word problems involving annual or periodic percentage change.

Half-Life and Doubling Time

$A(t) = A_0 (2)^{\pm \frac{t}{k}}$

Used when quantities scale by factors of 2 over fixed duration $k$.

🚨 Top SAT Traps & Misconceptions

⚠️ SAT Trap: Confusing Growth Rate with Growth Factor
If a problem states a value increases by $8\%$, students often mistakenly use $b = 0.08$ instead of the correct growth factor $b = 1.08$.
⚠️ SAT Trap: Mismatched Time Units
Failing to convert rates when a model gives an annual rate but asks for monthly accumulation, leading to incorrect exponent scaling.

⚡ Essential Desmos Cheatsheet

🎯 Exponential Regression
y1 ~ a * b^x1
Instantly find exponential functions from a table of values or two coordinate points.
🎯 Graph Overlap Verification
f(x) = [original], g(x) = [option]
Verify equivalent expressions by checking curve superimposition in Desmos.

3-Level Mock Test (30 Questions)

🟢 Level 1: Foundation
10 Qs · Sub-600 Score
🟡 Level 2: Target 700+
10 Qs · 600–740 Score
🔴 Level 3: 800-Mastery
10 Qs · 750–800 Score
Question 1 Level 1: Foundation

What is the initial value of the exponential function represented by $f(x) = 3(2)^x$?

Question 2 Level 1: Foundation

An exponential function is given by $g(x) = 5(4)^x$. What is the value of $g(2)$?

Question 3 Level 1: Foundation

Which of the following functions represents exponential growth?

Question 4 Level 1: Foundation

The value of a car depreciates according to the function $V(t) = 25000(0.85)^t$, where $t$ is the time in years. What is the annual percent decrease?

Question 5 Level 1: Foundation

What is the $y$-intercept of the graph of $y = 7(3)^x + 2$ in the $xy$-plane?

Question 6 Level 1: Foundation

Which of the following equations represents a horizontal asymptote for the graph of $f(x) = 4(0.5)^x - 3$?

Question 7 Level 1: Foundation

If $2^x = 32$, what is the value of $x$?

Question 8 Level 1: Foundation

An initial population of $500$ bacteria grows at a rate of doubling every hour. Which function models the population $P$ after $h$ hours?

Question 9 Level 1: Foundation

Which of the following points lies on the graph of the exponential function $f(x) = 3(2)^x$?

Question 10 Level 1: Foundation

What is the multiplier for an exponential function representing a $12\%$ increase?