Math 1 Quiz: Recognizing Exponential Growth Decay
10 questions · exam conditions
0:00
Recognizing Exponential Growth DecayQuestion 1 of 10

A population of rabbits grows exponentially. If the population doubles every 6 months and starts at 50 rabbits, which function models the population after mm months?

P(m)=506m/2P(m) = 50 \cdot 6^{m/2}
P(m)=5026mP(m) = 50 \cdot 2^{6m}
P(m)=50+2mP(m) = 50 + 2m
P(m)=502m/6P(m) = 50 \cdot 2^{m/6}
← Back to quizzes

Math 1 Quiz

Math 1 Quiz: Recognizing Exponential Growth Decay

Practice Recognizing Exponential Growth Decay in Math 1 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Recognizing Exponential Growth Decay, giving you a quick way to practice the rules, question types, and explanations that matter most for Math 1.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A population of rabbits grows exponentially. If the population doubles every 6 months and starts at 50 rabbits, which function models the population after mm months?

  1. P(m)=506m/2P(m) = 50 \cdot 6^{m/2}
  2. P(m)=5026mP(m) = 50 \cdot 2^{6m}
  3. P(m)=50+2mP(m) = 50 + 2m
  4. P(m)=502m/6P(m) = 50 \cdot 2^{m/6} (correct answer)
Explanation: When you encounter exponential growth problems, focus on identifying three key components: the initial value, the growth factor, and the time period for that growth. Here, rabbits start at 50, double (growth factor of 2), and do so every 6 months. The general form for exponential growth is P(t)=P0bt/kP(t) = P_0 \cdot b^{t/k}, where P0P_0 is initial population, bb is the growth factor, and kk is the time period for one complete growth cycle. Since the population doubles every 6 months, we need P(m)=502m/6P(m) = 50 \cdot 2^{m/6}. This ensures that when m=6m = 6, the exponent becomes 6/6=16/6 = 1, giving us 5021=10050 \cdot 2^1 = 100 rabbits—exactly double the initial population. Choice A uses 6 as the base instead of 2, which would mean the population multiplies by 6 rather than doubles. Choice B has the time relationship backwards with 26m2^{6m}, causing explosive growth—after just one month, you'd have 5026=320050 \cdot 2^6 = 3200 rabbits instead of the gradual doubling pattern. Choice C represents linear growth (adding a constant amount each month) rather than exponential growth, completely missing the doubling behavior. To verify: at m=0m = 0, we get 50 rabbits; at m=6m = 6, we get 5021=10050 \cdot 2^1 = 100; at m=12m = 12, we get 5022=20050 \cdot 2^2 = 200—perfect doubling every 6 months. Strategy tip: In exponential growth problems, always check your function by plugging in the given time period. Your growth factor should appear exactly once as the result.

Question 2

An investment account grows according to A(t)=5000(1.08)tA(t) = 5000(1.08)^t where tt is years. After how many years will the account value exceed $8000 for the first time?

  1. 5 years
  2. 6 years
  3. 7 years (correct answer)
  4. 8 years
Explanation: We need 5000(1.08)t>80005000(1.08)^t > 8000, so (1.08)t>1.6(1.08)^t > 1.6. Testing: t=6:(1.08)61.586<1.6t=6: (1.08)^6 ≈ 1.586 < 1.6; t=7:(1.08)71.714>1.6t=7: (1.08)^7 ≈ 1.714 > 1.6. Therefore, it takes 7 years to first exceed $8000. Choices A and B are too early, while Choice D is unnecessarily late.

Question 3

A scientist observes that a bacterial culture triples in size every 4 hours. If the culture starts with 200 bacteria at time t=0t = 0, which function best models the population P(t)P(t) after tt hours?

  1. P(t)=2003t/4P(t) = 200 \cdot 3^{t/4} (correct answer)
  2. P(t)=20034tP(t) = 200 \cdot 3^{4t}
  3. P(t)=200+3tP(t) = 200 + 3t
  4. P(t)=2004t/3P(t) = 200 \cdot 4^{t/3}
Explanation: Since the culture triples every 4 hours, we need P(t)=2003t/4P(t) = 200 \cdot 3^{t/4}. When t=4t = 4, this gives P(4)=20031=600P(4) = 200 \cdot 3^1 = 600, which is triple the initial amount. Choice B grows too rapidly (triples every hour), Choice C is linear growth, and Choice D uses incorrect base and exponent relationship.

Question 4

The value of a car decreases according to the function V(t)=25000(0.85)tV(t) = 25000(0.85)^t, where tt is the number of years after purchase. After how many complete years will the car's value first drop below $15,000?

  1. 3 years
  2. 4 years (correct answer)
  3. 5 years
  4. 6 years
Explanation: We need to find when 25000(0.85)t<1500025000(0.85)^t < 15000, so (0.85)t<0.6(0.85)^t < 0.6. Testing values: t=3:(0.85)30.614>0.6t=3: (0.85)^3 ≈ 0.614 > 0.6; t=4:(0.85)40.522<0.6t=4: (0.85)^4 ≈ 0.522 < 0.6. So after 4 complete years, the value drops below $15,000. Choice A is too early, while Choices C and D are too late.

Question 5

A savings account earns compound interest according to A=P(1+r)tA = P(1 + r)^t. If an account grows from $2000 to $2420 in 2 years, what is the approximate annual interest rate?

  1. 9.5%
  2. 10.0% (correct answer)
  3. 10.5%
  4. 21.0%
Explanation: Using A = P(1 + r)^t: 2420 = 2000(1 + r)^2. Solving: (1 + r)^2 = 1.21, so 1 + r = 1.1, giving r = 0.1 or 10%. Choice A is slightly too low. Choice C is slightly too high. Choice D incorrectly uses the total 2-year growth rate as the annual rate.

Question 6

A radioactive substance has a half-life of 6 days. If you start with 80 grams, which expression represents the amount remaining after dd days?

  1. 80(0.5)d/680 \cdot (0.5)^{d/6} (correct answer)
  2. 80(0.5)6d80 \cdot (0.5)^{6d}
  3. 800.5d80 - 0.5d
  4. 80(0.5)6/d80 \cdot (0.5)^{6/d}
Explanation: Half-life of 6 days means the substance reduces to half its amount every 6 days. This gives us A(d)=80(0.5)d/6A(d) = 80 \cdot (0.5)^{d/6}. At d=6d = 6, we get 80(0.5)1=4080 \cdot (0.5)^1 = 40 grams, which is correct. Choice B decays too rapidly, Choice C represents linear decay, and Choice D has the exponent inverted.

Question 7

A radioactive substance has a half-life of 6 years. If a sample initially contains 80 grams of the substance, approximately how many grams will remain after 15 years?

  1. 14.1 grams (correct answer)
  2. 10.0 grams
  3. 6.7 grams
  4. 5.3 grams
Explanation: After 15 years, the substance undergoes 15/6 = 2.5 half-life periods. The amount remaining is 80 × (1/2)^2.5 = 80 × (1/2)^2 × (1/2)^0.5 = 80 × 0.25 × 0.707 ≈ 14.1 grams. Choice B uses only 2 half-lives. Choice C uses 3 half-lives. Choice D uses an incorrect calculation method.

Question 8

A scientist observes that a bacterial culture triples in size every 4 hours. If the culture starts with 200 bacteria, which expression best represents the number of bacteria after tt hours?

  1. 2003t/4200 \cdot 3^{t/4} (correct answer)
  2. 20034t200 \cdot 3^{4t}
  3. 2004t/3200 \cdot 4^{t/3}
  4. 200(1.75)t200 \cdot (1.75)^t
Explanation: Since the culture triples every 4 hours, after t hours it will have undergone t/4 complete cycles of tripling. The correct expression is 200 · 3^(t/4). Choice B incorrectly uses 4t as the exponent. Choice C confuses the base and time relationship. Choice D uses an incorrect growth factor.

Question 9

An investment account grows according to the equation A(t)=5000(1.08)tA(t) = 5000(1.08)^t, where tt is time in years. After how many complete years will the account first exceed $8000?

  1. 6 years
  2. 9 years
  3. 8 years
  4. 7 years (correct answer)
Explanation: This is an exponential growth problem where you need to find when an investment first crosses a specific threshold. When you see equations in the form A(t)=P(1+r)tA(t) = P(1 + r)^t, you're dealing with compound growth, and the key is setting up an inequality to find when the account exceeds the target amount. To solve this, set up the inequality 5000(1.08)t>80005000(1.08)^t > 8000. Divide both sides by 5000 to get (1.08)t>1.6(1.08)^t > 1.6. Taking the natural logarithm of both sides: tln(1.08)>ln(1.6)t \ln(1.08) > \ln(1.6). This gives us t>ln(1.6)ln(1.08)0.47000.07706.1t > \frac{\ln(1.6)}{\ln(1.08)} \approx \frac{0.4700}{0.0770} \approx 6.1 years. Since the question asks for complete years when the account first exceeds $8000, you need 7 complete years. Let's verify: $A(6)=5000(1.08)67934A(6) = 5000(1.08)^6 \approx 7934 (stillunder(still under8000), while A(7)=5000(1.08)78569A(7) = 5000(1.08)^7 \approx 8569 (exceeds $8000). Therefore, D) 7 years is correct. Choice A) 6 years is wrong because after 6 years, the account is still below $8000. Choice C) 8 years represents calculating correctly but adding an extra year unnecessarily. Choice B) 9 years might result from computational errors or misunderstanding the exponential formula. Remember that "first exceeds" problems require you to round up to the next whole number, even if your calculated value is just slightly above a whole number. Always verify your answer by plugging back into the original equation.

Question 10

A population of rabbits in a park follows the model P(t)=150(0.85)tP(t) = 150(0.85)^t, where tt is time in months. What does the value 0.85 represent in this context?

  1. The population decreases by 85% each month due to natural factors affecting the ecosystem
  2. The population increases by 85% each month during the peak breeding season periods
  3. The population retains 85% of its previous value each month, indicating a 15% monthly decline (correct answer)
  4. The population stabilizes at 85% of its original value after sufficient time has elapsed
Explanation: When you encounter exponential models like P(t)=150(0.85)tP(t) = 150(0.85)^t, focus on interpreting the base of the exponent. This number reveals how the population changes from one time period to the next. In this model, each month the population equals 85% of what it was the previous month. If you start with 150 rabbits, after one month you'd have 150×0.85=127.5150 \times 0.85 = 127.5 rabbits. After two months: 150×(0.85)2=108.4150 \times (0.85)^2 = 108.4 rabbits. The factor 0.85 means the population retains 85% of its value each month, which corresponds to losing 15% monthly (since 10.85=0.15=15%1 - 0.85 = 0.15 = 15\%). Choice A incorrectly states the population decreases by 85% each month. If that were true, only 15% would remain each month, and the model would be P(t)=150(0.15)tP(t) = 150(0.15)^t. Choice B suggests an 85% increase each month, which would require a base greater than 1, like P(t)=150(1.85)tP(t) = 150(1.85)^t. Since our base is 0.85 (less than 1), the population is declining, not growing. Choice D misinterprets 0.85 as a long-term stabilization value, but 0.85 is the monthly retention factor, not an equilibrium point. Remember: in exponential models AbtA \cdot b^t, when the base bb is between 0 and 1, it represents the fraction retained each time period. The percentage decrease is always 1b1 - b.