Math 3 Quiz: Exponential And Logarithmic Modeling
19 questions · exam conditions
0:00
Exponential And Logarithmic ModelingQuestion 1 of 19

A population of bacteria doubles every 3 hours. If the initial population is 500 bacteria, which expression best represents the population P(t)P(t) after tt hours, and what does the base of the exponential function represent in this context?

P(t)=5002t/3P(t) = 500 \cdot 2^{t/3}; the base 2 represents the doubling factor per 3-hour period
P(t)=50023tP(t) = 500 \cdot 2^{3t}; the base 2 represents the growth rate per hour
P(t)=5003t/2P(t) = 500 \cdot 3^{t/2}; the base 3 represents the time interval in hours
P(t)=5002t/3P(t) = 500 \cdot 2^{t/3}; the base 2 represents the initial population multiplier
← Back to quizzes

Math 3 Quiz

Math 3 Quiz: Exponential And Logarithmic Modeling

Practice Exponential And Logarithmic Modeling in Math 3 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 And Logarithmic Modeling, giving you a quick way to practice the rules, question types, and explanations that matter most for Math 3.

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 bacteria doubles every 3 hours. If the initial population is 500 bacteria, which expression best represents the population P(t)P(t) after tt hours, and what does the base of the exponential function represent in this context?

  1. P(t)=5002t/3P(t) = 500 \cdot 2^{t/3}; the base 2 represents the doubling factor per 3-hour period (correct answer)
  2. P(t)=50023tP(t) = 500 \cdot 2^{3t}; the base 2 represents the growth rate per hour
  3. P(t)=5003t/2P(t) = 500 \cdot 3^{t/2}; the base 3 represents the time interval in hours
  4. P(t)=5002t/3P(t) = 500 \cdot 2^{t/3}; the base 2 represents the initial population multiplier
Explanation: Since the population doubles every 3 hours, after t hours, there have been t/3 doubling periods. Each doubling multiplies by 2, so P(t) = 500 · 2^(t/3). The base 2 represents the multiplication factor (doubling) that occurs every 3-hour period. Choice B has incorrect exponent 3t. Choice C uses wrong base 3. Choice D has correct formula but wrong interpretation of the base.

Question 2

The atmospheric pressure PP at altitude hh (in km) is modeled by P(h)=P0e0.12hP(h) = P_0 e^{-0.12h}, where P0P_0 is sea-level pressure. At what altitude is the pressure reduced to 25% of sea-level pressure, and what physical limitation affects this model's accuracy?

  1. At 11.6 km altitude; the model assumes constant temperature throughout the atmosphere (correct answer)
  2. At 8.3 km altitude; the model assumes uniform atmospheric composition at all altitudes
  3. At 13.2 km altitude; the model assumes no variation in gravitational acceleration with altitude
  4. At 5.8 km altitude; the model assumes exponential decay applies only near sea level
Explanation: Setting 0.25P₀ = P₀e^(-0.12h) gives 0.25 = e^(-0.12h). Taking ln: ln(0.25) = -0.12h, so h = -ln(0.25)/0.12 = ln(4)/0.12 ≈ 1.386/0.12 ≈ 11.6 km. The exponential model assumes constant temperature, but atmospheric temperature varies significantly with altitude, affecting the decay rate. Choice B gives wrong altitude calculation. Choice C gives wrong altitude and less critical assumption. Choice D gives wrong altitude and incorrect model limitation.

Question 3

The pH of a solution is given by pH=log10[H+]pH = -\log_{10}[H^+], where [H+][H^+] is the hydrogen ion concentration in moles per liter. If solution A has a pH of 4 and solution B has a pH of 6, what is the ratio of the hydrogen ion concentration of solution A to solution B?

  1. The ratio is 2:12:1 because the pH difference is 2 units
  2. The ratio is 100:1100:1 because each pH unit represents a 10-fold concentration change (correct answer)
  3. The ratio is 10:110:1 because the logarithmic scale increases linearly with concentration
  4. The ratio is 1.5:11.5:1 because pH 4 is 1.5 times more acidic than pH 6
Explanation: For solution A: 4 = -log₁₀[H⁺], so [H⁺] = 10⁻⁴. For solution B: 6 = -log₁₀[H⁺], so [H⁺] = 10⁻⁶. The ratio is 10⁻⁴/10⁻⁶ = 10² = 100:1. Each unit decrease in pH represents a 10-fold increase in [H⁺]. Choice A incorrectly uses the pH difference directly. Choice C confuses the relationship direction. Choice D misapplies the acidic comparison.

Question 4

The intensity II of sound (in decibels) is modeled by I=10log10(PP0)I = 10\log_{10}\left(\frac{P}{P_0}\right), where PP is the power and P0P_0 is a reference power level. If a sound's intensity increases from 60 dB to 80 dB, by what factor has the power PP increased?

  1. The power increased by a factor of 20 because 80 - 60 = 20
  2. The power increased by a factor of 100 because the 20 dB increase corresponds to 10^2 (correct answer)
  3. The power increased by a factor of 4/3 because 80/60 = 4/3 in the ratio
  4. The power increased by a factor of 200 because decibels scale by 10 per unit
Explanation: From the formula: 60 = 10log₁₀(P₁/P₀) gives P₁/P₀ = 10^6, and 80 = 10log₁₀(P₂/P₀) gives P₂/P₀ = 10^8. The ratio P₂/P₁ = 10^8/10^6 = 10^2 = 100. A 20 dB increase corresponds to 10^(20/10) = 10^2 = 100-fold power increase. Choice A incorrectly uses linear difference. Choice C incorrectly takes ratio of decibel values. Choice D misapplies the scaling factor.

Question 5

The concentration of a drug in the bloodstream decreases according to C(t)=C0ektC(t) = C_0 e^{-kt}, where tt is in hours and k=0.693k = 0.693. If the initial concentration is 100 mg/L, when will the concentration first drop below the therapeutic threshold of 12.5 mg/L?

  1. After exactly 2 hours because 100/12.5 = 8 and the drug has a 1-hour half-life
  2. After exactly 3 hours because three half-lives reduce concentration to 100/8 = 12.5 mg/L (correct answer)
  3. After exactly 1.5 hours because the concentration decreases by half every hour
  4. After exactly 4 hours because four exponential decay periods are needed for this reduction
Explanation: With k = 0.693, the half-life is ln(2)/k = 0.693/0.693 = 1 hour. After 1 hour: 50 mg/L; after 2 hours: 25 mg/L; after 3 hours: 12.5 mg/L. So the concentration reaches exactly 12.5 mg/L after 3 hours and drops below this threshold shortly after. Three half-lives give 100 × (1/2)³ = 100/8 = 12.5 mg/L. Choice A miscounts half-lives needed. Choice C gives wrong time calculation. Choice D uses vague 'decay periods' and wrong time.

Question 6

An investment grows according to A(t)=P(1.08)tA(t) = P(1.08)^t where tt is in years. If an investor wants to triple their money, approximately how long will it take, and what assumption is most critical to this model's validity?

  1. Approximately 14.3 years, assuming the 8% growth rate compounds continuously rather than annually
  2. Approximately 14.3 years, assuming the 8% interest rate remains constant over the entire period (correct answer)
  3. Approximately 12.5 years, assuming no withdrawals are made and inflation remains negligible
  4. Approximately 15.1 years, assuming the principal amount is invested as a single lump sum
Explanation: Setting 3P = P(1.08)^t gives 3 = (1.08)^t. Taking logarithms: ln(3) = t·ln(1.08), so t = ln(3)/ln(1.08) ≈ 1.099/0.077 ≈ 14.3 years. The most critical assumption is that the 8% rate remains constant over the entire investment period. Choice A confuses discrete vs continuous compounding. Choice C lists secondary considerations. Choice D mentions irrelevant factors for this exponential model.

Question 7

The number of users on a social media platform grows according to U(t)=10001.5t/2U(t) = 1000 \cdot 1.5^{t/2}, where tt is in months. After how many months will the platform reach 10,000 users, and what does the parameter 12\frac{1}{2} in the exponent represent?

  1. Approximately 11.4 months; the parameter represents the time scaling factor, meaning growth occurs every 2 months
  2. Approximately 5.7 months; the parameter represents the fraction of users gained each month
  3. Approximately 11.4 months; the parameter indicates the base 1.5 applies over 2-month periods (correct answer)
  4. Approximately 22.8 months; the parameter represents half the monthly growth rate percentage
Explanation: Setting 10,000 = 1000 · 1.5^(t/2) gives 10 = 1.5^(t/2). Taking logarithms: ln(10) = (t/2)ln(1.5), so t = 2ln(10)/ln(1.5) ≈ 2(2.303)/0.405 ≈ 11.4 months. The 1/2 parameter means the base 1.5 (50% growth factor) applies over 2-month periods rather than monthly. Choice A has right time but incomplete parameter explanation. Choice B has wrong time and wrong parameter meaning. Choice D has wrong time calculation.

Question 8

A population model predicts P(t)=50001+49e0.4tP(t) = \frac{5000}{1 + 49e^{-0.4t}} where tt is in years. This logistic model has a carrying capacity and initial population. What are these values, and what happens to the growth rate as the population approaches carrying capacity?

  1. Carrying capacity is 5000; initial population is 100; growth rate increases as population approaches capacity
  2. Carrying capacity is 5000; initial population is 245; growth rate decreases as population approaches capacity
  3. Carrying capacity is 4900; initial population is 102; growth rate remains constant throughout the growth period
  4. Carrying capacity is 5000; initial population is 100; growth rate decreases as population approaches capacity (correct answer)
Explanation: When you encounter a logistic growth model, you're looking at a population that starts small, grows rapidly, then slows as it approaches a maximum sustainable size. The standard form is P(t)=L1+aektP(t) = \frac{L}{1 + ae^{-kt}}, where L is the carrying capacity. In this model, P(t)=50001+49e0.4tP(t) = \frac{5000}{1 + 49e^{-0.4t}}, the carrying capacity is the numerator: 5000. This is the maximum population the environment can sustain long-term. To find the initial population, substitute t=0t = 0: P(0)=50001+49e0=50001+49=500050=100P(0) = \frac{5000}{1 + 49e^0} = \frac{5000}{1 + 49} = \frac{5000}{50} = 100. The growth rate in logistic models follows a specific pattern: it starts low (small population), increases to maximum at the midpoint, then decreases as the population approaches carrying capacity. This happens because available resources become scarcer, creating more competition and environmental resistance. Answer A correctly identifies the carrying capacity and initial population but incorrectly claims growth rate increases near capacity. Answer B has the wrong initial population (245 instead of 100) despite correctly stating that growth rate decreases. Answer C incorrectly calculates both the carrying capacity (4900) and initial population (102), plus wrongly suggests constant growth rate, which contradicts the nature of logistic growth. Remember: In logistic models, the carrying capacity is always the numerator of the fraction, and growth rate always decreases as population approaches this limit due to resource constraints.

Question 9

A radioactive substance decays according to the model N(t)=N0e0.0693tN(t) = N_0 e^{-0.0693t}, where tt is in years. If scientists need the substance to decay to 10% of its original amount for safe disposal, approximately how long must they wait, and what constraint must be considered?

  1. Approximately 33.2 years, assuming the decay rate remains constant throughout the process (correct answer)
  2. Approximately 10.0 years, assuming no external factors affect the radioactive material
  3. Approximately 23.0 years, assuming the initial amount is measured accurately at t = 0
  4. Approximately 14.4 years, assuming the exponential model applies only to large quantities
Explanation: Setting 0.1N₀ = N₀e^(-0.0693t), we get 0.1 = e^(-0.0693t). Taking ln of both sides: ln(0.1) = -0.0693t, so t = -ln(0.1)/0.0693 ≈ 2.303/0.0693 ≈ 33.2 years. The key constraint is that the decay rate constant remains unchanged. Choice B gives an incorrect calculation. Choice C gives wrong time calculation. Choice D misunderstands when exponential models apply.

Question 10

The Richter scale for earthquake magnitude is given by M=log10(AA0)M = \log_{10}\left(\frac{A}{A_0}\right), where AA is the amplitude and A0A_0 is a reference amplitude. If earthquake X has magnitude 6.2 and earthquake Y has magnitude 7.4, how many times larger is the amplitude of earthquake Y compared to earthquake X?

  1. Earthquake Y has amplitude 1.2 times larger because 7.4 - 6.2 = 1.2
  2. Earthquake Y has amplitude 45.7 times larger because logarithmic differences compound exponentially
  3. Earthquake Y has amplitude 12.0 times larger because the ratio 7.4/6.2 ≈ 1.19 scales by 10
  4. Earthquake Y has amplitude 15.8 times larger because 10^(7.4-6.2) = 10^1.2 ≈ 15.8 (correct answer)
Explanation: When you encounter logarithmic scale problems like the Richter scale, remember that equal differences on the scale correspond to equal ratios in the underlying quantity being measured. The key insight is that you need to "undo" the logarithm to find the actual amplitude ratio. Starting with the Richter formula M=log10(AA0)M = \log_{10}\left(\frac{A}{A_0}\right), you can write equations for both earthquakes:
  • Earthquake X: 6.2=log10(AXA0)6.2 = \log_{10}\left(\frac{A_X}{A_0}\right)
  • Earthquake Y: 7.4=log10(AYA0)7.4 = \log_{10}\left(\frac{A_Y}{A_0}\right)
To find how many times larger earthquake Y's amplitude is, you need the ratio AYAX\frac{A_Y}{A_X}. Subtracting the equations gives: 7.46.2=log10(AYA0)log10(AXA0)=log10(AYAX)7.4 - 6.2 = \log_{10}\left(\frac{A_Y}{A_0}\right) - \log_{10}\left(\frac{A_X}{A_0}\right) = \log_{10}\left(\frac{A_Y}{A_X}\right) Therefore: 1.2=log10(AYAX)1.2 = \log_{10}\left(\frac{A_Y}{A_X}\right) Converting from logarithmic form: AYAX=101.215.8\frac{A_Y}{A_X} = 10^{1.2} \approx 15.8 Answer A incorrectly treats the logarithmic scale as linear—the difference in magnitudes doesn't equal the ratio of amplitudes. Answer B uses vague terminology without showing the actual calculation. Answer C attempts to use the ratio of magnitudes but applies an incorrect scaling factor. Study tip: For any logarithmic scale problem, remember that if you have a difference in the logged values, you raise the base to that difference power to find the ratio of the original quantities. The pattern is: difference in logs → exponentiate → ratio of originals.

Question 11

A company's revenue follows the model R(t)=50000(1+0.15)tR(t) = 50000(1 + 0.15)^t for the first 5 years, then switches to R(t)=R(5)1.08t5R(t) = R(5) \cdot 1.08^{t-5} for t>5t > 5. What is the revenue in year 8, and why might this piecewise model be more realistic than a single exponential?

  1. Revenue is $126,693; piecewise models account for market saturation reducing growth rates over time (correct answer)
  2. Revenue is $183,424; piecewise models account for seasonal variations in business cycles
  3. Revenue is $147,832; piecewise models account for inflation adjustments in later periods
  4. Revenue is $101,550; piecewise models account for compound interest changes in investments
Explanation: First find R(5) = 50000(1.15)^5 ≈ 50000(2.011) ≈ $100,550. Then R(8) = R(5) · 1.08^(8-5) = 100,550 · 1.08^3 ≈ 100,550 · 1.26 ≈ $126,693. Piecewise models are realistic because high growth rates typically cannot be sustained indefinitely due to market saturation, competition, and other limiting factors that force companies to adopt more conservative growth patterns. Choice B gives wrong calculation and less relevant reasoning. Choice C gives wrong calculation and secondary reasoning. Choice D gives wrong calculation and irrelevant reasoning.

Question 12

The amount of caffeine in the body follows the model C(t)=200e0.1386tC(t) = 200e^{-0.1386t}, where tt is in hours after consumption. A person drinks coffee containing 200 mg of caffeine every 5 hours. What will be the caffeine level just before the third cup, and what assumption makes this calculation complex?

  1. Approximately 140 mg; the assumption that caffeine metabolism rate varies with accumulated dose
  2. Approximately 180 mg; the assumption that multiple doses create linear superposition effects
  3. Approximately 150 mg; the assumption that the elimination rate remains constant regardless of dose timing (correct answer)
  4. Approximately 95 mg; the assumption that each new dose resets the exponential decay process
Explanation: Just before the 3rd cup (at t = 10 hours), caffeine remains from: 1st cup (200e^(-0.1386×10)) + 2nd cup (200e^(-0.1386×5)). This gives 200e^(-1.386) + 200e^(-0.693) ≈ 200(0.25) + 200(0.5) = 50 + 100 = 150 mg. The key assumption is that the elimination rate constant (-0.1386) remains the same regardless of when doses are taken or accumulated amounts. Choice A gives wrong value and incorrect assumption. Choice B gives wrong value and describes superposition incorrectly. Choice D gives wrong value and misunderstands exponential decay.

Question 13

A savings account grows according to A(t)=P(1+rn)ntA(t) = P\left(1 + \frac{r}{n}\right)^{nt}, where r=0.06r = 0.06, n=12n = 12 (monthly compounding), and P=10000P = 10000. How long will it take to reach $15,000, and how would continuous compounding $A(t)=PertA(t) = Pe^{rt} $ compare?

  1. Monthly: 6.8 years; continuous compounding would take slightly longer due to higher frequency effects
  2. Monthly: 5.9 years; continuous compounding would take significantly less time due to exponential advantages
  3. Monthly: 7.2 years; continuous compounding would yield exactly the same time due to equivalent rates
  4. Monthly: 6.8 years; continuous compounding would take slightly less time due to more frequent compounding (correct answer)
Explanation: When you encounter compound interest problems comparing different compounding frequencies, you need to understand that more frequent compounding always yields higher returns, but with diminishing marginal benefits as frequency increases. For monthly compounding, set up the equation: 15000=10000(1+0.0612)12t15000 = 10000\left(1 + \frac{0.06}{12}\right)^{12t}. Simplifying: 1.5=(1.005)12t1.5 = (1.005)^{12t}. Taking the natural logarithm: ln(1.5)=12tln(1.005)\ln(1.5) = 12t \cdot \ln(1.005). Solving: t=ln(1.5)12ln(1.005)=0.4055120.0049886.8t = \frac{\ln(1.5)}{12 \cdot \ln(1.005)} = \frac{0.4055}{12 \cdot 0.004988} \approx 6.8 years. For continuous compounding: 15000=10000e0.06t15000 = 10000e^{0.06t}, so 1.5=e0.06t1.5 = e^{0.06t}. Taking ln: ln(1.5)=0.06t\ln(1.5) = 0.06t, giving t=0.40550.066.76t = \frac{0.4055}{0.06} \approx 6.76 years. Answer D correctly identifies both calculations and the relationship: continuous compounding takes slightly less time due to its infinitely frequent compounding effect. Answer A reverses this relationship incorrectly. Answer B drastically underestimates the monthly time and overstates the continuous compounding advantage. Answer C wrongly claims the times would be identical, ignoring that different compounding frequencies must yield different results at the same nominal rate. Study tip: Remember that as compounding frequency increases (annually → monthly → daily → continuous), the time to reach a target decreases, but the improvements get smaller. The jump from annual to monthly compounding has a bigger impact than from monthly to continuous.

Question 14

A bacterial culture starts with 500 bacteria and doubles every 3 hours. After collecting data for 24 hours, a researcher models the population with P(t)=5002t/3P(t) = 500 \cdot 2^{t/3}, where tt is time in hours. If the researcher wants to determine when the population will reach 64,000 bacteria, which equation should be solved, and what does the solution represent in this context?

  1. Solve 5002t/3=64000500 \cdot 2^{t/3} = 64000; the solution represents the number of doubling periods needed
  2. Solve 5002t/3=64000500 \cdot 2^{t/3} = 64000; the solution represents the time in hours when the population reaches 64,000 (correct answer)
  3. Solve 50023t=64000500 \cdot 2^{3t} = 64000; the solution represents the time in hours when the population reaches 64,000
  4. Solve log2(64000/500)=t/3\log_2(64000/500) = t/3; the solution represents the number of bacteria after tt hours
Explanation: The correct model is P(t)=5002t/3P(t) = 500 \cdot 2^{t/3}, so to find when P(t)=64000P(t) = 64000, we solve 5002t/3=64000500 \cdot 2^{t/3} = 64000. Since tt represents time in hours in the original function, the solution gives the time in hours. Choice A has the correct equation but misinterprets what tt represents. Choice C uses an incorrect model. Choice D has the equation in logarithmic form but incorrectly states what the solution represents.

Question 15

An investment account grows according to A(t)=5000(1+0.06n)ntA(t) = 5000(1 + \frac{0.06}{n})^{nt} where nn is the compounding frequency per year and tt is time in years. An investor wants to compare quarterly compounding (n=4n=4) with continuous compounding for a 10-year investment. What is the difference in final amounts, and what does this suggest about the practical benefit of more frequent compounding?

  1. Continuous compounding yields approximately $45 more; the benefit of frequent compounding diminishes significantly beyond quarterly (correct answer)
  2. Continuous compounding yields approximately $110 more; there is substantial benefit to increasing compounding frequency beyond quarterly
  3. Continuous compounding yields approximately $25 more; the benefit of frequent compounding diminishes significantly beyond quarterly
  4. Continuous compounding yields approximately $85 more; there is substantial benefit to increasing compounding frequency beyond quarterly
Explanation: For quarterly compounding: A=5000(1.015)405000(1.8140)9070A = 5000(1.015)^{40} \approx 5000(1.8140) \approx 9070. For continuous compounding: A=5000e0.0610=5000e0.65000(1.8221)9110A = 5000e^{0.06 \cdot 10} = 5000e^{0.6} \approx 5000(1.8221) \approx 9110. The difference is about $40-50, supporting the principle that returns from increased compounding frequency diminish rapidly beyond quarterly compounding. This is a key insight in finance - the practical benefit of moving from quarterly to continuous compounding is minimal compared to moving from annual to quarterly.

Question 16

A learning curve model shows that typing speed follows S(t)=75(1e0.15t)S(t) = 75(1 - e^{-0.15t}) words per minute, where tt is weeks of practice. A student currently types 45 words per minute and wants to reach 90% of maximum speed. The student plans to practice for exactly the time it takes to improve from 45 to 60 words per minute, then practice for that same duration again. What will be the student's final typing speed?

  1. Approximately 67 words per minute, because the rate of improvement decreases significantly (correct answer)
  2. Exactly 75 words per minute, because this represents the maximum asymptotic speed
  3. Approximately 63 words per minute, because the rate of improvement decreases significantly
  4. Approximately 71 words per minute, because the improvement pattern continues at a steady rate
Explanation: First, find when speed reaches 45 wpm: 45=75(1e0.15t1)45 = 75(1 - e^{-0.15t_1}) gives t16.2t_1 \approx 6.2 weeks. Next, find when speed reaches 60 wpm: 60=75(1e0.15t2)60 = 75(1 - e^{-0.15t_2}) gives t210.9t_2 \approx 10.9 weeks. The improvement from 45 to 60 wpm takes 10.96.2=4.710.9 - 6.2 = 4.7 weeks. Practicing for another 4.7 weeks gives total time t=10.9+4.7=15.6t = 10.9 + 4.7 = 15.6 weeks. Final speed: S(15.6)=75(1e0.15×15.6)67S(15.6) = 75(1 - e^{-0.15 \times 15.6}) \approx 67 wpm. This demonstrates the diminishing returns characteristic of logarithmic learning curves.

Question 17

A radioactive substance decays according to N(t)=N0eλtN(t) = N_0 e^{-\lambda t}, where λ=0.0231\lambda = 0.0231 per year. Scientists need to determine both the half-life and the time required for the substance to decay to 1% of its original amount. If safety protocols require the substance to be stored until it reaches the 1% level, and the half-life is used to estimate storage time, what is the error in this estimation method?

  1. Using half-life underestimates storage time by approximately 170 years because exponential decay is slower than estimated
  2. Using half-life overestimates storage time by approximately 170 years because it takes about 6.6 half-lives to reach 1%
  3. Using half-life overestimates storage time by approximately 85 years because exponential decay is faster than half-life suggests
  4. Using half-life underestimates storage time by approximately 170 years because it takes about 6.6 half-lives to reach 1% (correct answer)
Explanation: When you encounter radioactive decay problems, you're dealing with exponential functions where different decay milestones require careful calculation. The key insight here is understanding the relationship between half-life and other decay percentages. First, let's find the half-life. When N(t)=0.5N0N(t) = 0.5N_0, we have 0.5=e0.0231t0.5 = e^{-0.0231t}. Taking the natural logarithm: ln(0.5)=0.0231t\ln(0.5) = -0.0231t, so t=ln(0.5)0.0231=0.6930.023130t = \frac{\ln(0.5)}{-0.0231} = \frac{0.693}{0.0231} ≈ 30 years. Now for 1% decay: when N(t)=0.01N0N(t) = 0.01N_0, we get 0.01=e0.0231t0.01 = e^{-0.0231t}. Solving: t=ln(0.01)0.0231=4.6050.0231199t = \frac{\ln(0.01)}{-0.0231} = \frac{4.605}{0.0231} ≈ 199 years. If scientists incorrectly assumed one half-life (30 years) was sufficient for reaching 1%, they'd underestimate the required time by 19930=169170199 - 30 = 169 ≈ 170 years. Notice that it actually takes about 19930=6.6\frac{199}{30} = 6.6 half-lives to reach 1%. Choice A incorrectly states the method overestimates time. Choice B correctly identifies the 6.6 half-lives relationship but wrongly claims overestimation. Choice C uses the wrong time difference (85 years) and incorrect reasoning about decay speed. Choice D correctly identifies both the underestimation and the approximately 170-year error. Study tip: Remember that each successive half-life cuts the remaining amount in half, so reaching very small percentages requires many half-lives. Always calculate the actual time rather than making intuitive guesses about exponential decay.

Question 18

A technology company models user adoption of their app using N(t)=5000001+49e0.8tN(t) = \frac{500000}{1 + 49e^{-0.8t}}, where tt is months after launch. Marketing wants to know when they'll reach 50% and 90% of maximum adoption, and they plan to increase advertising spend during the period of fastest growth. During which month should advertising spending peak, and what characterizes this optimal timing?

  1. Month 5, when the adoption rate reaches exactly 50% of maximum and the growth rate begins to accelerate most rapidly
  2. Month 8, when the adoption rate reaches 90% of maximum and the user base is most receptive to advertising
  3. Month 3, when the exponential growth phase is strongest and advertising can capture the most new users efficiently
  4. Month 5, when the logistic function reaches its inflection point and the growth rate is at its maximum value (correct answer)
Explanation: When you encounter logistic growth models like this one, you're dealing with S-shaped curves that have three distinct phases: slow initial growth, rapid middle growth, and slow final approach to maximum capacity. The key insight is that advertising spending should peak when the growth rate itself is highest. To find when growth is fastest, you need to locate the inflection point of the logistic function. For any logistic model N(t)=L1+aektN(t) = \frac{L}{1 + ae^{-kt}}, the inflection point occurs when N(t)=L2N(t) = \frac{L}{2} (50% of maximum capacity). At this point, the second derivative equals zero and the first derivative (growth rate) reaches its maximum value. Setting N(t)=250000N(t) = 250000 (half of 500,000): 250000=5000001+49e0.8t250000 = \frac{500000}{1 + 49e^{-0.8t}}. Solving this equation yields t5t \approx 5 months, confirming that maximum growth rate occurs at month 5. Answer A is wrong because while month 5 does represent 50% adoption, growth doesn't "begin to accelerate" then—it's actually starting to decelerate after reaching peak rate. Answer B incorrectly identifies month 8 as optimal timing; at 90% adoption, growth has significantly slowed. Answer C suggests month 3 during "exponential phase," but logistic growth isn't purely exponential—the constraint of finite capacity means growth rate increases then decreases. Answer D correctly identifies both the timing (month 5) and the mathematical reason: the inflection point where growth rate peaks. Study tip: For logistic growth optimization problems, remember that maximum growth rate always occurs at the inflection point, which happens at exactly 50% of carrying capacity.

Question 19

The concentration of a medication in a patient's bloodstream decreases according to C(t)=80e0.15tC(t) = 80e^{-0.15t} mg/L, where tt is time in hours after administration. A doctor needs to determine the half-life of this medication and when a second dose should be given when the concentration drops to 10 mg/L. What is the relationship between these two time values?

  1. The time to reach 10 mg/L is exactly twice the half-life period
  2. The time to reach 10 mg/L is approximately 2.89 times the half-life period
  3. The time to reach 10 mg/L is exactly three times the half-life period (correct answer)
  4. The time to reach 10 mg/L is approximately 1.44 times the half-life period
Explanation: Half-life occurs when 40=80e0.15t40 = 80e^{-0.15t}, giving t=ln(2)0.154.62t = \frac{\ln(2)}{0.15} \approx 4.62 hours. For 10 mg/L: 10=80e0.15t10 = 80e^{-0.15t}, so e0.15t=1/8e^{-0.15t} = 1/8, giving t=ln(8)0.15=3ln(2)0.15=3ln(2)0.15t = \frac{\ln(8)}{0.15} = \frac{3\ln(2)}{0.15} = 3 \cdot \frac{\ln(2)}{0.15}, which is exactly 3 times the half-life. This makes sense because 8040201080 \to 40 \to 20 \to 10 represents three half-life periods. The other choices represent common computational errors or misunderstanding of the exponential decay relationship.