Math 1 Quiz: Precision In Mathematical Work
20 questions · exam conditions
0:00
Precision In Mathematical WorkQuestion 1 of 20

In a probability problem involving coin flips, a student writes: 'Let XX be the number of heads in 5 flips. Then P(X=3)=1032P(X = 3) = \frac{10}{32}.' The calculation is correct, but what aspect of precision could be improved?

The probability should be expressed as a percentage rather than a fraction
The sample space and assumptions about the coin should be explicitly stated
The binomial coefficient calculation (53)\binom{5}{3} should be shown in the work
The variable XX should be defined with its possible values and distribution type
← Back to quizzes

Math 1 Quiz

Math 1 Quiz: Precision In Mathematical Work

Practice Precision In Mathematical Work in Math 1 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Precision In Mathematical Work, giving you a quick way to practice the rules, question types, and explanations that matter most for Math 1.

How to use this quiz

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

All questions

Question 1

In a probability problem involving coin flips, a student writes: 'Let XX be the number of heads in 5 flips. Then P(X=3)=1032P(X = 3) = \frac{10}{32}.' The calculation is correct, but what aspect of precision could be improved?

  1. The probability should be expressed as a percentage rather than a fraction
  2. The sample space and assumptions about the coin should be explicitly stated
  3. The binomial coefficient calculation (53)\binom{5}{3} should be shown in the work
  4. The variable XX should be defined with its possible values and distribution type (correct answer)
Explanation: Precise mathematical communication requires fully defining random variables, including their domain and distribution. The student should specify that X is binomially distributed with n=5 trials and state the possible values X can take (0,1,2,3,4,5). Choice A changes format but doesn't improve precision, Choice B addresses assumptions but X is already defined, and Choice C shows work but doesn't improve the precision of variable definition.

Question 2

A student analyzing sequences writes: "The sequence 1,4,7,10,...1, 4, 7, 10, ... has the formula an=3n2a_n = 3n - 2." When asked to find a5a_5, they calculate a5=3(5)2=13a_5 = 3(5) - 2 = 13. What precision issue should be addressed regarding the indexing?

  1. The formula should be written as an=3n2a_n = 3n - 2 for n1n \geq 1 to specify the domain clearly
  2. The sequence should be written with subscript notation as a1=1,a2=4,a3=7,a4=10,...a_1 = 1, a_2 = 4, a_3 = 7, a_4 = 10, ... initially
  3. The calculation should show that a5a_5 represents the fifth term, confirming the position in the sequence
  4. The sequence indexing should be verified: if a1=1a_1 = 1, then the formula an=3n2a_n = 3n - 2 is correct (correct answer)
Explanation: When working with sequence formulas, the most critical step is verifying that your formula actually produces the given terms. This means checking that the indexing is consistent between the sequence and the formula. The correct approach is option D: verify the indexing by substituting values. If we assume a1=1a_1 = 1 (the first term), then using an=3n2a_n = 3n - 2: a1=3(1)2=1a_1 = 3(1) - 2 = 1 ✓, a2=3(2)2=4a_2 = 3(2) - 2 = 4 ✓, a3=3(3)2=7a_3 = 3(3) - 2 = 7 ✓. Since this matches the given sequence perfectly, both the formula and indexing are correct, making a5=13a_5 = 13 valid. Option A suggests adding a domain restriction n1n \geq 1, but this doesn't address any actual precision issue—it's just stating an obvious constraint that doesn't solve a problem. Option B recommends rewriting with subscript notation, but the original sequence presentation isn't inherently imprecise. The issue isn't notation; it's verification. Option C suggests confirming that a5a_5 is the fifth term, but this misses the point. The real concern isn't understanding what a5a_5 means—it's ensuring the formula correctly generates the sequence from the beginning. Study tip: Always test your sequence formula against the first few given terms before using it to find later terms. A formula might look right but use different indexing (like starting at n=0n = 0), which would give completely wrong results for higher terms.

Question 3

In a probability problem, a student writes: "Let P(A)=0.3P(A) = 0.3 and P(B)=0.4P(B) = 0.4. Since the events are independent, P(A and B)=P(A)×P(B)=0.12P(A \text{ and } B) = P(A) \times P(B) = 0.12." What precision issue should be addressed in this work?

  1. The multiplication should be written as P(A)P(B)P(A) \cdot P(B) instead of P(A)×P(B)P(A) \times P(B) for proper notation
  2. The intersection should be written as P(AB)=0.12P(A \cap B) = 0.12 instead of P(A and B)=0.12P(A \text{ and } B) = 0.12
  3. The events AA and BB should be defined clearly before their probabilities are stated (correct answer)
  4. The independence assumption should be verified by checking if P(AB)=P(A)=0.3P(A|B) = P(A) = 0.3 holds true
Explanation: When working with probability problems, proper mathematical communication requires defining all variables and assumptions before performing calculations. This ensures your work is complete, logical, and verifiable. The correct answer is C because the student jumps directly into stating probabilities without explaining what events A and B actually represent. In any probability problem, you must first define what each event means (e.g., "Let A = drawing a red card" and "Let B = drawing a face card") before assigning numerical probabilities. This definition step is crucial for readers to understand and verify your work. Option A is incorrect because both P(A)×P(B)P(A) \times P(B) and P(A)P(B)P(A) \cdot P(B) are acceptable multiplication notations in mathematics. The choice between them is stylistic, not a precision issue. Option B is wrong because P(A and B)P(A \text{ and } B) and P(AB)P(A \cap B) are equivalent ways to express intersection. While P(AB)P(A \cap B) is more formal set notation, both are mathematically correct and widely understood. Option D is incorrect because the student is given that the events are independent as a premise of the problem. While verifying independence using P(AB)=P(A)P(A|B) = P(A) is mathematically valid, it's not a precision issue when independence is stated as a given condition. Study tip: Always start probability problems by clearly defining what each event represents in plain English before assigning probabilities or applying formulas. This foundational step prevents confusion and makes your mathematical reasoning transparent to others.

Question 4

A research study measures the height of students in centimeters and their test scores (out of 100 points). The data analysis produces the regression equation S=0.8H+45S = 0.8H + 45 where SS represents test score and HH represents height.

A student interprets this equation by stating: "For every centimeter increase in height, test scores increase by 0.80.8 points." What precision issue should be addressed in this interpretation?

  1. The interpretation should specify that this represents predicted or average change, not guaranteed individual change (correct answer)
  2. The units should be stated more clearly as 0.80.8 points per centimeter to emphasize dimensional analysis
  3. The statement should clarify that correlation does not imply causation between height and test performance
  4. The regression equation's domain and range should be specified based on the actual data collected
Explanation: The precision issue is that regression equations predict average relationships, not individual outcomes. Saying "test scores increase by 0.8 points" implies certainty for individuals, when the regression coefficient represents the expected or predicted change. Choice B restates the same information with units emphasized. Choice C addresses correlation vs. causation but the interpretation doesn't claim causation. Choice D suggests good practice but doesn't address the main precision error in interpretation.

Question 5

A student working with exponential functions writes: "f(x)=abxf(x) = ab^x where aa is the starting value and bb is the growth rate." When b=1.05b = 1.05, they conclude the growth rate is 5%5\%. What precision issue needs to be addressed?

  1. The function should be written as f(x)=abxf(x) = a \cdot b^x to explicitly show the multiplication operation
  2. The base bb represents the growth factor, not the growth rate; the growth rate is 5%5\% (correct answer)
  3. The domain of xx should be specified as non-negative real numbers for meaningful interpretation
  4. The parameter aa should be called the initial value rather than starting value for standard terminology
Explanation: The precision error is in terminology: b = 1.05 is the growth factor (1 + growth rate), while the growth rate is 0.05 or 5%. Calling b the "growth rate" is imprecise. The student's final conclusion about 5% is correct, but their definition of b is wrong. Choice A is unnecessary notation. Choice C addresses domain but isn't the main precision issue. Choice D suggests better terminology but isn't incorrect.

Question 6

In a geometry proof, a student writes: "Let xx be the angle, yy be the side, and zz be the area." Later in the proof, they state: "Since x+y=zx + y = z, the triangle is valid." What is the primary precision error in this mathematical work?

  1. The variables should be defined with specific geometric notation like ABC\angle ABC instead of single letters
  2. The equation x+y=zx + y = z adds quantities with incompatible units (degrees + length = area) (correct answer)
  3. The student should have used Greek letters for geometric variables to follow mathematical conventions
  4. The conclusion about triangle validity requires additional conditions beyond the given equation
Explanation: The fundamental precision error is attempting to add an angle (measured in degrees), a length (measured in linear units), and set it equal to an area (measured in square units). This violates dimensional consistency. Choice A suggests better notation but isn't the primary error. Choice C is incorrect about notation conventions. Choice D addresses logical validity but misses the more basic dimensional problem.

Question 7

In complex number arithmetic, a student writes: "z1=3+4iz_1 = 3 + 4i and z2=52iz_2 = 5 - 2i, so z1z2=(3)(5)+(4i)(2i)=15+8=23z_1 \cdot z_2 = (3)(5) + (4i)(-2i) = 15 + 8 = 23." What precision error in complex number multiplication should be corrected?

  1. The imaginary unit should be written as jj instead of ii to avoid confusion with current in physics
  2. The calculation should show that i2=1i^2 = -1 explicitly when simplifying (4i)(2i)=8i2=8(4i)(-2i) = -8i^2 = 8
  3. The final answer should be written in standard form a+bia + bi as 23+0i23 + 0i to show both parts
  4. The multiplication should use the distributive property: (3+4i)(52i)=156i+20i8i2(3 + 4i)(5 - 2i) = 15 - 6i + 20i - 8i^2 (correct answer)
Explanation: When multiplying complex numbers, you must use the distributive property (also called FOIL) to ensure you capture all four terms that result from the multiplication. The student's approach missed crucial steps and terms. The correct multiplication of (3+4i)(52i)(3 + 4i)(5 - 2i) requires distributing each term in the first complex number to each term in the second: (3+4i)(52i)=3(5)+3(2i)+4i(5)+4i(2i)=156i+20i8i2(3 + 4i)(5 - 2i) = 3(5) + 3(-2i) + 4i(5) + 4i(-2i) = 15 - 6i + 20i - 8i^2. Since i2=1i^2 = -1, this becomes 156i+20i+8=23+14i15 - 6i + 20i + 8 = 23 + 14i. Answer D correctly identifies this complete process. The student's error was only multiplying the real parts together and the imaginary parts together, missing the cross terms (6i-6i and +20i+20i) that arise from proper distribution. Answer A is incorrect because using ii versus jj is just notation preference and doesn't affect mathematical accuracy. Answer B focuses on a minor presentation detail - while showing i2=1i^2 = -1 explicitly is good practice, it's not the main error here. Answer C suggests writing the final answer as 23+0i23 + 0i, but this misses that the actual answer should be 23+14i23 + 14i, not 2323. Study tip: Always use FOIL or the distributive property when multiplying complex numbers - you need all four products, not just real×real and imaginary×imaginary. Complex multiplication follows the same algebraic rules as binomial multiplication.

Question 8

A student analyzing rational functions writes: "f(x)=x24x2f(x) = \frac{x^2 - 4}{x - 2} has a vertical asymptote at x=2x = 2 because the denominator equals zero." What precision issue should be addressed in this analysis?

  1. The function should be simplified first to f(x)=x+2f(x) = x + 2 for x2x \neq 2 before analyzing asymptotes
  2. The numerator x24x^2 - 4 should be factored as (x2)(x+2)(x-2)(x+2) to reveal the complete behavior at x=2x = 2
  3. The function has a removable discontinuity (hole) at x=2x = 2, not a vertical asymptote (correct answer)
  4. The domain should be stated explicitly as all real numbers except x=2x = 2 before analyzing asymptotic behavior
Explanation: The precision error is misidentifying the behavior at x = 2. Since both numerator and denominator equal zero at x = 2, this creates a removable discontinuity (hole), not a vertical asymptote. After factoring and canceling (x-2), the function becomes f(x) = x + 2 with a hole at (2, 4). Choice A shows the result but doesn't explain the precision error. Choice B shows factoring but doesn't address the asymptote misconception. Choice D suggests domain work but misses the main error.

Question 9

In statistical analysis, a student writes: "The correlation between xx and yy is r=0.75r = 0.75, which means that 75%75\% of yy is caused by xx." What precision issue should be corrected in this mathematical reasoning?

  1. The correlation coefficient should be written as rxy=0.75r_{xy} = 0.75 to specify which variables are correlated
  2. The statement incorrectly interprets correlation as causation, which is not mathematically precise (correct answer)
  3. The percentage should be written as a decimal proportion 0.750.75 instead of 75%75\% for mathematical consistency
  4. The coefficient of determination r2=0.5625r^2 = 0.5625 should be calculated and reported alongside the correlation
Explanation: The critical precision error is confusing correlation with causation. A correlation coefficient measures linear association, not causal relationship. Saying "75% of y is caused by x" is mathematically imprecise and scientifically incorrect. Choice A suggests better notation but isn't wrong. Choice C misses that 0.75 ≠ 75%. Choice D suggests additional calculations but doesn't address the fundamental misconception.

Question 10

A student is analyzing the function f(x)=2x2+3x1f(x) = 2x^2 + 3x - 1 and writes: 'The vertex occurs at x=34x = -\frac{3}{4}, so the vertex is (34,258)(-\frac{3}{4}, -\frac{25}{8}).' While the calculations are correct, what would improve the precision of this mathematical communication?

  1. Include the method used to find the vertex, such as completing the square or using x=b2ax = -\frac{b}{2a}
  2. Specify that this is the vertex of a parabola and indicate whether it represents a maximum or minimum (correct answer)
  3. Show the substitution step that leads from the x-coordinate to the y-coordinate of the vertex
  4. Convert the fractional coordinates to decimal approximations for easier interpretation
Explanation: Precision in mathematical communication requires specifying the geometric context (parabola) and the significance of the vertex (minimum point, since a > 0). This provides complete mathematical meaning to the statement. Choice A explains process but doesn't add precision to the final statement, Choice C shows work but doesn't clarify the meaning, and Choice D actually reduces precision by using approximations instead of exact values.

Question 11

A student is solving the equation 3x+2y=123x + 2y = 12 for yy and writes the following steps:

Step 1: 3x+2y=123x + 2y = 12 Step 2: 2y=123x2y = 12 - 3x Step 3: y=63x2y = 6 - \frac{3x}{2}

The student's work is mathematically correct, but which aspect of precision in mathematical communication could be improved?

  1. The student should specify the domain and range of the resulting function
  2. The student should clearly state what variable is being solved for at the beginning (correct answer)
  3. The student should include units for all variables in each step of the solution
  4. The student should verify the solution by substituting back into the original equation
Explanation: While the algebraic work is correct, precision in mathematical communication requires clearly stating the objective at the beginning. The student should specify 'Solve for y in terms of x' before beginning the solution steps. Choice A is unnecessary for a basic algebraic manipulation, Choice C assumes units exist when none are given in the original equation, and Choice D is verification rather than precision in the solving process.

Question 12

A student is solving a system of equations and writes: x+y=5x + y = 5 2xy=42x - y = 4 'Adding these equations: 3x=93x = 9, so x=3x = 3. Substituting back: y=2y = 2. The solution is (3,2)(3, 2).'

The work is mathematically sound, but what aspect of precision is missing?

  1. The student should verify the solution by substituting into both original equations
  2. The student should explicitly state that the method being used is elimination
  3. The student should show the complete substitution step: 3+y=53 + y = 5, therefore y=2y = 2 (correct answer)
  4. The student should indicate what the ordered pair (3,2)(3, 2) represents in context
Explanation: Precision requires showing complete mathematical steps. The student jumps from 'substituting back' directly to 'y = 2' without showing the actual substitution calculation. This omission makes the work less precise and harder to follow. Choice A is verification rather than precision in the solving process, Choice B labels the method but doesn't address missing steps, and Choice D addresses context but the mathematical precision issue is the incomplete substitution step.

Question 13

In a physics experiment, the relationship between force and acceleration is being studied. A student writes: 'When F=10F = 10, then a=2a = 2.' What is the most significant issue with this mathematical notation?

  1. The equation should be written as F=maF = ma to show the complete relationship
  2. The variables FF and aa are not properly defined before being used in the statement
  3. The numerical values lack appropriate units and the relationship between variables is unclear (correct answer)
  4. The statement should include error bounds or uncertainty measurements for the values
Explanation: The most critical precision error is the absence of units (force should be in Newtons, acceleration in m/s²) and the unclear relationship between the variables. While the variables F and a are contextually understandable in physics, the lack of units makes the statement meaningless scientifically. Choice A suggests showing a different relationship, Choice B is less critical since context provides some definition, and Choice D addresses experimental precision rather than basic mathematical notation.

Question 14

In statistics, a student reports: 'The correlation coefficient is r=0.85r = 0.85, which shows a strong positive relationship.' While this interpretation is reasonable, what would improve the precision of this statistical statement?

  1. Include the sample size and specify that this measures linear correlation only
  2. Convert the correlation coefficient to a percentage to make it more interpretable
  3. State the p-value to indicate whether the correlation is statistically significant
  4. Specify the variables being correlated and clarify that correlation does not imply causation (correct answer)
Explanation: Precision in statistical communication requires identifying what variables are being correlated and acknowledging the limitation that correlation doesn't establish causation. This provides complete context for interpreting the coefficient. Choice A provides additional statistical information but variable identification is more fundamental, Choice B reduces precision by converting to percentage, and Choice C addresses significance testing rather than basic precision in describing the correlation.

Question 15

A student working with logarithms writes: "log(100)=2\log(100) = 2 because 102=10010^2 = 100." To demonstrate complete mathematical precision, what should be clarified about this statement?

  1. The base of the logarithm should be written explicitly as log10(100)=2\log_{10}(100) = 2 to avoid ambiguity (correct answer)
  2. The domain restriction that 100>0100 > 0 should be stated since logarithms are undefined for non-positive numbers
  3. The inverse relationship should be stated formally: logb(x)=y\log_b(x) = y if and only if by=xb^y = x
  4. The calculation should show intermediate steps: log(100)=log(102)=2log(10)=21=2\log(100) = \log(10^2) = 2\log(10) = 2 \cdot 1 = 2
Explanation: Mathematical precision requires specifying the base of the logarithm. While log often implies base 10 in some contexts, ln typically means natural log, and mathematical precision demands explicit notation. Writing log₁₀(100) = 2 removes all ambiguity. Choice B states a domain restriction but 100 > 0 is obvious. Choice C gives general theory but doesn't improve this specific statement. Choice D shows alternative work but doesn't address the precision issue.

Question 16

In a calculus problem, a student writes: "The rate of change of f(x)=x3f(x) = x^3 is f(x)=3x2f'(x) = 3x^2, so at x=2x = 2, the function increases by 1212." What precision error should be corrected?

  1. The derivative should be written as dfdx=3x2\frac{df}{dx} = 3x^2 to show the rate of change notation clearly
  2. The calculation should include units for both the function value and its rate of change
  3. The phrase "increases by 12" should specify that this is the instantaneous rate of change, not the actual increase (correct answer)
  4. The domain where f(x)=3x2f'(x) = 3x^2 applies should be explicitly stated as all real numbers
Explanation: When working with derivatives, you need to distinguish carefully between the instantaneous rate of change and the actual change in function value. The derivative tells you how fast something is changing at a specific moment, not how much it actually changes. The student correctly found that f(x)=3x2f'(x) = 3x^2 and calculated f(2)=12f'(2) = 12. However, saying "the function increases by 12" creates a significant misconception. The value 12 represents the instantaneous rate of change at x=2x = 2 - meaning the function is increasing at a rate of 12 units per unit of input at that exact point. It does not mean the function value jumps up by 12 units. This is why answer choice C correctly identifies the precision error. Looking at the wrong answers: A is incorrect because f(x)=3x2f'(x) = 3x^2 is perfectly valid notation - you don't need to write dfdx\frac{df}{dx} for clarity. B misses the point entirely; this isn't about units but about interpreting what the derivative value means. D is unnecessarily pedantic - while the domain could be stated, omitting it doesn't create confusion since polynomial derivatives are defined everywhere by default. Remember this key distinction: the derivative at a point tells you the slope of the tangent line (instantaneous rate of change), not the actual change in the function. To find actual change, you'd need to evaluate f(x2)f(x1)f(x_2) - f(x_1) between two points, or integrate the derivative over an interval. Always be precise about whether you're discussing rates of change versus actual changes.

Question 17

A student solving a trigonometric equation writes: "sin(θ)=0.5\sin(\theta) = 0.5, so θ=30°\theta = 30°." What precision issue should be addressed for complete mathematical accuracy?

  1. The angle should be expressed in radians as θ=π6\theta = \frac{\pi}{6} for standard mathematical notation
  2. The sine value should be written as sin(θ)=12\sin(\theta) = \frac{1}{2} instead of the decimal approximation
  3. The equation should specify the domain of θ\theta before solving for specific angle measures
  4. The solution should include all possible values: θ=30°+360°k\theta = 30° + 360°k or θ=150°+360°k\theta = 150° + 360°k (correct answer)
Explanation: When you encounter a trigonometric equation like sin(θ)=0.5\sin(\theta) = 0.5, you're dealing with a fundamental concept: trigonometric equations typically have multiple solutions, not just one. The sine function is periodic and takes the same value at multiple angles. The correct approach requires finding all angles where the sine equals 0.5. Yes, sin(30°)=0.5\sin(30°) = 0.5, but sine is also positive in the second quadrant. Since sin(150°)=0.5\sin(150°) = 0.5 as well, and the sine function repeats every 360°, the complete solution is θ=30°+360°k\theta = 30° + 360°k or θ=150°+360°k\theta = 150° + 360°k where k is any integer. This is exactly what option D provides. Option A suggests using radians instead of degrees. While radians are often preferred in advanced mathematics, the precision issue here isn't about units—it's about completeness of solutions. Option B focuses on expressing 0.5 as the fraction 12\frac{1}{2}. Though fractions can be more precise than decimals in some contexts, 0.5 is exactly equal to 12\frac{1}{2}, so this isn't the precision problem. Option C mentions specifying the domain, which is good practice but doesn't address the core issue—that the student found only one solution when infinitely many exist. Remember this key principle: when solving trigonometric equations, always consider the periodic nature of trig functions. Look for all angles in the fundamental period, then add the appropriate multiples to capture the infinite solution set.

Question 18

A student is working with the equation sin(θ)=12\sin(\theta) = \frac{1}{2} and writes: 'Therefore θ=30°\theta = 30°.' What is the primary precision issue with this conclusion?

  1. The angle should be expressed in radians rather than degrees for mathematical precision
  2. The solution is incomplete because it doesn't include all possible values of θ\theta (correct answer)
  3. The equation should be rewritten to isolate θ\theta using inverse trigonometric notation
  4. The fractional value 12\frac{1}{2} should be converted to decimal form before solving
Explanation: The equation sin(θ) = 1/2 has infinitely many solutions: θ = 30° + 360°k and θ = 150° + 360°k for integer k. Precision requires acknowledging the complete solution set. Choice A is a matter of convention, not precision, Choice C doesn't improve completeness, and Choice D reduces rather than improves precision.

Question 19

A student analyzing exponential growth writes: 'The population doubles every 3 years, so P=P02tP = P_0 \cdot 2^t.' What is the most significant precision issue with this model?

  1. The exponent should be t3\frac{t}{3} to account for the 3-year doubling period (correct answer)
  2. The base should be ee rather than 2 for continuous exponential growth
  3. The variables PP, P0P_0, and tt need to be clearly defined with appropriate units
  4. The model should include a growth rate constant rather than using base 2
Explanation: When modeling exponential growth with specific doubling periods, you need to carefully match your time units to the growth period described in the problem. The student's model P=P02tP = P_0 \cdot 2^t assumes the population doubles every single time unit (whether that's years, months, etc.). But the problem states doubling occurs every 3 years, not every 1 year. To fix this, you need P=P02t/3P = P_0 \cdot 2^{t/3}, where tt represents years. This way, when t=3t = 3, the exponent becomes 3/3=13/3 = 1, giving you P=P021=2P0P = P_0 \cdot 2^1 = 2P_0—exactly double the original population after 3 years. Answer A correctly identifies this fundamental timing mismatch. The exponent should indeed be t3\frac{t}{3} to properly account for the 3-year doubling period. Answer B is incorrect because using base 2 is perfectly appropriate for doubling problems—you don't need ee here. Answer C misses the point; while defining variables is good practice, the mathematical structure itself is fundamentally flawed regardless of how well the variables are defined. Answer D is wrong because the model already incorporates the growth pattern (doubling) correctly once you fix the time scaling issue. Study tip: Whenever you see exponential growth problems with specific time periods (doubles every X years, triples every Y months), always check that the exponent accounts for those time units. The general form is P=P0(growth factor)t/periodP = P_0 \cdot (\text{growth factor})^{t/\text{period}}.

Question 20

In a geometry problem, a student writes: 'The triangle has sides 3, 4, and 5, so the area is 6.' While this is mathematically correct, what would make this statement more precise?

  1. Include the formula used to calculate the area, such as A=12bhA = \frac{1}{2}bh
  2. Specify the units for both the side lengths and the resulting area (correct answer)
  3. Identify that this is a right triangle before calculating the area
  4. Show that the triangle inequality is satisfied for the given side lengths
Explanation: Precision in mathematical work requires including appropriate units. If the sides are measured in cm, the area should be stated as 6 cm². Without units, numerical values lack physical meaning. Choice A shows method but doesn't address the precision issue, Choice C provides context but units are more fundamental, and Choice D verifies existence but doesn't improve the precision of the final answer.