A radioactive substance decays such that after each hour, 15% of the remaining material has decomposed. If the initial amount is 500 grams, which equation correctly models the amount of material A (in grams) remaining after t hours?
Practice Translating Context To Equations 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 Translating Context To Equations, 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 radioactive substance decays such that after each hour, 15% of the remaining material has decomposed. If the initial amount is 500 grams, which equation correctly models the amount of material A (in grams) remaining after t hours?
A=500(0.85)t (correct answer)
A=500(0.15)t
A=500−0.15t
A=500(1.15)t
Explanation: Since 15% decomposes each hour, 85% remains. The correct model is A=500(0.85)t. Choice B uses the decay rate instead of the retention rate. Choice C models linear decay instead of exponential. Choice D incorrectly shows growth by using 1.15.
Question 2
The population of a bacterial culture triples every 4 hours. If the initial population is P0 bacteria, which equation models the population P(t) after t hours?
P(t)=P0⋅34t (correct answer)
P(t)=P0⋅34t
P(t)=P0⋅43t
P(t)=3P0⋅4t
Explanation: Since the population triples every 4 hours, after t hours, there have been t/4 tripling periods. Each tripling multiplies by 3, so P(t) = P₀ · 3^(t/4). Choice B incorrectly uses 4t in the exponent, making growth too rapid. Choice C confuses the tripling factor with the time period. Choice D incorrectly multiplies P₀ by 3 initially and uses base 4.
Question 3
The resistance R of two resistors connected in parallel, with individual resistances R1 and R2, is given by R1=R11+R21. If one resistor has resistance r ohms and the other has resistance (r+6) ohms, and the total resistance is 4 ohms, which equation can be solved to find r?
4=r+(r+6)
4=r1+r+61
41=r(r+6)r+(r+6)
41=r1+r+61 (correct answer)
Explanation: When you encounter parallel resistance problems, remember that the key formula is R1=R11+R21, where R is the total resistance and R1, R2 are the individual resistances.To find the correct equation, substitute the given values directly into this formula. You know the total resistance R=4 ohms, one resistor has resistance r ohms, and the other has resistance (r+6) ohms. Plugging these into the parallel resistance formula gives: 41=r1+r+61This matches answer choice D exactly.Now let's examine why the other options are incorrect:Choice A sets 4=r+(r+6), which incorrectly uses the formula for resistors in series, not parallel. Series resistance is simply the sum of individual resistances, but that's not what this problem describes.Choice B writes 4=r1+r+61, which puts the total resistance R on the wrong side of the equation. The parallel resistance formula has R1 on the left, not R.Choice C shows 41=r(r+6)r+(r+6), which appears to be an attempt to combine the fractions from the parallel formula, but this form isn't useful for solving and represents an unnecessary intermediate step.Study tip: Always substitute given values directly into the original formula first. Don't try to manipulate or simplify the formula before substituting—this often leads to errors and makes the problem more complicated than necessary.
Question 4
The pH of a solution is given by pH=−log10[H+], where [H+] is the hydrogen ion concentration in moles per liter. If a solution has a pH of 6.5, which equation can be used to find the hydrogen ion concentration?
6.5=log10[H+]
−6.5=log10[H+]
6.5=−log10[H+] (correct answer)
[H+]=−log10(6.5)
Explanation: When you encounter pH problems, remember that you're working with a logarithmic relationship between pH and hydrogen ion concentration. The key is understanding how to substitute known values into the given formula.You're given that pH=−log10[H+] and told the solution has a pH of 6.5. To find which equation helps determine the hydrogen ion concentration, you simply substitute the known pH value into the original formula. When you substitute 6.5 for pH, you get: 6.5=−log10[H+]This matches answer choice C exactly.Let's examine why the other options are incorrect. Choice A gives 6.5=log10[H+], which omits the crucial negative sign from the original formula. Choice B shows −6.5=log10[H+], which incorrectly makes the pH negative and removes the negative sign from the logarithm term. Choice D presents [H+]=−log10(6.5), which confuses the relationship by putting the hydrogen ion concentration on the left side and treating 6.5 as the input to the logarithm rather than as the pH value.When working with logarithmic formulas like the pH equation, always substitute your known values directly into the original formula without rearranging first. This prevents sign errors and variable mix-ups. Focus on maintaining the exact structure of the given equation while replacing the appropriate variable with its numerical value.
Question 5
The velocity v of water flowing from a tank through a hole is given by Torricelli's law: v=2gh, where g=9.8 m/s² and h is the height of water above the hole. If water must flow at 14 m/s, which equation determines the required height?
14=2⋅9.8⋅h
14=2⋅9.8⋅h
14=2⋅9.8⋅h (correct answer)
142=2⋅9.8⋅h
Explanation: When you encounter physics equations with square roots, the key is carefully substituting known values while preserving the equation's structure. Torricelli's law relates velocity to height through the square root relationship v=2gh.To find the required height when water must flow at 14 m/s, you substitute the known values directly into the original equation. With v=14 m/s and g=9.8 m/s², the equation becomes: 14=2⋅9.8⋅h. This is answer choice C.Let's examine why the other options are incorrect:Choice A (14=2⋅9.8⋅h) incorrectly separates the 2 and g from under the square root. The original formula has 2gh, not 2gh.Choice B (14=2⋅9.8⋅h) makes two errors: it puts the square root on the velocity (14) instead of on the right side, and it removes the square root from the 2gh term entirely.Choice D (142=2⋅9.8⋅h) represents what you'd get after squaring both sides of the correct equation, but the question asks for "which equation determines the required height," meaning the direct substitution step, not the solved form.Study tip: When substituting into equations with radicals, always substitute into the original form first before manipulating. Don't rearrange the equation structure during the substitution step—that comes after you've set up the problem correctly.
Question 6
A ladder leans against a wall, forming a right triangle with the ground. The ladder is 20 feet long, and the bottom of the ladder is sliding away from the wall at 3 feet per second. If x represents the distance from the wall to the bottom of the ladder and y represents the height where the ladder touches the wall, which equation relates x, y, and their rates of change?
xdtdx=ydtdy
2xdtdx+2ydtdy=0
dtdx+dtdy=3
x2+y2=400 (correct answer)
Explanation: When you encounter a ladder sliding problem, you're dealing with related rates in calculus, but this particular question is asking you to identify the foundational relationship before any differentiation occurs.The key insight is recognizing what stays constant versus what changes. The ladder length remains fixed at 20 feet throughout the motion, while the distances x and y change as the ladder slides. Since the ladder, wall, and ground form a right triangle, the Pythagorean theorem applies: x2+y2=202=400. This fundamental geometric relationship must hold at every instant, making D correct.Let's examine why the other options miss the mark. Option A, xdtdx=ydtdy, incorrectly suggests the rates of change are simply proportional to the distances. Option B, 2xdtdx+2ydtdy=0, is actually what you'd get if you differentiated the correct equation x2+y2=400 with respect to time, but the question asks for the relationship between x, y, and their rates—not the differentiated form. Option C, dtdx+dtdy=3, incorrectly assumes the rates simply add up to the given sliding speed.Remember: in related rates problems, always start by identifying the constraint equation that governs the geometric relationship. The Pythagorean theorem appears frequently in these scenarios, so practice recognizing right triangle setups where one dimension remains constant while others change.
Question 7
A company's revenue R (in thousands of dollars) is related to advertising expenditure x (in thousands of dollars) by the equation R=x+15120x. If the company wants to achieve a revenue of 90 thousand dollars, which equation must be solved to find the required advertising expenditure?
x+1590x=120
90=x+15120x (correct answer)
90(x+15)=120x
90x=x+15120
Explanation: When you encounter a problem where you're given a function and asked to find the input that produces a specific output, you're working with equation setup and solving.Here, you have the revenue function R=x+15120x and want to find what advertising expenditure x will produce a revenue of 90 thousand dollars. To set up this equation, you substitute the desired revenue (90) for R in the original function. This gives you 90=x+15120x, which is exactly what answer choice B shows.Let's examine why the other options are incorrect:Choice A reverses the setup by putting 90 in place of the coefficient 120, creating x+1590x=120. This would be solving for a different scenario entirely.Choice C shows 90(x+15)=120x, which is actually the result you'd get after cross-multiplying the correct equation from choice B. While this equation would give the same solution, it's not the direct substitution the question asks for.Choice D places 90 in the wrong position, creating 90x=x+15120, which completely changes the mathematical relationship.Key strategy: When a problem asks "which equation must be solved," look for the direct substitution of given values into the original function. Don't overthink it by jumping ahead to algebraically manipulated forms – stick with the immediate substitution step.
Question 8
A culture of bacteria grows according to the model N(t)=N0ert, where N0 is the initial population, r is the growth rate, and t is time in hours. If the population doubles every 3 hours and the initial population is 1000 bacteria, which equation models the population after t hours?
N(t)=1000⋅23t
N(t)=1000e3ln(2)⋅t (correct answer)
N(t)=1000⋅23t
N(t)=1000e2t/3
Explanation: Since population doubles every 3 hours, when t = 3: 2000 = 1000e^(3r), so e^(3r) = 2, giving 3r = ln(2), thus r = ln(2)/3. Therefore N(t) = 1000e^(ln(2)t/3). Choice A uses the correct exponential form but with base 2 instead of e. Choice C uses 3t instead of t/3. Choice D uses 2 instead of ln(2) in the exponent.
Question 9
A projectile is launched vertically upward from a building. The height h(t) in feet above ground level after t seconds is given by h(t)=−16t2+v0t+h0, where v0 is the initial velocity and h0 is the initial height. If the projectile reaches its maximum height of 180 feet at t=2.5 seconds and was launched from a height of 20 feet, which equation can be used to find v0?
−16(2.5)2+v0(2.5)+20=180 (correct answer)
−32(2.5)+v0=0
−16(2.5)2+v0(2.5)=180
16(2.5)2+v0(2.5)+20=180
Explanation: At maximum height (t = 2.5), h(2.5) = 180. Substituting into h(t) = -16t² + v₀t + h₀: -16(2.5)² + v₀(2.5) + 20 = 180. Choice B uses the derivative condition but isn't complete for finding v₀ directly. Choice C omits the initial height h₀ = 20. Choice D incorrectly uses +16 instead of -16 for the gravity term.
Question 10
The intensity of light from a source varies inversely with the square of the distance from the source. If the intensity is 400 lumens per square meter at a distance of 3 meters, which equation models the intensity I at distance d meters?
I=d23600 (correct answer)
I=d2400
I=d21200
I=d2400⋅9
Explanation: For inverse square variation, I = k/d² where k is constant. Using I = 400 when d = 3: 400 = k/3², so k = 400 × 9 = 3600. Therefore I = 3600/d². Choice B omits the distance factor from the constant. Choice C uses 400 × 3 instead of 400 × 9. Choice D shows the calculation but doesn't simplify 400 × 9 = 3600.
Question 11
The time T required for a pendulum to complete one full swing is given by T=2πgL, where L is the length of the pendulum and g is gravitational acceleration. If a pendulum must complete a swing in exactly 1.5 seconds when g=9.8 m/s², which equation determines the required length L?
1.5=2π9.8L (correct answer)
L=2π9.81.5
1.5=9.82πL
L=2π1.5⋅9.8
Explanation: Substituting T = 1.5 and g = 9.8 into T = 2π√(L/g) gives: 1.5 = 2π√(L/9.8). Choice B incorrectly places L outside the square root and puts 1.5 inside. Choice C moves L outside the square root entirely. Choice D attempts to isolate √L but uses incorrect algebra.
Question 12
A water tank is being filled by two pipes simultaneously. Pipe A can fill the tank in h hours when working alone, while Pipe B can fill the same tank in (h+3) hours when working alone. When both pipes work together, they can fill the tank in 2 hours. Which equation correctly models this situation?
h1+h+31=21 (correct answer)
h1+h+31=2
h+(h+3)=2
1h+1h+3=12
Explanation: When working together, the rates of work add up. Pipe A fills 1/h of the tank per hour, Pipe B fills 1/(h+3) of the tank per hour, and together they fill 1/2 of the tank per hour. Therefore: 1/h + 1/(h+3) = 1/2. Choice B incorrectly uses 2 instead of 1/2 for the combined rate. Choice C adds times instead of rates. Choice D uses times instead of rates and sets equal to 2.
Question 13
The concentration C of a medication in the bloodstream t hours after injection follows the model C(t)=t2+412t mg/L. A doctor needs to determine when the concentration will be exactly 2.4 mg/L. Which equation should be solved?
t2+42.4t=12
2.4=t2+412t (correct answer)
2.4(t2+4)=12t
12t=2.4t2+4
Explanation: When you're given a function that models a real-world situation and asked to find when that function equals a specific value, you need to set up an equation where the function equals the target value.Here, you have the concentration function C(t)=t2+412t and you want to find when the concentration equals 2.4 mg/L. This means you need to solve for when C(t)=2.4, which gives you the equation 2.4=t2+412t. This is exactly what option B shows.Looking at the wrong answers: Option A incorrectly places 2.4 in the numerator with t, which would change the original function completely. Option C shows the result after multiplying both sides by (t2+4), but the question asks which equation should be solved initially, not what you get after algebraic manipulation. Option D makes an error in the cross-multiplication process—when you multiply 2.4 by (t2+4), you should get 2.4t2+9.6, not 2.4t2+4.Remember this key strategy: when a problem asks "find when [function] equals [value]," always set up your equation as "[value] = [function]" or "[function] = [value]." Don't be tempted to choose an answer that shows intermediate algebraic steps—stick with the direct setup unless specifically asked for a simplified form.
Question 14
A rectangular garden has length ℓ meters and width w meters. The garden is surrounded by a uniform walkway that is 2 meters wide. If the total area (garden plus walkway) is 528 square meters and the garden itself has area 360 square meters, which system of equations models this situation?
ℓw=528 and (ℓ+4)(w+4)=360
ℓw=360 and (ℓ+2)(w+2)=528
ℓw=360 and (ℓ+4)(w+4)=528 (correct answer)
ℓw=360 and ℓw+4(ℓ+w)=528
Explanation: When you encounter word problems involving shapes with borders or frames, you need to carefully track how the border affects the overall dimensions. Here, you have a rectangular garden with dimensions ℓ by w, surrounded by a 2-meter-wide walkway on all sides.Start with what you know directly: the garden itself has area 360 square meters, so ℓw=360. This is your first equation.For the second equation, visualize how the walkway affects the total dimensions. Since the walkway is 2 meters wide and goes around the entire garden, it adds 2 meters on each side of both length and width. This means the total length becomes ℓ+2+2=ℓ+4, and the total width becomes w+2+2=w+4. The total area is 528 square meters, so (ℓ+4)(w+4)=528.Looking at the wrong answers: Choice A incorrectly assigns the areas to the wrong expressions—it says the garden alone has area 528 and the total has area 360, which contradicts the problem. Choice B only adds 2 to each dimension instead of 4, forgetting that the walkway extends 2 meters on both sides of each dimension. Choice D attempts to calculate the walkway area separately but uses an incorrect formula that doesn't account for the corner overlap regions.Remember this key insight: when something surrounds a rectangle completely with uniform width d, the new dimensions are the original dimensions plus 2d, not just d.
Question 15
A radioactive substance decays so that after t years, the amount remaining is A(t)=A0e−0.052t, where A0 is the initial amount. If 75 grams remain after 8 years, which equation can be used to find the initial amount A0?
75=A0e−0.052⋅8 (correct answer)
A0=75e−0.052⋅8
75=A0e0.052⋅8
A0=75e0.052⋅8
Explanation: Substituting t = 8 and A(8) = 75 into A(t) = A₀e^(-0.052t) gives: 75 = A₀e^(-0.052×8). Choice B incorrectly solves for A₀ by multiplying instead of dividing. Choice C uses positive exponent, representing growth instead of decay. Choice D combines errors from both B and C.
Question 16
The intensity I of light (in lumens per square meter) at a distance d meters from a light source follows the relationship I=d2k, where k is a constant. If the intensity is 80 lumens per square meter at 3 meters from the source, which equation can be used to find the intensity at any distance d?
I=d2720 (correct answer)
I=d280
I=d2240
I=d280⋅32
Explanation: Using 80=32k gives k=80⋅9=720, so I=d2720. Choice B omits finding the constant k. Choice C uses incorrect arithmetic (80⋅3=240). Choice D shows the correct setup but doesn't simplify 32=9.
Question 17
A water tank is being drained. The height h of water (in feet) after t minutes is modeled by h=12−4t+1. Which equation represents the time when the water height reaches 8 feet?
8=4t+1−12
t=12−4⋅8+1
4t+1=12−8
8=12−4t+1 (correct answer)
Explanation: When you encounter a function modeling a real-world situation, you need to substitute the given value for the output variable and set up an equation to solve for the input variable.Here, you're given the function h=12−4t+1 where h represents the water height and t represents time. To find when the height reaches 8 feet, you substitute h=8 into the equation: 8=12−4t+1. This directly matches answer choice D.Let's examine why the other options are incorrect:Choice A rearranges the equation incorrectly, moving the 12 to the wrong side and making it negative: 8=4t+1−12. This changes the mathematical relationship entirely.Choice B confuses the variables by substituting 8 for t instead of h: t=12−4⋅8+1. This treats time as the output and tries to solve for some unknown input, which doesn't match the question.Choice C represents an intermediate step you might reach while solving the equation (4t+1=4), but it's not the equation that represents the original problem. The question asks for the equation to set up, not a simplified version.The key strategy here is to identify which variable you're given (the height of 8 feet) and which you're solving for (the time t). Always substitute the known value for its corresponding variable in the original function, then solve from there.
Question 18
The resistance R (in ohms) of two resistors connected in parallel with individual resistances R1 and R2 is given by R1=R11+R21. If one resistor has resistance 6 ohms and the combined resistance is 2 ohms, which equation can be used to find the resistance R2 of the second resistor?
R21=21+61
2=6+R2
21=61+R21 (correct answer)
R2=21−61
Explanation: When you encounter problems involving resistors in parallel, you're working with reciprocal relationships. The key formula R1=R11+R21 tells us that the reciprocal of the total resistance equals the sum of the reciprocals of individual resistances.To find the correct equation, substitute the known values directly into the original formula. You know the combined resistance R=2 ohms and one individual resistance R1=6 ohms. Substituting these values: 21=61+R21. This matches answer choice C exactly.Let's examine why the other options are incorrect. Choice A gives R21=21+61, which incorrectly isolates R21 by adding the other terms instead of subtracting. Choice B shows 2=6+R2, which completely ignores the reciprocal nature of the parallel resistance formula and treats it like a simple addition problem. Choice D states R2=21−61, which confuses R2 with R21 and jumps ahead to a calculation step rather than setting up the substitution equation.Remember this strategy: when working with parallel resistance problems, always start by substituting known values directly into the given formula before attempting any algebraic manipulation. This prevents confusion between the resistance values and their reciprocals, and ensures you set up the equation correctly from the start.
Question 19
The pH of a solution is related to its hydrogen ion concentration [H+] (in moles per liter) by the equation pH=−log10[H+]. If a solution has a pH of 5.2, which equation can be used to find its hydrogen ion concentration?
[H+]=−log10(5.2)
5.2=−log10[H+] (correct answer)
log10[H+]=5.2
5.2=log10[H+]
Explanation: When you encounter pH problems, remember that you're working with a logarithmic relationship between pH and hydrogen ion concentration. The key is understanding how to manipulate the given formula when you know one variable and need to find the other.Given that pH = 5.2 and the formula pH=−log10[H+], you can directly substitute the known pH value into the equation. This gives you 5.2=−log10[H+], which is exactly what choice B shows. This equation is now set up perfectly to solve for [H+] using inverse logarithmic operations.Choice A reverses the roles incorrectly, treating the pH value as if it were the hydrogen ion concentration in the logarithm. Choice C drops the negative sign entirely, which fundamentally changes the relationship—this would give you a positive logarithm rather than the negative one required by the pH definition. Choice D also omits the crucial negative sign and would result in an incorrect hydrogen ion concentration that's far too large for a pH of 5.2.The negative sign in the pH formula is critical because hydrogen ion concentrations are typically very small decimal numbers (like 0.0001), and the negative logarithm converts these into positive, manageable pH values.Study tip: When working with logarithmic formulas, always substitute known values directly into the original equation first, then solve for the unknown. Don't try to rearrange the formula in your head—write out the substitution step to avoid sign errors and variable mix-ups.
Question 20
The speed v (in km/h) of a car is related to its stopping distance d (in meters) by the equation d=0.05v2+1.2v. If a car's stopping distance is 85 meters, which equation can be used to find the car's speed?
v=0.05(85)2+1.2(85)
85=0.05v2+1.2v (correct answer)
0.05v2+1.2v=0
d=0.05(85)2+1.2(85)
Explanation: When you're given a formula that relates two variables and asked to find one variable given the other, you need to substitute the known value and set up an equation to solve for the unknown.You're given the relationship d=0.05v2+1.2v where d is stopping distance and v is speed. Since you know the stopping distance is 85 meters and need to find the speed, you substitute 85 for d in the original equation. This gives you 85=0.05v2+1.2v, which is answer choice B. This equation can then be rearranged into standard quadratic form and solved for v.Choice A incorrectly substitutes 85 for v instead of d, which would calculate a stopping distance when you already know the distance is 85 meters. Choice C sets the expression equal to zero rather than 85, which would find when the stopping distance is zero (not useful here). Choice D makes the same substitution error as A, but keeps d as a variable instead of setting it equal to 85.The key insight is recognizing which variable is known and which is unknown, then substituting correctly. When you know the output of a function and need to find the input, substitute the known output value and solve for the input variable. Don't get confused about which variable goes where – always check that your substitution matches what the problem is telling you.