Math 3 Quiz: Translating Context To Equations
20 questions · exam conditions
0:00
Translating Context To EquationsQuestion 1 of 20

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 AA (in grams) remaining after tt hours?

A=500(0.85)tA = 500(0.85)^t
A=500(0.15)tA = 500(0.15)^t
A=5000.15tA = 500 - 0.15t
A=500(1.15)tA = 500(1.15)^t
← Back to quizzes

Math 3 Quiz

Math 3 Quiz: Translating Context To Equations

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 AA (in grams) remaining after tt hours?

  1. A=500(0.85)tA = 500(0.85)^t (correct answer)
  2. A=500(0.15)tA = 500(0.15)^t
  3. A=5000.15tA = 500 - 0.15t
  4. A=500(1.15)tA = 500(1.15)^t
Explanation: Since 15% decomposes each hour, 85% remains. The correct model is A=500(0.85)tA = 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 P0P_0 bacteria, which equation models the population P(t)P(t) after tt hours?

  1. P(t)=P03t4P(t) = P_0 \cdot 3^{\frac{t}{4}} (correct answer)
  2. P(t)=P034tP(t) = P_0 \cdot 3^{4t}
  3. P(t)=P04t3P(t) = P_0 \cdot 4^{\frac{t}{3}}
  4. P(t)=3P04tP(t) = 3P_0 \cdot 4^t
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 RR of two resistors connected in parallel, with individual resistances R1R_1 and R2R_2, is given by 1R=1R1+1R2\frac{1}{R} = \frac{1}{R_1} + \frac{1}{R_2}. If one resistor has resistance rr ohms and the other has resistance (r+6)(r + 6) ohms, and the total resistance is 4 ohms, which equation can be solved to find rr?

  1. 4=r+(r+6)4 = r + (r + 6)
  2. 4=1r+1r+64 = \frac{1}{r} + \frac{1}{r + 6}
  3. 14=r+(r+6)r(r+6)\frac{1}{4} = \frac{r + (r + 6)}{r(r + 6)}
  4. 14=1r+1r+6\frac{1}{4} = \frac{1}{r} + \frac{1}{r + 6} (correct answer)
Explanation: When you encounter parallel resistance problems, remember that the key formula is 1R=1R1+1R2\frac{1}{R} = \frac{1}{R_1} + \frac{1}{R_2}, where RR is the total resistance and R1R_1, R2R_2 are the individual resistances. To find the correct equation, substitute the given values directly into this formula. You know the total resistance R=4R = 4 ohms, one resistor has resistance rr ohms, and the other has resistance (r+6)(r + 6) ohms. Plugging these into the parallel resistance formula gives: 14=1r+1r+6\frac{1}{4} = \frac{1}{r} + \frac{1}{r + 6} This matches answer choice D exactly. Now let's examine why the other options are incorrect: Choice A sets 4=r+(r+6)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=1r+1r+64 = \frac{1}{r} + \frac{1}{r + 6}, which puts the total resistance RR on the wrong side of the equation. The parallel resistance formula has 1R\frac{1}{R} on the left, not RR. Choice C shows 14=r+(r+6)r(r+6)\frac{1}{4} = \frac{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+]pH = -\log_{10}[H^+], where [H+][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?

  1. 6.5=log10[H+]6.5 = \log_{10}[H^+]
  2. 6.5=log10[H+]-6.5 = \log_{10}[H^+]
  3. 6.5=log10[H+]6.5 = -\log_{10}[H^+] (correct answer)
  4. [H+]=log10(6.5)[H^+] = -\log_{10}(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+]pH = -\log_{10}[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+]6.5 = -\log_{10}[H^+] This matches answer choice C exactly. Let's examine why the other options are incorrect. Choice A gives 6.5=log10[H+]6.5 = \log_{10}[H^+], which omits the crucial negative sign from the original formula. Choice B shows 6.5=log10[H+]-6.5 = \log_{10}[H^+], which incorrectly makes the pH negative and removes the negative sign from the logarithm term. Choice D presents [H+]=log10(6.5)[H^+] = -\log_{10}(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 vv of water flowing from a tank through a hole is given by Torricelli's law: v=2ghv = \sqrt{2gh}, where g=9.8g = 9.8 m/s² and hh is the height of water above the hole. If water must flow at 14 m/s, which equation determines the required height?

  1. 14=29.8h14 = 2 \cdot 9.8 \cdot \sqrt{h}
  2. 14=29.8h\sqrt{14} = 2 \cdot 9.8 \cdot h
  3. 14=29.8h14 = \sqrt{2 \cdot 9.8 \cdot h} (correct answer)
  4. 142=29.8h14^2 = 2 \cdot 9.8 \cdot 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=2ghv = \sqrt{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=14v = 14 m/s and g=9.8g = 9.8 m/s², the equation becomes: 14=29.8h14 = \sqrt{2 \cdot 9.8 \cdot h}. This is answer choice C. Let's examine why the other options are incorrect: Choice A (14=29.8h14 = 2 \cdot 9.8 \cdot \sqrt{h}) incorrectly separates the 2 and gg from under the square root. The original formula has 2gh\sqrt{2gh}, not 2gh2g\sqrt{h}. Choice B (14=29.8h\sqrt{14} = 2 \cdot 9.8 \cdot 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 2gh2gh term entirely. Choice D (142=29.8h14^2 = 2 \cdot 9.8 \cdot 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 xx represents the distance from the wall to the bottom of the ladder and yy represents the height where the ladder touches the wall, which equation relates xx, yy, and their rates of change?

  1. xdxdt=ydydtx\frac{dx}{dt} = y\frac{dy}{dt}
  2. 2xdxdt+2ydydt=02x\frac{dx}{dt} + 2y\frac{dy}{dt} = 0
  3. dxdt+dydt=3\frac{dx}{dt} + \frac{dy}{dt} = 3
  4. x2+y2=400x^2 + y^2 = 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 xx and yy change as the ladder slides. Since the ladder, wall, and ground form a right triangle, the Pythagorean theorem applies: x2+y2=202=400x^2 + y^2 = 20^2 = 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, xdxdt=ydydtx\frac{dx}{dt} = y\frac{dy}{dt}, incorrectly suggests the rates of change are simply proportional to the distances. Option B, 2xdxdt+2ydydt=02x\frac{dx}{dt} + 2y\frac{dy}{dt} = 0, is actually what you'd get if you differentiated the correct equation x2+y2=400x^2 + y^2 = 400 with respect to time, but the question asks for the relationship between xx, yy, and their rates—not the differentiated form. Option C, dxdt+dydt=3\frac{dx}{dt} + \frac{dy}{dt} = 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 RR (in thousands of dollars) is related to advertising expenditure xx (in thousands of dollars) by the equation R=120xx+15R = \frac{120x}{x + 15}. If the company wants to achieve a revenue of 90 thousand dollars, which equation must be solved to find the required advertising expenditure?

  1. 90xx+15=120\frac{90x}{x + 15} = 120
  2. 90=120xx+1590 = \frac{120x}{x + 15} (correct answer)
  3. 90(x+15)=120x90(x + 15) = 120x
  4. 90x=120x+1590x = \frac{120}{x + 15}
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=120xx+15R = \frac{120x}{x + 15} and want to find what advertising expenditure xx will produce a revenue of 90 thousand dollars. To set up this equation, you substitute the desired revenue (90) for RR in the original function. This gives you 90=120xx+1590 = \frac{120x}{x + 15}, 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 90xx+15=120\frac{90x}{x + 15} = 120. This would be solving for a different scenario entirely. Choice C shows 90(x+15)=120x90(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=120x+1590x = \frac{120}{x + 15}, 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)=N0ertN(t) = N_0 e^{rt}, where N0N_0 is the initial population, rr is the growth rate, and tt is time in hours. If the population doubles every 3 hours and the initial population is 1000 bacteria, which equation models the population after tt hours?

  1. N(t)=10002t3N(t) = 1000 \cdot 2^{\frac{t}{3}}
  2. N(t)=1000eln(2)3tN(t) = 1000 e^{\frac{\ln(2)}{3} \cdot t} (correct answer)
  3. N(t)=100023tN(t) = 1000 \cdot 2^{3t}
  4. N(t)=1000e2t/3N(t) = 1000 e^{2t/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)h(t) in feet above ground level after tt seconds is given by h(t)=16t2+v0t+h0h(t) = -16t^2 + v_0t + h_0, where v0v_0 is the initial velocity and h0h_0 is the initial height. If the projectile reaches its maximum height of 180 feet at t=2.5t = 2.5 seconds and was launched from a height of 20 feet, which equation can be used to find v0v_0?

  1. 16(2.5)2+v0(2.5)+20=180-16(2.5)^2 + v_0(2.5) + 20 = 180 (correct answer)
  2. 32(2.5)+v0=0-32(2.5) + v_0 = 0
  3. 16(2.5)2+v0(2.5)=180-16(2.5)^2 + v_0(2.5) = 180
  4. 16(2.5)2+v0(2.5)+20=18016(2.5)^2 + v_0(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 II at distance dd meters?

  1. I=3600d2I = \frac{3600}{d^2} (correct answer)
  2. I=400d2I = \frac{400}{d^2}
  3. I=1200d2I = \frac{1200}{d^2}
  4. I=4009d2I = \frac{400 \cdot 9}{d^2}
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 TT required for a pendulum to complete one full swing is given by T=2πLgT = 2\pi\sqrt{\frac{L}{g}}, where LL is the length of the pendulum and gg is gravitational acceleration. If a pendulum must complete a swing in exactly 1.5 seconds when g=9.8g = 9.8 m/s², which equation determines the required length LL?

  1. 1.5=2πL9.81.5 = 2\pi\sqrt{\frac{L}{9.8}} (correct answer)
  2. L=2π1.59.8L = 2\pi\sqrt{\frac{1.5}{9.8}}
  3. 1.5=2πL9.81.5 = \frac{2\pi L}{\sqrt{9.8}}
  4. L=1.59.82π\sqrt{L} = \frac{1.5 \cdot 9.8}{2\pi}
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 hh hours when working alone, while Pipe B can fill the same tank in (h+3)(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?

  1. 1h+1h+3=12\frac{1}{h} + \frac{1}{h+3} = \frac{1}{2} (correct answer)
  2. 1h+1h+3=2\frac{1}{h} + \frac{1}{h+3} = 2
  3. h+(h+3)=2h + (h+3) = 2
  4. h1+h+31=21\frac{h}{1} + \frac{h+3}{1} = \frac{2}{1}
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 CC of a medication in the bloodstream tt hours after injection follows the model C(t)=12tt2+4C(t) = \frac{12t}{t^2 + 4} mg/L. A doctor needs to determine when the concentration will be exactly 2.4 mg/L. Which equation should be solved?

  1. 2.4tt2+4=12\frac{2.4t}{t^2 + 4} = 12
  2. 2.4=12tt2+42.4 = \frac{12t}{t^2 + 4} (correct answer)
  3. 2.4(t2+4)=12t2.4(t^2 + 4) = 12t
  4. 12t=2.4t2+412t = 2.4t^2 + 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)=12tt2+4C(t) = \frac{12t}{t^2 + 4} and you want to find when the concentration equals 2.4 mg/L. This means you need to solve for when C(t)=2.4C(t) = 2.4, which gives you the equation 2.4=12tt2+42.4 = \frac{12t}{t^2 + 4}. This is exactly what option B shows. Looking at the wrong answers: Option A incorrectly places 2.4 in the numerator with tt, which would change the original function completely. Option C shows the result after multiplying both sides by (t2+4)(t^2 + 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.42.4 by (t2+4)(t^2 + 4), you should get 2.4t2+9.62.4t^2 + 9.6, not 2.4t2+42.4t^2 + 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 \ell meters and width ww 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?

  1. w=528\ell w = 528 and (+4)(w+4)=360(\ell + 4)(w + 4) = 360
  2. w=360\ell w = 360 and (+2)(w+2)=528(\ell + 2)(w + 2) = 528
  3. w=360\ell w = 360 and (+4)(w+4)=528(\ell + 4)(w + 4) = 528 (correct answer)
  4. w=360\ell w = 360 and w+4(+w)=528\ell w + 4(\ell + 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 \ell by ww, 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\ell 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\ell + 2 + 2 = \ell + 4, and the total width becomes w+2+2=w+4w + 2 + 2 = w + 4. The total area is 528 square meters, so (+4)(w+4)=528(\ell + 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 dd, the new dimensions are the original dimensions plus 2d2d, not just dd.

Question 15

A radioactive substance decays so that after tt years, the amount remaining is A(t)=A0e0.052tA(t) = A_0 e^{-0.052t}, where A0A_0 is the initial amount. If 75 grams remain after 8 years, which equation can be used to find the initial amount A0A_0?

  1. 75=A0e0.052875 = A_0 e^{-0.052 \cdot 8} (correct answer)
  2. A0=75e0.0528A_0 = 75 e^{-0.052 \cdot 8}
  3. 75=A0e0.052875 = A_0 e^{0.052 \cdot 8}
  4. A0=75e0.0528A_0 = 75 e^{0.052 \cdot 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 II of light (in lumens per square meter) at a distance dd meters from a light source follows the relationship I=kd2I = \frac{k}{d^2}, where kk 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 dd?

  1. I=720d2I = \frac{720}{d^2} (correct answer)
  2. I=80d2I = \frac{80}{d^2}
  3. I=240d2I = \frac{240}{d^2}
  4. I=8032d2I = \frac{80 \cdot 3^2}{d^2}
Explanation: Using 80=k3280 = \frac{k}{3^2} gives k=809=720k = 80 \cdot 9 = 720, so I=720d2I = \frac{720}{d^2}. Choice B omits finding the constant kk. Choice C uses incorrect arithmetic (803=24080 \cdot 3 = 240). Choice D shows the correct setup but doesn't simplify 32=93^2 = 9.

Question 17

A water tank is being drained. The height hh of water (in feet) after tt minutes is modeled by h=124t+1h = 12 - \sqrt{4t + 1}. Which equation represents the time when the water height reaches 8 feet?

  1. 8=4t+1128 = \sqrt{4t + 1} - 12
  2. t=1248+1t = 12 - \sqrt{4 \cdot 8 + 1}
  3. 4t+1=128\sqrt{4t + 1} = 12 - 8
  4. 8=124t+18 = 12 - \sqrt{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=124t+1h = 12 - \sqrt{4t + 1} where hh represents the water height and tt represents time. To find when the height reaches 8 feet, you substitute h=8h = 8 into the equation: 8=124t+18 = 12 - \sqrt{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+1128 = \sqrt{4t + 1} - 12. This changes the mathematical relationship entirely. Choice B confuses the variables by substituting 8 for tt instead of hh: t=1248+1t = 12 - \sqrt{4 \cdot 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\sqrt{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 tt). Always substitute the known value for its corresponding variable in the original function, then solve from there.

Question 18

The resistance RR (in ohms) of two resistors connected in parallel with individual resistances R1R_1 and R2R_2 is given by 1R=1R1+1R2\frac{1}{R} = \frac{1}{R_1} + \frac{1}{R_2}. If one resistor has resistance 6 ohms and the combined resistance is 2 ohms, which equation can be used to find the resistance R2R_2 of the second resistor?

  1. 1R2=12+16\frac{1}{R_2} = \frac{1}{2} + \frac{1}{6}
  2. 2=6+R22 = 6 + R_2
  3. 12=16+1R2\frac{1}{2} = \frac{1}{6} + \frac{1}{R_2} (correct answer)
  4. R2=1216R_2 = \frac{1}{2} - \frac{1}{6}
Explanation: When you encounter problems involving resistors in parallel, you're working with reciprocal relationships. The key formula 1R=1R1+1R2\frac{1}{R} = \frac{1}{R_1} + \frac{1}{R_2} 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=2R = 2 ohms and one individual resistance R1=6R_1 = 6 ohms. Substituting these values: 12=16+1R2\frac{1}{2} = \frac{1}{6} + \frac{1}{R_2}. This matches answer choice C exactly. Let's examine why the other options are incorrect. Choice A gives 1R2=12+16\frac{1}{R_2} = \frac{1}{2} + \frac{1}{6}, which incorrectly isolates 1R2\frac{1}{R_2} by adding the other terms instead of subtracting. Choice B shows 2=6+R22 = 6 + R_2, which completely ignores the reciprocal nature of the parallel resistance formula and treats it like a simple addition problem. Choice D states R2=1216R_2 = \frac{1}{2} - \frac{1}{6}, which confuses R2R_2 with 1R2\frac{1}{R_2} 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+][H^+] (in moles per liter) by the equation pH=log10[H+]\text{pH} = -\log_{10}[H^+]. If a solution has a pH of 5.2, which equation can be used to find its hydrogen ion concentration?

  1. [H+]=log10(5.2)[H^+] = -\log_{10}(5.2)
  2. 5.2=log10[H+]5.2 = -\log_{10}[H^+] (correct answer)
  3. log10[H+]=5.2\log_{10}[H^+] = 5.2
  4. 5.2=log10[H+]5.2 = \log_{10}[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+]\text{pH} = -\log_{10}[H^+], you can directly substitute the known pH value into the equation. This gives you 5.2=log10[H+]5.2 = -\log_{10}[H^+], which is exactly what choice B shows. This equation is now set up perfectly to solve for [H+][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 vv (in km/h) of a car is related to its stopping distance dd (in meters) by the equation d=0.05v2+1.2vd = 0.05v^2 + 1.2v. If a car's stopping distance is 85 meters, which equation can be used to find the car's speed?

  1. v=0.05(85)2+1.2(85)v = 0.05(85)^2 + 1.2(85)
  2. 85=0.05v2+1.2v85 = 0.05v^2 + 1.2v (correct answer)
  3. 0.05v2+1.2v=00.05v^2 + 1.2v = 0
  4. d=0.05(85)2+1.2(85)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.2vd = 0.05v^2 + 1.2v where dd is stopping distance and vv is speed. Since you know the stopping distance is 85 meters and need to find the speed, you substitute 85 for dd in the original equation. This gives you 85=0.05v2+1.2v85 = 0.05v^2 + 1.2v, which is answer choice B. This equation can then be rearranged into standard quadratic form and solved for vv. Choice A incorrectly substitutes 85 for vv instead of dd, 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 dd 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.