Business Calculus Quiz: Exponential Growth Decay Models
20 questions · exam conditions
0:00
Exponential Growth Decay ModelsQuestion 1 of 20

A pharmaceutical company models the concentration of a drug in the bloodstream using the differential equation dCdt=0.12C\frac{dC}{dt} = -0.12C, where C(t)C(t) is the concentration in mg/L and tt is time in hours. If the initial concentration is 80 mg/L, what is the half-life of the drug, and what concentration remains after 8 hours?

Half-life: 5.78 hours; Concentration after 8 hours: 30.4 mg/L
Half-life: 6.93 hours; Concentration after 8 hours: 34.2 mg/L
Half-life: 5.78 hours; Concentration after 8 hours: 34.2 mg/L
Half-life: 8.33 hours; Concentration after 8 hours: 40.0 mg/L
← Back to quizzes

Business Calculus Quiz

Business Calculus Quiz: Exponential Growth Decay Models

Practice Exponential Growth Decay Models in Business Calculus 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 Exponential Growth Decay Models, giving you a quick way to practice the rules, question types, and explanations that matter most for Business Calculus.

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 pharmaceutical company models the concentration of a drug in the bloodstream using the differential equation dCdt=0.12C\frac{dC}{dt} = -0.12C, where C(t)C(t) is the concentration in mg/L and tt is time in hours. If the initial concentration is 80 mg/L, what is the half-life of the drug, and what concentration remains after 8 hours?

  1. Half-life: 5.78 hours; Concentration after 8 hours: 30.4 mg/L (correct answer)
  2. Half-life: 6.93 hours; Concentration after 8 hours: 34.2 mg/L
  3. Half-life: 5.78 hours; Concentration after 8 hours: 34.2 mg/L
  4. Half-life: 8.33 hours; Concentration after 8 hours: 40.0 mg/L
Explanation: The solution to dCdt=0.12C\frac{dC}{dt} = -0.12C is C(t)=80e0.12tC(t) = 80e^{-0.12t}. For half-life, set 40=80e0.12t40 = 80e^{-0.12t}, so 0.5=e0.12t0.5 = e^{-0.12t}, giving t=ln(0.5)0.12=5.78t = \frac{\ln(0.5)}{-0.12} = 5.78 hours. After 8 hours: C(8)=80e0.12(8)=80e0.96=30.4C(8) = 80e^{-0.12(8)} = 80e^{-0.96} = 30.4 mg/L. Choice B uses incorrect half-life formula t=0.6930.12t = \frac{0.693}{0.12} but gets wrong concentration. Choice C has correct half-life but uses C(8)=80e0.693C(8) = 80e^{-0.693} (substituting half-life value). Choice D uses t=10.12t = \frac{1}{0.12} and C(8)=80(0.5)C(8) = 80(0.5).

Question 2

An investment account grows according to dAdt=0.065A+1200\frac{dA}{dt} = 0.065A + 1200, where A(t)A(t) is the account balance in dollars and tt is time in years. The account starts with $5,000. This model differs from pure exponential growth because of the constant term. What is the account balance after 5 years?

  1. $25,846
  2. $32,154
  3. $28,462 (correct answer)
  4. $21,538
Explanation: This is a first-order linear ODE: dAdt0.065A=1200\frac{dA}{dt} - 0.065A = 1200. The integrating factor is e0.065te^{-0.065t}. The general solution is A(t)=Ce0.065t12000.065A(t) = Ce^{0.065t} - \frac{1200}{0.065}. With A(0)=5000A(0) = 5000: 5000=C18461.545000 = C - 18461.54, so C=23461.54C = 23461.54. Thus A(t)=23461.54e0.065t18461.54A(t) = 23461.54e^{0.065t} - 18461.54. After 5 years: A(5)=23461.54e0.32518461.54=28462A(5) = 23461.54e^{0.325} - 18461.54 = 28462. Choice A uses A(t)=5000e0.065t+1200tA(t) = 5000e^{0.065t} + 1200t. Choice B uses A(t)=(5000+1200)e0.065tA(t) = (5000 + 1200)e^{0.065t}. Choice D uses incorrect equilibrium value.

Question 3

The number of active users for a new mobile app, N(t)N(t), is modeled by the differential equation dN/dt=kNdN/dt = kN, where tt is in months. If the number of users triples in the first 6 months, which expression represents the time it takes for the number of users to increase by 50% from any given point in time?

  1. 6ln(1.5)ln(3)6 \frac{\ln(1.5)}{\ln(3)} (correct answer)
  2. 6ln(3)ln(1.5)6 \frac{\ln(3)}{\ln(1.5)}
  3. 33
  4. ln(1.5)6\frac{\ln(1.5)}{6}
Explanation: The solution to the differential equation is N(t)=N0ektN(t) = N_0 e^{kt}. We are given that N(6)=3N0N(6) = 3N_0. Substituting this gives 3N0=N0e6k3N_0 = N_0 e^{6k}, so 3=e6k3 = e^{6k}, which means k=ln(3)6k = \frac{\ln(3)}{6}. We want to find the time Δt\Delta t it takes for the user base to increase by 50%, which means N(t0+Δt)=1.5N(t0)N(t_0 + \Delta t) = 1.5 N(t_0). Using the growth model, N0ek(t0+Δt)=1.5N0ekt0N_0 e^{k(t_0+\Delta t)} = 1.5 N_0 e^{kt_0}. Dividing both sides by N0ekt0N_0 e^{kt_0} gives ekΔt=1.5e^{k\Delta t} = 1.5. Solving for Δt\Delta t, we get Δt=ln(1.5)k\Delta t = \frac{\ln(1.5)}{k}. Substituting the value of kk we found: Δt=ln(1.5)ln(3)/6=6ln(1.5)ln(3)\Delta t = \frac{\ln(1.5)}{\ln(3)/6} = 6 \frac{\ln(1.5)}{\ln(3)}.

Question 4

The value of Investment A, A(t)A(t), grows according to dA/dt=0.04AdA/dt = 0.04A, and the value of Investment B, B(t)B(t), grows according to dB/dt=0.06BdB/dt = 0.06B. Initially, A(0) = \2000andandB(0) = $1000.Atwhattime. At what time t$ (in years) will the instantaneous rate of growth of Investment A be equal to the instantaneous rate of growth of Investment B?

  1. 50ln(2)50 \ln(2)
  2. 50ln(4/3)50 \ln(4/3) (correct answer)
  3. 25ln(2)25 \ln(2)
  4. 25ln(3/4)25 \ln(3/4)
Explanation: The question asks for the time tt when dA/dt=dB/dtdA/dt = dB/dt. The solutions for the values are A(t)=2000e0.04tA(t) = 2000e^{0.04t} and B(t)=1000e0.06tB(t) = 1000e^{0.06t}. The rates of growth are dA/dt=0.04A(t)dA/dt = 0.04A(t) and dB/dt=0.06B(t)dB/dt = 0.06B(t). Setting them equal: 0.04A(t)=0.06B(t)0.04 A(t) = 0.06 B(t). Substitute the expressions for A(t)A(t) and B(t)B(t): 0.04(2000e0.04t)=0.06(1000e0.06t)0.04(2000e^{0.04t}) = 0.06(1000e^{0.06t}). This simplifies to 80e0.04t=60e0.06t80e^{0.04t} = 60e^{0.06t}. Rearranging gives 8060=e0.06te0.04t\frac{80}{60} = \frac{e^{0.06t}}{e^{0.04t}}, which is 43=e0.02t\frac{4}{3} = e^{0.02t}. Taking the natural logarithm of both sides: ln(4/3)=0.02t\ln(4/3) = 0.02t. Solving for tt gives t=ln(4/3)0.02=50ln(4/3)t = \frac{\ln(4/3)}{0.02} = 50 \ln(4/3).

Question 5

The value V(t)V(t) of a piece of equipment is depreciating exponentially. At t=2t=2 years, its value is $40,000 and it is depreciating at a rate of $2,000 per year. When will the equipment's value fall to $10,000?

  1. 2+20ln(4)2 + 20 \ln(4) years (correct answer)
  2. 20ln(4)20 \ln(4) years
  3. 17 years
  4. 20ln(4)220 \ln(4) - 2 years
Explanation: The model is dV/dt=kVdV/dt = kV. We are given V(2)=40,000V(2) = 40,000 and dV/dtt=2=2,000dV/dt|_{t=2} = -2,000. Substitute these into the differential equation to find kk: 2000=k(40000)-2000 = k(40000), which gives k=0.05k = -0.05. The value can be modeled starting from t=2t=2 as V(t)=V(2)ek(t2)=40000e0.05(t2)V(t) = V(2)e^{k(t-2)} = 40000e^{-0.05(t-2)}. We want to find tt when V(t)=10,000V(t)=10,000. So, 10000=40000e0.05(t2)10000 = 40000e^{-0.05(t-2)}. This simplifies to 0.25=e0.05(t2)0.25 = e^{-0.05(t-2)}. Taking the natural log, ln(0.25)=0.05(t2)\ln(0.25) = -0.05(t-2), which is ln(4)=0.05(t2)-\ln(4) = -0.05(t-2). Thus, ln(4)=0.05(t2)\ln(4) = 0.05(t-2). Solving for tt: t2=ln(4)0.05=20ln(4)t-2 = \frac{\ln(4)}{0.05} = 20\ln(4), so t=2+20ln(4)t = 2 + 20\ln(4).

Question 6

The value of a continuously compounded investment, A(t)A(t), satisfies the differential equation dA/dt=rAdA/dt = rA. An initial investment of $10,000 grows to $12,000 in 4 years. What is the instantaneous rate of change of the investment's value, dA/dtdA/dt, at the moment its value reaches $15,000?

  1. $15000 \ln(1.2)$ per year
  2. $2500 \ln(1.2)$ per year
  3. $500$ per year
  4. $3750 \ln(1.2)$ per year (correct answer)
Explanation: When you encounter a differential equation like dAdt=rA\frac{dA}{dt} = rA for continuously compounded growth, you're dealing with exponential growth where the rate of change is proportional to the current amount. The key insight is that once you find the growth rate rr, you can calculate the instantaneous rate of change at any value using the same differential equation. First, solve for the growth rate rr. The general solution to dAdt=rA\frac{dA}{dt} = rA is A(t)=A0ertA(t) = A_0 e^{rt}. With A0=10000A_0 = 10000 and A(4)=12000A(4) = 12000: 12000=10000e4r12000 = 10000e^{4r} 1.2=e4r1.2 = e^{4r} ln(1.2)=4r\ln(1.2) = 4r r=ln(1.2)4r = \frac{\ln(1.2)}{4} Now, when the investment reaches $15,000, the instantaneous rate of change is: $dAdt=rA=ln(1.2)4×15000=3750ln(1.2)\frac{dA}{dt} = rA = \frac{\ln(1.2)}{4} \times 15000 = 3750\ln(1.2) $ Answer A (15000ln(1.2)15000\ln(1.2)) incorrectly uses the full value without dividing by 4 to get the correct growth rate. Answer B (2500ln(1.2)2500\ln(1.2)) appears to use an incorrect calculation, possibly confusing the growth amount with the rate formula. Answer C ($500) completely ignores the logarithmic nature of continuous compounding and likely uses simple interest thinking. Remember: in continuous compounding problems, always find the growth rate rr first using the given data points, then apply dAdt=rA\frac{dA}{dt} = rA at the specified value. The natural logarithm will almost always appear in your final answer for these problems.

Question 7

The resale value V(t)V(t) of a commercial printer in dollars is modeled by dV/dt=0.2VdV/dt = -0.2V, with an initial value V(0)=50,000V(0) = 50,000. The cumulative cost of repairs C(t)C(t) is modeled by C(t)=2000t+500C(t) = 2000t + 500. At what time tt (in years) is the rate of depreciation of the printer's value equal to the rate of increase of its repair cost?

  1. The rates are never equal
  2. 10ln(5)10 \ln(5)
  3. 5ln(5)5 \ln(5) (correct answer)
  4. ln(5)5\frac{\ln(5)}{5}
Explanation: When you encounter differential equations in business calculus, you're looking at rates of change. This problem asks you to find when two rates are equal: the rate of depreciation (how fast value decreases) and the rate of repair cost increase. First, solve the differential equation dVdt=0.2V\frac{dV}{dt} = -0.2V with V(0)=50,000V(0) = 50,000. This separable equation gives you V(t)=50,000e0.2tV(t) = 50,000e^{-0.2t}. The rate of depreciation is the absolute value: dVdt=0.2V=10,000e0.2t\left|\frac{dV}{dt}\right| = 0.2V = 10,000e^{-0.2t}. For repair costs, C(t)=2000t+500C(t) = 2000t + 500, so dCdt=2000\frac{dC}{dt} = 2000 (constant rate). Set the rates equal: 10,000e0.2t=200010,000e^{-0.2t} = 2000. Dividing by 2000 gives 5e0.2t=15e^{-0.2t} = 1, so e0.2t=15e^{-0.2t} = \frac{1}{5}. Taking the natural logarithm: 0.2t=ln(15)=ln(5)-0.2t = \ln\left(\frac{1}{5}\right) = -\ln(5). Therefore, t=ln(5)0.2=5ln(5)t = \frac{\ln(5)}{0.2} = 5\ln(5). Answer choice A is wrong because we found a specific time when rates are equal. Choice B (10ln(5)10\ln(5)) results from incorrectly using 0.10.1 instead of 0.20.2 in the differential equation. Choice D (ln(5)5\frac{\ln(5)}{5}) comes from confusing the coefficient, using 11 instead of 0.20.2. The correct answer is C: 5ln(5)5\ln(5). Study tip: When solving "rate equals rate" problems, always solve the differential equation first, then find derivatives, and finally set them equal. Double-check your algebra with the differential equation's coefficient.

Question 8

A company's revenue R(t)R(t) grows at a rate proportional to its current revenue. The revenue in 2015 was $2 million, and the relative growth rate was 5% per year. What is the expected absolute growth rate, dR/dtdR/dt, in the year 2025?

  1. $2,000,000 e^{0.5}$ per year
  2. $100,000$ per year
  3. $100,000 e^{0.5}$ per year (correct answer)
  4. $100,000 e^{-0.5}$ per year
Explanation: When you see "grows at a rate proportional to its current revenue," you're dealing with exponential growth. This means dRdt=kR\frac{dR}{dt} = kR, where k is the growth constant. Since the relative growth rate is 5% per year, we have k=0.05k = 0.05. The general solution to this differential equation is R(t)=R0ektR(t) = R_0 e^{kt}, where R0R_0 is the initial revenue. Using 2015 as our starting point (t = 0), we have R0=2,000,000R_0 = 2,000,000. So R(t)=2,000,000e0.05tR(t) = 2,000,000 e^{0.05t}. For the year 2025 (t = 10 years later), we need dRdt\frac{dR}{dt} at that time. Since dRdt=kR(t)=0.05R(t)\frac{dR}{dt} = kR(t) = 0.05R(t), we substitute: dRdt=0.05×2,000,000e0.05×10=100,000e0.5\frac{dR}{dt} = 0.05 \times 2,000,000 e^{0.05 \times 10} = 100,000 e^{0.5} Choice A (2,000,000e0.52,000,000 e^{0.5}) incorrectly uses the full revenue amount instead of applying the 5% growth rate to find the derivative. Choice B (100,000100,000) correctly finds 5% of the initial revenue but fails to account for the exponential growth over 10 years—it treats this as if the revenue stayed constant. Choice D (100,000e0.5100,000 e^{-0.5}) has the wrong sign in the exponent, which would indicate decay rather than growth. The correct answer is C: 100,000e0.5100,000 e^{0.5} per year. Study tip: For exponential growth problems, remember that the absolute growth rate dRdt\frac{dR}{dt} equals the relative growth rate times the current value, not the initial value.

Question 9

The population P(t)P(t) of a city, in thousands, is modeled by the differential equation dP/dt=kPdP/dt = kP. If the solution to this equation is P(t)=150e0.03tP(t) = 150e^{0.03t}, which of the following statements correctly interprets the relationship between P(t)P(t) and ln(P(t))\ln(P(t))?

  1. A graph of ln(P(t))\ln(P(t)) versus tt is a line with slope 0.030.03 and yy-intercept 150150.
  2. A graph of ln(P(t))\ln(P(t)) versus tt is an exponential curve with growth factor e0.03e^{0.03}.
  3. A graph of ln(P(t))\ln(P(t)) versus tt is a line with slope 0.030.03 and yy-intercept ln(150)\ln(150). (correct answer)
  4. A graph of ln(P(t))\ln(P(t)) versus tt is a line with slope ln(150)\ln(150) and yy-intercept 0.030.03.
Explanation: Given the solution P(t)=150e0.03tP(t) = 150e^{0.03t}, we can analyze ln(P(t))\ln(P(t)) by taking the natural logarithm of both sides. Using the properties of logarithms, we get: ln(P(t))=ln(150e0.03t)=ln(150)+ln(e0.03t)=ln(150)+0.03t\ln(P(t)) = \ln(150e^{0.03t}) = \ln(150) + \ln(e^{0.03t}) = \ln(150) + 0.03t. This equation is in the form y=mx+by = mx + b, where y=ln(P(t))y = \ln(P(t)), x=tx = t, the slope mm is 0.030.03, and the yy-intercept bb is ln(150)\ln(150). Therefore, a graph of ln(P(t))\ln(P(t)) versus tt is a straight line with a slope of 0.030.03 and a yy-intercept of ln(150)\ln(150).

Question 10

The number of employees E(t)E(t) at a startup grows according to dE/dt=kEdE/dt = kE. The company starts with 20 employees. Two years later, it has 80 employees. How long from its start date did it take for the company to have 40 employees?

  1. ln(2)ln(4)\frac{\ln(2)}{\ln(4)} years
  2. 1 year (correct answer)
  3. ln(4)ln(2)\frac{\ln(4)}{\ln(2)} years
  4. 0.5 years
Explanation: When you encounter a differential equation like dEdt=kE\frac{dE}{dt} = kE, you're dealing with exponential growth. This separable differential equation has the general solution E(t)=E0ektE(t) = E_0 e^{kt}, where E0E_0 is the initial value and kk is the growth constant. Starting with 20 employees at t=0t = 0, we have E(t)=20ektE(t) = 20e^{kt}. Since the company has 80 employees after 2 years, we can find kk: 80=20e2k80 = 20e^{2k}, which gives us 4=e2k4 = e^{2k}, so k=ln(4)2k = \frac{\ln(4)}{2}. Now we need to find when E(t)=40E(t) = 40. Substituting: 40=20ekt40 = 20e^{kt}, which simplifies to 2=ekt2 = e^{kt}. Taking the natural log: ln(2)=kt=ln(4)2t\ln(2) = kt = \frac{\ln(4)}{2} \cdot t. Since ln(4)=ln(22)=2ln(2)\ln(4) = \ln(2^2) = 2\ln(2), we get ln(2)=2ln(2)2t=ln(2)t\ln(2) = \frac{2\ln(2)}{2} \cdot t = \ln(2) \cdot t. Therefore, t=1t = 1 year. Choice A gives ln(2)ln(4)=ln(2)2ln(2)=12\frac{\ln(2)}{\ln(4)} = \frac{\ln(2)}{2\ln(2)} = \frac{1}{2}, which is backwards. Choice C gives ln(4)ln(2)=2ln(2)ln(2)=2\frac{\ln(4)}{\ln(2)} = \frac{2\ln(2)}{\ln(2)} = 2, which would be the time to reach 80 employees. Choice D is 0.5 years, which corresponds to choice A's value. Study tip: In exponential growth problems, always set up your equation systematically: find the general form, use given conditions to find constants, then solve for your target. The algebra often simplifies more than it initially appears.

Question 11

A manufacturing company finds that the rate of decrease of defective products follows dNdt=0.08N\frac{dN}{dt} = -0.08N, where N(t)N(t) is the number of defective items per day and tt is time in weeks since implementing quality improvements. Initially, there were 120 defective items per day. The company wants to reduce this to fewer than 20 defective items per day. How long will this take, and what will be the rate of change at that time?

  1. Time: 3.2 weeks; Rate of change: -9.6 defective items per day per week
  2. Time: 22.4 weeks; Rate of change: -1.12 defective items per day per week
  3. Time: 3.2 weeks; Rate of change: -1.6 defective items per day per week
  4. Time: 22.4 weeks; Rate of change: -1.6 defective items per day per week (correct answer)
Explanation: When you encounter a differential equation like dNdt=0.08N\frac{dN}{dt} = -0.08N, you're dealing with exponential decay. This separable differential equation has the general solution N(t)=N0e0.08tN(t) = N_0 e^{-0.08t}, where N0N_0 is the initial value. With N0=120N_0 = 120 defective items per day, our function becomes N(t)=120e0.08tN(t) = 120e^{-0.08t}. To find when defective items drop below 20 per day, we solve 120e0.08t=20120e^{-0.08t} = 20. Dividing both sides by 120 gives e0.08t=16e^{-0.08t} = \frac{1}{6}. Taking the natural logarithm: 0.08t=ln(16)=ln(6)-0.08t = \ln(\frac{1}{6}) = -\ln(6), so t=ln(6)0.081.790.0822.4t = \frac{\ln(6)}{0.08} \approx \frac{1.79}{0.08} \approx 22.4 weeks. At t=22.4t = 22.4 weeks, the rate of change is dNdt=0.08N=0.08(20)=1.6\frac{dN}{dt} = -0.08N = -0.08(20) = -1.6 defective items per day per week. Answer D correctly identifies both values. Answer A uses the wrong time calculation—likely solving e0.08t=20120e^{-0.08t} = \frac{20}{120} incorrectly or confusing the setup. Answer B has the correct time but calculates the rate of change as 0.08×14-0.08 \times 14 instead of 0.08×20-0.08 \times 20, suggesting they used an intermediate value of NN. Answer C combines A's incorrect time with the correct rate calculation. Study tip: In exponential decay problems, always verify your final answer by substituting back into both the original equation and the differential equation. The rate of change should equal the derivative at your calculated time point.

Question 12

The sales S(t)S(t) of a product (in thousands of units) follow an exponential decay model dS/dt=kSdS/dt = kS, where tt is the number of years since the product launch. Two years after launch, sales were 8,000 units. Four years after launch, sales were 5,120 units. What were the initial sales, S(0)S(0)?

  1. 12,500 units (correct answer)
  2. 10,880 units
  3. 10,000 units
  4. 6,400 units
Explanation: The solution to the differential equation is S(t)=S0ektS(t) = S_0 e^{kt}. We are given S(2)=8000S(2)=8000 and S(4)=5120S(4)=5120. So, 8000=S0e2k8000 = S_0 e^{2k} and 5120=S0e4k5120 = S_0 e^{4k}. Dividing the second equation by the first gives 51208000=S0e4kS0e2k\frac{5120}{8000} = \frac{S_0 e^{4k}}{S_0 e^{2k}}, which simplifies to 0.64=e2k0.64 = e^{2k}. We can use this result directly. From the first equation, S0=8000/e2kS_0 = 8000 / e^{2k}. Substituting e2k=0.64e^{2k}=0.64, we get S0=8000/0.64=12,500S_0 = 8000 / 0.64 = 12,500.

Question 13

The number of subscribers P(t)P(t) to a streaming service is growing exponentially. The service had 1 million subscribers on January 1, 2020. By January 1, 2022, it had 1.44 million subscribers. Which differential equation best models this growth, where PP is in millions and tt is in years since January 1, 2020?

  1. dP/dt=0.22PdP/dt = 0.22P
  2. dP/dt=(ln(1.44))PdP/dt = (\ln(1.44))P
  3. dP/dt=0.2PdP/dt = 0.2P
  4. dP/dt=(ln(1.2))PdP/dt = (\ln(1.2))P (correct answer)
Explanation: The model is dP/dt=kPdP/dt = kP, with solution P(t)=P0ektP(t) = P_0 e^{kt}. We have P0=1P_0 = 1 (million) and P(2)=1.44P(2) = 1.44 (million). We substitute these values into the solution: 1.44=1ek(2)1.44 = 1 \cdot e^{k(2)}. To find kk, we solve for it: 1.44=e2k1.44 = e^{2k}. Taking the natural logarithm of both sides gives ln(1.44)=2k\ln(1.44) = 2k. Since 1.44=1.221.44 = 1.2^2, we have ln(1.22)=2k\ln(1.2^2) = 2k, which simplifies to 2ln(1.2)=2k2\ln(1.2) = 2k. Therefore, k=ln(1.2)k = \ln(1.2). The differential equation is dP/dt=ln(1.2)PdP/dt = \ln(1.2)P.

Question 14

A manufacturing company's profit P(t)P(t) (in millions of dollars) has been growing exponentially for 5 years, modeled by dP/dt=kPdP/dt = kP. For the next 5 years, due to increased competition, the profit growth is projected to follow a new exponential model, but with a growth constant that is half of the original. If the initial profit was P(0) = \2 million and the profit after 5 years was P(5) = \4 million, what is the projected profit at t=10t=10 years?

  1. $6$ million
  2. $4\sqrt{2}$ million (correct answer)
  3. $8$ million
  4. $4\ln(2)$ million
Explanation: When you encounter exponential growth problems with changing rates, break them into separate time periods and solve sequentially. For the first 5 years, the profit follows dPdt=kP\frac{dP}{dt} = kP, which has the general solution P(t)=P0ektP(t) = P_0 e^{kt}. With P(0)=2P(0) = 2 and P(5)=4P(5) = 4, you get 4=2e5k4 = 2e^{5k}, so e5k=2e^{5k} = 2 and k=ln(2)5k = \frac{\ln(2)}{5}. For years 5-10, the growth constant becomes k2=ln(2)10\frac{k}{2} = \frac{\ln(2)}{10}. Starting from P(5)=4P(5) = 4 as your new initial condition, the profit for t5t \geq 5 follows P(t)=4eln(2)10(t5)P(t) = 4e^{\frac{\ln(2)}{10}(t-5)}. At t=10t = 10: P(10)=4eln(2)105=4eln(2)2P(10) = 4e^{\frac{\ln(2)}{10} \cdot 5} = 4e^{\frac{\ln(2)}{2}}. Since eln(2)2=(eln(2))1/2=21/2=2e^{\frac{\ln(2)}{2}} = (e^{\ln(2)})^{1/2} = 2^{1/2} = \sqrt{2}, you get P(10)=42P(10) = 4\sqrt{2}. Choice A ($6 million) incorrectly assumes linear growth in the second period. Choice C ($8 million) mistakenly applies the original growth rate kk for the full 10 years. Choice D ($4\ln(2) million) confuses the growth constant with the actual profit value. The correct answer is B. Study tip: In multi-period exponential problems, always use the ending value of one period as the starting value for the next, and carefully track how the growth parameters change between periods.

Question 15

A company purchases a machine whose value, V(t)V(t) in dollars, depreciates over time tt (in years) according to the differential equation dVdt=kV\frac{dV}{dt} = kV. After 2 years, the machine is worth $72,000. After 4 years, it is worth $32,000. What was the initial purchase price of the machine?

  1. $108,000
  2. $112,000
  3. $144,000
  4. $162,000 (correct answer)
Explanation: The solution to the differential equation is V(t)=V0ektV(t) = V_0 e^{kt}, where V0V_0 is the initial price. We are given two data points: V(2)=72000V(2) = 72000 and V(4)=32000V(4) = 32000. This gives a system of two equations:
  1. 72000=V0e2k72000 = V_0 e^{2k}
  2. 32000=V0e4k32000 = V_0 e^{4k} Dividing equation (2) by equation (1) gives: 3200072000=V0e4kV0e2k\frac{32000}{72000} = \frac{V_0 e^{4k}}{V_0 e^{2k}}, which simplifies to 49=e2k\frac{4}{9} = e^{2k}. Now, substitute this result back into equation (1): 72000=V0(e2k)=V0(49)72000 = V_0 (e^{2k}) = V_0 (\frac{4}{9}). Solving for V0V_0: V0=7200094=180009=162,000V_0 = 72000 \cdot \frac{9}{4} = 18000 \cdot 9 = 162,000. The initial purchase price was $162,000.

Question 16

The number of subscribers to a streaming service, N(t)N(t), grows exponentially according to the model N(t)=N0ektN(t) = N_0 e^{kt}, where tt is in months. The initial number of subscribers is 2 million. After 6 months, the number of subscribers is 3 million. At what rate are subscribers being added, in millions per month, at the end of the first year (t=12t=12)?

  1. 0.208 million/month
  2. 0.304 million/month (correct answer)
  3. 0.405 million/month
  4. 4.500 million/month
Explanation: First, find the growth constant kk. We have N(0)=2N(0)=2 and N(6)=3N(6)=3. Using the model N(t)=N0ektN(t) = N_0 e^{kt}, we get 3=2e6k3 = 2e^{6k}, so 1.5=e6k1.5 = e^{6k}, and k=ln(1.5)6k = \frac{\ln(1.5)}{6}. The rate of change is given by the differential equation dNdt=kN(t)\frac{dN}{dt} = k N(t). We need to find this rate at t=12t=12. First, find the number of subscribers at t=12t=12: N(12)=2e12k=2e12(ln1.56)=2e2ln1.5=2(eln1.5)2=2(1.5)2=2(2.25)=4.5N(12) = 2e^{12k} = 2e^{12(\frac{\ln 1.5}{6})} = 2e^{2\ln 1.5} = 2(e^{\ln 1.5})^2 = 2(1.5)^2 = 2(2.25) = 4.5 million. Now, calculate the rate at t=12t=12: dNdtt=12=kN(12)=ln(1.5)64.50.4054764.50.304\frac{dN}{dt}|_{t=12} = k \cdot N(12) = \frac{\ln(1.5)}{6} \cdot 4.5 \approx \frac{0.40547}{6} \cdot 4.5 \approx 0.304 million subscribers per month.

Question 17

A tech company finds its unsold inventory of a smartphone model loses value exponentially. The rate of loss in value is proportional to its current value. The model's value decreases by 20% in the first 6 months. How long, in months, will it take for the inventory's value to be reduced to 30% of its original value?

  1. 9.6 months
  2. 21.0 months
  3. 32.4 months (correct answer)
  4. 35.0 months
Explanation: Let the value be V(t)=V0ektV(t) = V_0 e^{kt}. A 20% decrease means the value is 80% of the original, so V(6)=0.80V0V(6) = 0.80 V_0. We can use this to find kk: 0.80V0=V0e6k0.80 V_0 = V_0 e^{6k}, so 0.80=e6k0.80 = e^{6k}, which gives k=ln(0.8)6k = \frac{\ln(0.8)}{6}. We want to find the time tt when the value is 30% of the original, i.e., V(t)=0.30V0V(t) = 0.30 V_0. Set up the equation: 0.30V0=V0ekt0.30 V_0 = V_0 e^{kt}, so 0.30=ekt0.30 = e^{kt}. Solving for tt gives t=ln(0.3)kt = \frac{\ln(0.3)}{k}. Substituting our expression for kk: t=ln(0.3)ln(0.8)6=6ln(0.3)ln(0.8)61.20400.22316(5.396)32.38t = \frac{\ln(0.3)}{\frac{\ln(0.8)}{6}} = 6 \frac{\ln(0.3)}{\ln(0.8)} \approx 6 \frac{-1.2040}{-0.2231} \approx 6(5.396) \approx 32.38 months.

Question 18

A financial plan requires an initial investment of $10,000 to grow to $25,000 in 12 years. Assuming the investment grows according to the differential equation $\frac{dA}{dt} = rA,where, where Aistheamountandis the amount andtistimeinyears,whatannualinterestrateis time in years, what annual interest rater$, compounded continuously, is required to meet this goal?

  1. 3.31%
  2. 7.64% (correct answer)
  3. 7.90%
  4. 12.50%
Explanation: The solution to the differential equation is A(t)=A0ertA(t) = A_0 e^{rt}. We are given the initial amount A0=10000A_0 = 10000, and the future amount A(12)=25000A(12) = 25000. We need to find the rate rr. Substitute the values into the equation: 25000=10000er1225000 = 10000 e^{r \cdot 12}. First, divide by 10000: 2.5=e12r2.5 = e^{12r}. To solve for rr, take the natural logarithm of both sides: ln(2.5)=12r\ln(2.5) = 12r. Finally, isolate rr: r=ln(2.5)120.91629120.07635r = \frac{\ln(2.5)}{12} \approx \frac{0.91629}{12} \approx 0.07635. As a percentage, this is approximately 7.64%.

Question 19

The sales revenue of a startup, S(t)S(t), is modeled by the differential equation dSdt=kS\frac{dS}{dt} = kS for a constant k>0k > 0. Which of the following statements is a direct mathematical consequence of this model?

  1. The company's profit is also increasing exponentially at the same rate.
  2. The time required for revenue to grow from $1M to $2M is equal to the time required for it to grow from $5M to $10M. (correct answer)
  3. The absolute increase in revenue per year, dSdt\frac{dS}{dt}, is constant over time.
  4. The model predicts that sales will eventually level off as the company's market becomes saturated.
Explanation: The solution to dSdt=kS\frac{dS}{dt} = kS is S(t)=S0ektS(t)=S_0e^{kt}. The time it takes for a quantity to double (from S1S_1 to 2S12S_1) is found by solving 2S1=S1ekΔt2S_1 = S_1 e^{k \Delta t}, which gives 2=ekΔt2 = e^{k \Delta t}, so the doubling time is Δt=ln2k\Delta t = \frac{\ln 2}{k}. This time is constant and does not depend on the starting value S1S_1. Therefore, the time to grow from $1M to $2M is the same as from $5M to $10M. Choice A is incorrect because profit depends on costs, which are not described. Choice C is incorrect because $\frac{dS}{dt} = kS(t)increasesasincreases asS(t)$ increases. Choice D describes a logistic model, not an exponential one.

Question 20

A product's sales, S(t)S(t) in units per month, initially grow exponentially with a relative growth rate of 15% per month (k=0.15k=0.15). After 12 months, a competitor launches a similar product, and the relative growth rate of sales drops to 5% per month (k=0.05k=0.05). If initial sales were 1,000 units/month (S(0)=1000S(0)=1000), what are the sales 18 months after launch?

  1. 2,460 units
  2. 6,400 units
  3. 8,166 units (correct answer)
  4. 14,841 units
Explanation: This problem has two phases. Phase 1 (0t120 \le t \le 12): S(t)=1000e0.15tS(t) = 1000e^{0.15t}. First, find the sales at t=12t=12: S(12)=1000e0.1512=1000e1.8S(12) = 1000e^{0.15 \cdot 12} = 1000e^{1.8}. Phase 2 (t>12t > 12): The growth rate changes to k=0.05k=0.05. The new model starts with the initial value S(12)S(12). For the time period from t=12t=12 to t=18t=18, the duration is 1812=618-12=6 months. The sales at t=18t=18 are calculated as: S(18)=S(12)e0.056S(18) = S(12) \cdot e^{0.05 \cdot 6}. Substituting the value for S(12)S(12): S(18)=(1000e1.8)e0.3=1000e1.8+0.3=1000e2.1S(18) = (1000e^{1.8}) \cdot e^{0.3} = 1000e^{1.8+0.3} = 1000e^{2.1}. Calculating the value: S(18)1000(8.166)8166S(18) \approx 1000(8.166) \approx 8166 units.