Math 1 Quiz: Explaining Mathematical Methods
15 questions · exam conditions
0:00
Explaining Mathematical MethodsQuestion 1 of 15

A student correctly simplifies x24x2\frac{x^2 - 4}{x - 2} to x+2x + 2 for x2x \neq 2. Why is the restriction x2x \neq 2 necessary even though it doesn't appear in the simplified form?

Because polynomial long division requires the divisor to be non-zero throughout the entire domain to ensure the quotient remains valid.
Because the factored form (x2)(x+2)(x-2)(x+2) requires both factors to be non-zero to maintain the integrity of the multiplication principle.
Because the simplified form x+2x + 2 would give a different limit value as xx approaches 2 than the original rational expression.
Because the original expression is undefined at x=2x = 2, and algebraic simplification cannot eliminate points where the original function was undefined.
← Back to quizzes

Math 1 Quiz

Math 1 Quiz: Explaining Mathematical Methods

Practice Explaining Mathematical Methods 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 Explaining Mathematical Methods, 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

A student correctly simplifies x24x2\frac{x^2 - 4}{x - 2} to x+2x + 2 for x2x \neq 2. Why is the restriction x2x \neq 2 necessary even though it doesn't appear in the simplified form?

  1. Because polynomial long division requires the divisor to be non-zero throughout the entire domain to ensure the quotient remains valid.
  2. Because the factored form (x2)(x+2)(x-2)(x+2) requires both factors to be non-zero to maintain the integrity of the multiplication principle.
  3. Because the simplified form x+2x + 2 would give a different limit value as xx approaches 2 than the original rational expression.
  4. Because the original expression is undefined at x=2x = 2, and algebraic simplification cannot eliminate points where the original function was undefined. (correct answer)
Explanation: When working with rational expressions, understanding domain restrictions is crucial. The domain of a function consists of all input values for which the function is defined, and simplification cannot change the original domain. Let's examine why x2x \neq 2 must be included. The original expression x24x2\frac{x^2 - 4}{x - 2} has a denominator of x2x - 2. Since division by zero is undefined, this expression cannot exist when x=2x = 2. When we factor the numerator as (x2)(x+2)(x-2)(x+2), we get (x2)(x+2)x2\frac{(x-2)(x+2)}{x-2}. For all values except x=2x = 2, we can cancel the common factor (x2)(x-2) to get x+2x + 2. However, this cancellation is only valid when x20x - 2 \neq 0, meaning x2x \neq 2. The correct answer is D because algebraic manipulation cannot "repair" points where the original function was undefined. The simplified form x+2x + 2 represents the same function as the original expression, just in a cleaner form, but both must exclude x=2x = 2 from their domains. Answer A incorrectly suggests this is about polynomial division validity. Answer B misunderstands factorization—we don't need both factors to be non-zero for multiplication to work. Answer C is wrong because both expressions actually approach the same limit (4) as xx approaches 2, even though neither is defined at that point. Remember: When simplifying rational expressions, always identify domain restrictions from the original expression before simplifying. These restrictions stay with the function permanently, regardless of how simple the final form appears.

Question 2

A student correctly determines that the function f(x)=x24x+3f(x) = x^2 - 4x + 3 has its vertex at (2,1)(2, -1) by using the formula x=b2ax = -\frac{b}{2a}. Why does this formula locate the x-coordinate of the vertex for any quadratic function?

  1. Because the derivative of the quadratic function equals zero at the vertex, and b2a-\frac{b}{2a} represents the solution to f(x)=0f'(x) = 0.
  2. Because the vertex occurs at the axis of symmetry, which is equidistant from the two x-intercepts, and b2a-\frac{b}{2a} gives this midpoint through the quadratic formula. (correct answer)
  3. Because completing the square always produces the form a(xh)2+ka(x - h)^2 + k, where h=b2ah = -\frac{b}{2a} represents the horizontal shift from the parent function.
  4. Because the discriminant b24acb^2 - 4ac determines the vertex location, and b2a-\frac{b}{2a} represents half of this discriminant value divided by the leading coefficient.
Explanation: When you encounter questions about why mathematical formulas work, think about the fundamental properties of quadratic functions and their geometric features. The formula x=b2ax = -\frac{b}{2a} works because every parabola has perfect symmetry around its vertex. This means the vertex lies exactly halfway between the two x-intercepts (when they exist) or at the center of the parabola's symmetrical shape. To find this midpoint, you can use the quadratic formula to locate the x-intercepts: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2-4ac}}{2a}. The two roots are b+b24ac2a\frac{-b + \sqrt{b^2-4ac}}{2a} and bb24ac2a\frac{-b - \sqrt{b^2-4ac}}{2a}. The midpoint between these is 12(b+b24ac2a+bb24ac2a)=2b4a=b2a\frac{1}{2}\left(\frac{-b + \sqrt{b^2-4ac}}{2a} + \frac{-b - \sqrt{b^2-4ac}}{2a}\right) = \frac{-2b}{4a} = -\frac{b}{2a}. This axis of symmetry passes through the vertex regardless of whether the parabola actually crosses the x-axis. Choice A incorrectly applies calculus concepts that aren't typically used in algebra-level quadratic analysis. Choice C confuses the completing-the-square process with the underlying reason why the formula works—completing the square is a method that reveals the vertex, but symmetry is the fundamental reason. Choice D misrepresents the discriminant's role; b24acb^2-4ac determines the nature of the roots, not the vertex location directly. Remember: vertex formulas stem from symmetry properties. When you see vertex questions, think about the parabola's balanced, mirror-like structure around its central axis.

Question 3

When solving the compound inequality 3<2x+1<7-3 < 2x + 1 < 7, a student correctly splits it into 3<2x+1-3 < 2x + 1 and 2x+1<72x + 1 < 7, then solves each part. What mathematical principle justifies treating the compound inequality as two separate inequalities?

  1. The transitive property of inequalities allows us to break compound statements into individual comparisons that can be solved independently and then recombined.
  2. The compound inequality a<f(x)<ba < f(x) < b is logically equivalent to the conjunction a<f(x) AND f(x)<ba < f(x) \text{ AND } f(x) < b, requiring both conditions simultaneously. (correct answer)
  3. The distributive property extends to inequality operations, permitting the separation of compound inequalities into constituent parts for easier manipulation.
  4. The symmetric property ensures that compound inequalities maintain their solution sets when decomposed into equivalent individual inequality statements.
Explanation: When you encounter compound inequalities, you're dealing with a fundamental concept in mathematical logic: how multiple conditions work together to define solution sets. The compound inequality 3<2x+1<7-3 < 2x + 1 < 7 is mathematical shorthand that means "2x+12x + 1 is greater than 3-3 AND 2x+12x + 1 is less than 77." This is logically equivalent to writing two separate conditions: 3<2x+1-3 < 2x + 1 AND 2x+1<72x + 1 < 7. Both conditions must be true simultaneously for any value of xx to be part of the solution set. This logical equivalence justifies splitting the compound inequality into two parts, solving each separately, then finding where both solutions overlap. Let's examine why the other options miss the mark. Choice A incorrectly invokes the transitive property, which deals with chaining relationships like "if a<ba < b and b<cb < c, then a<ca < c" – not relevant here. Choice C mentions the distributive property, which applies to operations like multiplication over addition, not to inequality decomposition. Choice D references the symmetric property, which relates to equations where a=ba = b implies b=ab = a, but inequalities aren't symmetric in this way. The correct answer is B because it accurately identifies the logical foundation: compound inequalities represent conjunctions (AND statements) of simpler inequalities. Strategy tip: Remember that compound inequalities with "less than" symbols always represent AND conditions – all parts must be satisfied. When you see a<f(x)<ba < f(x) < b, immediately think "f(x)f(x) must satisfy both a<f(x)a < f(x) AND f(x)<bf(x) < b."

Question 4

A student correctly determines that 23÷45=23×54\frac{2}{3} \div \frac{4}{5} = \frac{2}{3} \times \frac{5}{4} by "flipping and multiplying." What mathematical principle explains why this invert-and-multiply algorithm produces the correct quotient?

  1. Division by a fraction is equivalent to multiplication by its multiplicative inverse, since these operations are defined to undo each other. (correct answer)
  2. The commutative property of multiplication allows us to rearrange the numerators and denominators in any convenient order or combination.
  3. The cross-multiplication rule for proportions automatically applies when we have four fractional terms in a division problem.
  4. The distributive property lets us separate the division of numerators from the division of denominators independently.
Explanation: The correct answer is A. Division by a number is equivalent to multiplication by its reciprocal (multiplicative inverse). Since (4/5) × (5/4) = 1, we have 4/5 and 5/4 as multiplicative inverses. Dividing by 4/5 means finding what number times 4/5 gives the dividend, which is the same as multiplying by 5/4. B is incorrect because this isn't about rearranging terms. C wrongly applies cross-multiplication. D misapplies the distributive property.

Question 5

A student solving x+5=x1\sqrt{x + 5} = x - 1 correctly squares both sides to get x+5=(x1)2x + 5 = (x-1)^2, then finds x=4x = 4 and x=1x = -1. When checking, only x=4x = 4 works. Why must solutions be checked when solving radical equations?

  1. Because the quadratic formula used after squaring can produce complex solutions that need to be converted back to real solutions.
  2. Because radical functions have limited domains that automatically exclude negative values, requiring verification of all algebraic solutions against domain restrictions.
  3. Because squaring both sides can introduce extraneous solutions that satisfy the squared equation but not the original equation with restricted domains. (correct answer)
  4. Because solving radical equations involves multiple algebraic steps where computational errors commonly occur, necessitating verification of arithmetic accuracy.
Explanation: When solving radical equations, you need to understand a crucial property: squaring both sides of an equation can create solutions that weren't in the original equation. This happens because squaring eliminates the sign information that radicals preserve. Let's see why checking is essential here. In the original equation x+5=x1\sqrt{x + 5} = x - 1, the left side is always non-negative (since square roots of real numbers are non-negative), so the right side must also be non-negative: x10x - 1 \geq 0, meaning x1x \geq 1. When you square both sides to get x+5=(x1)2x + 5 = (x-1)^2, this restriction disappears from the algebra, even though it still applies to the original equation. The two solutions x=4x = 4 and x=1x = -1 both satisfy the squared equation, but only x=4x = 4 satisfies x1x \geq 1. For x=1x = -1: 1+5=2\sqrt{-1 + 5} = 2 but x1=2x - 1 = -2, and 222 \neq -2. Choice C correctly identifies that squaring introduces extraneous solutions due to domain restrictions. Choice A is wrong because this isn't about complex numbers—both solutions are real. Choice B incorrectly claims radicals automatically exclude negative values; the issue is that the right side must be non-negative to equal a square root. Choice D focuses on arithmetic errors, but the real issue is conceptual about domain restrictions. Strategy tip: Always check solutions in the original radical equation, not just the squared version, because squaring can introduce false solutions that violate domain requirements.

Question 6

A student claims that when solving 3x+7=223x + 7 = 22, she can subtract 7 from both sides because "what you do to one side, you must do to the other." Which statement best explains the mathematical principle that justifies this method?

  1. The equality property states that performing identical operations on equal quantities preserves the equality relationship between them. (correct answer)
  2. The distributive property allows us to separate terms and manipulate them independently while maintaining algebraic balance.
  3. The commutative property ensures that the order of operations doesn't affect the final result of the equation.
  4. The associative property guarantees that grouping terms differently will not change the solution set of the equation.
Explanation: The correct answer is A. The student is applying the equality property (specifically the subtraction property of equality), which states that if a = b, then a - c = b - c. This preserves the equality because both sides remain equal after the same operation. B is incorrect because the distributive property involves multiplication over addition/subtraction. C is wrong because commutative property deals with order of terms, not maintaining equality. D is incorrect because associative property concerns grouping of operations, not equality preservation.

Question 7

When solving the system $$ \begin{cases} 2x + 3y = 7 \ 4x + 6y = 14 \end{cases}

  1. The equations represent the same line in different forms, so every point on this line satisfies both equations simultaneously. (correct answer)
  2. The elimination process creates a true statement like 0 = 0, which means the variables can take any values whatsoever.
  3. The system becomes overdetermined with redundant information, forcing the solution set to expand to include all possible coordinate pairs.
  4. The coefficients form proportional ratios, which always indicates that linear systems will have multiple solutions rather than unique solutions.
Explanation: The correct answer is A. When one equation is a scalar multiple of another (here, equation 2 = 2 × equation 1), they represent the same line. Since the equations are equivalent, any point satisfying one automatically satisfies the other, giving infinitely many solutions. B is partially correct about getting 0 = 0, but wrong about variables taking 'any values' - they must still satisfy the original equation. C incorrectly suggests overdetermination leads to expansion. D is wrong because proportional coefficients could indicate no solution if the constants weren't also proportional.

Question 8

A student uses the substitution method to solve a system by letting u=x+2u = x + 2 and v=y1v = y - 1, transforming the system into simpler variables. Why does this substitution technique preserve the solution set of the original system?

  1. Because the algebraic operations of addition and subtraction are commutative, allowing variables to be redefined without affecting solution validity.
  2. Because linear substitutions automatically preserve the geometric properties of intersection points when graphing the system of equations on coordinate planes.
  3. Because the substitutions create a one-to-one correspondence between (x,y)(x,y) and (u,v)(u,v) pairs, maintaining all solution relationships through invertible transformations. (correct answer)
  4. Because substitution methods are designed to eliminate variables systematically while maintaining the equivalence principle through proportional scaling of coefficients.
Explanation: When you encounter substitution problems in systems of equations, focus on understanding what mathematical properties must be preserved to maintain equivalent solutions. The key insight is that substitutions like u=x+2u = x + 2 and v=y1v = y - 1 create what mathematicians call a bijection—a perfect one-to-one correspondence between coordinate pairs. For every (x,y)(x,y) solution in the original system, there's exactly one corresponding (u,v)(u,v) solution in the transformed system, and vice versa. Since these transformations are invertible (you can solve for x=u2x = u - 2 and y=v+1y = v + 1), no solutions are lost or gained in the process. This preservation of the solution set is what makes the substitution valid. Choice A incorrectly focuses on commutativity, which relates to the order of operations, not variable substitution validity. Choice B mentions geometric properties and intersection points, but the preservation isn't specifically about geometry—it's about the algebraic relationship between variable sets. Choice D describes elimination methods and talks about "proportional scaling," which isn't what's happening here; we're making linear transformations, not scaling coefficients proportionally. The correct answer is C because it identifies the crucial mathematical principle: bijective (one-to-one) correspondence through invertible transformations. Study tip: When evaluating substitution validity, always check if you can reverse the substitution to get back your original variables. If the transformation is invertible, the solution sets will be equivalent.

Question 9

When multiplying (3x+2)(x4)(3x + 2)(x - 4), a student gets 3x210x83x^2 - 10x - 8 using FOIL. Which aspect of the distributive property specifically explains why the FOIL method produces the correct expansion?

  1. The commutative property allows the terms to be rearranged in any order, while FOIL provides a systematic sequence for avoiding errors.
  2. Each term in the first binomial must be distributed to each term in the second binomial, ensuring all possible products are included exactly once. (correct answer)
  3. The associative property permits grouping of like terms after multiplication, allowing FOIL to separate the process into manageable computational steps.
  4. The closure property guarantees that multiplying polynomials always yields another polynomial, making FOIL a valid algorithmic approach for binomial products.
Explanation: When you encounter questions about why mathematical methods work, focus on the fundamental properties that make the procedures valid rather than just the computational steps. The FOIL method works because of a core requirement of the distributive property: when multiplying two binomials, every term in the first binomial must multiply with every term in the second binomial exactly once. In (3x+2)(x4)(3x + 2)(x - 4), this means 3x3x must distribute to both xx and 4-4, and 22 must also distribute to both xx and 4-4. FOIL systematically ensures this happens: First (3xx3x \cdot x), Outer (3x(4)3x \cdot (-4)), Inner (2x2 \cdot x), Last (2(4)2 \cdot (-4)). This gives us 3x212x+2x8=3x210x83x^2 - 12x + 2x - 8 = 3x^2 - 10x - 8, capturing all four required products. Choice A incorrectly focuses on the commutative property and term rearrangement, but FOIL's effectiveness isn't about reordering—it's about complete distribution. Choice C mentions the associative property and grouping like terms, but this describes what happens after multiplication, not why FOIL works during multiplication. Choice D discusses the closure property, which guarantees polynomial multiplication yields polynomials, but this doesn't explain FOIL's specific mechanism. Remember: FOIL is just one way to organize the distributive property systematically. The key insight is that every term must multiply with every other term exactly once—that's what makes any binomial multiplication method mathematically sound.

Question 10

A student claims that x2=x\sqrt{x^2} = x is always true. Under what conditions is this statement incorrect, and why?

  1. When x<0x < 0, because x2=x\sqrt{x^2} = |x|, and the absolute value of a negative number is positive, not the original negative value. (correct answer)
  2. When xx is irrational, because the square root operation cannot be precisely defined for non-terminating decimal expressions.
  3. When x>1x > 1, because squaring and then taking the square root introduces rounding errors that accumulate in computational systems.
  4. When xx is even, because the square root function has different properties for even versus odd numerical inputs.
Explanation: The correct answer is A. The square root symbol √ denotes the principal (non-negative) square root. When x < 0, x² is positive, so √(x²) gives the positive square root of that positive number, which equals |x|, not x. For example, if x = -3, then √((-3)²) = √9 = 3 = |-3| ≠ -3. B is wrong because irrationality doesn't affect the validity of √(x²) = |x|. C incorrectly suggests computational errors. D makes a meaningless distinction about even/odd inputs to square root.

Question 11

When using the quadratic formula to solve ax2+bx+c=0ax^2 + bx + c = 0, why must we specify that a0a \neq 0 as a prerequisite condition?

  1. Because if a=0a = 0, the vertex form of the quadratic cannot be properly determined using standard algebraic transformation techniques.
  2. Because if a=0a = 0, the discriminant b24acb^2 - 4ac automatically becomes negative, leading to complex rather than real solutions.
  3. Because if a=0a = 0, the parabola becomes a horizontal line, which cannot intersect the x-axis at exactly two distinct points.
  4. Because if a=0a = 0, the equation becomes linear rather than quadratic, and the quadratic formula derivation assumes division by aa. (correct answer)
Explanation: When you encounter questions about the quadratic formula, you need to understand both what the formula does and the conditions required for it to work properly. The quadratic formula x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2-4ac}}{2a} is derived by completing the square on the general quadratic equation ax2+bx+c=0ax^2 + bx + c = 0. During this derivation, we must divide both sides by aa at a crucial step. If a=0a = 0, this division would be undefined, making the derivation invalid. More fundamentally, when a=0a = 0, the equation becomes 0x2+bx+c=00x^2 + bx + c = 0, which simplifies to bx+c=0bx + c = 0 — a linear equation, not a quadratic one. Linear equations require different solution methods and have at most one solution, not the two solutions the quadratic formula is designed to find. Looking at the incorrect options: Choice A is wrong because vertex form issues aren't the fundamental problem — the real issue is that there's no quadratic to begin with. Choice B incorrectly claims the discriminant becomes negative when a=0a = 0, but the discriminant b24acb^2 - 4ac would actually become b2b^2, which is non-negative. Choice C mentions parabolas and horizontal lines, but misses the key point that we don't have a parabola at all when a=0a = 0. The correct answer is D because it identifies the core mathematical issue: the equation fundamentally changes type when a=0a = 0, and the quadratic formula derivation breaks down. Remember: always check the conditions required for any formula before applying it. Mathematical tools are designed for specific types of problems.

Question 12

When graphing the inequality y<2x+3y < 2x + 3, a student correctly uses a dashed line and shades below it. Why is the boundary line dashed rather than solid for this particular inequality?

  1. Because the shaded region extends infinitely downward, and dashed lines conventionally represent unbounded regions in coordinate plane graphing.
  2. Because linear inequalities with positive slopes always require dashed boundary lines to indicate the direction of the feasible region correctly.
  3. Because the inequality symbol is strict (<<), meaning points on the boundary line y=2x+3y = 2x + 3 do not satisfy the original inequality. (correct answer)
  4. Because the inequality involves two variables, and dashed lines distinguish multi-variable constraints from single-variable boundary conditions on graphs.
Explanation: When graphing linear inequalities, the key decision is whether to use a solid or dashed boundary line, and this choice depends entirely on the inequality symbol used. The boundary line represents the equation y=2x+3y = 2x + 3, but your original inequality is y<2x+3y < 2x + 3. The strict inequality symbol << means "less than" but specifically excludes "equal to." Points that lie exactly on the line y=2x+3y = 2x + 3 make the left and right sides equal, so they don't satisfy y<2x+3y < 2x + 3. Since these boundary points aren't part of the solution set, you use a dashed line to show they're excluded. If the inequality were y2x+3y \leq 2x + 3, you'd use a solid line because points on the boundary would satisfy the "equal to" part. Looking at the incorrect choices: Choice A incorrectly connects line style to whether regions are bounded—dashed versus solid has nothing to do with infinite regions. Choice B makes a false claim about positive slopes requiring dashed lines; the slope direction never determines line style. Choice D wrongly suggests that having two variables affects the line style; single-variable and multi-variable inequalities follow the same boundary line rules. Remember this pattern: strict inequalities (<< or >>) always get dashed boundary lines, while non-strict inequalities (\leq or \geq) get solid lines. The symbol tells you whether boundary points are included in your solution set.

Question 13

To complete the square for x2+8x+7x^2 + 8x + 7, a student adds and subtracts 16 to get (x+4)29(x+4)^2 - 9. Why is the number 16 specifically chosen in this completion process?

  1. Because 16 is half of the coefficient of the linear term, squared: (82)2=42=16(\frac{8}{2})^2 = 4^2 = 16, creating a perfect square trinomial. (correct answer)
  2. Because 16 is the difference between the constant term and the next perfect square: 257=1825 - 7 = 18, approximated to 16.
  3. Because 16 represents the discriminant value b24acb^2 - 4ac calculated from the original quadratic expression's coefficients.
  4. Because 16 is twice the product of the coefficient and constant term: 2×8×1=162 \times 8 \times 1 = 16, following the standard algorithm.
Explanation: The correct answer is A. To complete the square for x² + bx, we add and subtract (b/2)² to create a perfect square trinomial. Here, b = 8, so we need (8/2)² = 4² = 16. This transforms x² + 8x into (x + 4)² - 16, then adding the original constant gives (x + 4)² - 16 + 7 = (x + 4)² - 9. B incorrectly tries to relate to perfect squares. C confuses this with the discriminant formula. D invents a non-existent rule about coefficient-constant products.

Question 14

When solving 2x6=10|2x - 6| = 10, a student correctly writes two separate equations: 2x6=102x - 6 = 10 and 2x6=102x - 6 = -10. What mathematical principle justifies creating these two equations?

  1. The symmetric property of equality ensures that if one solution exists, there must be an equal and opposite solution as well.
  2. The quadratic nature of absolute value functions requires solving for both the positive and negative branches of the parabolic graph.
  3. The distributive property allows us to consider both possible sign combinations when absolute value bars contain algebraic expressions.
  4. The definition of absolute value: A=B|A| = B means A=BA = B or A=BA = -B, since absolute value measures distance from zero. (correct answer)
Explanation: When you encounter absolute value equations, you're working with expressions that represent distance from zero on the number line. The key insight is understanding what it means when an absolute value expression equals a positive number. The definition of absolute value tells us that A=B|A| = B (where B>0B > 0) means the expression inside the absolute value bars can equal either BB or B-B. This is because both BB and B-B are exactly BB units away from zero. For 2x6=10|2x - 6| = 10, the expression 2x62x - 6 could equal 1010 or 10-10, since both values have an absolute value of 1010. This directly leads to the two equations: 2x6=102x - 6 = 10 and 2x6=102x - 6 = -10. Choice A incorrectly suggests this is about symmetry requiring equal and opposite solutions - but the solutions themselves aren't necessarily opposites. Choice B mischaracterizes absolute value functions as quadratic and parabolic, when they actually create V-shaped graphs with two linear pieces. Choice C mentions the distributive property, which deals with multiplication over addition/subtraction and isn't relevant to absolute value equations. Choice D correctly identifies that this comes from the fundamental definition of absolute value as distance from zero. Remember this pattern: whenever you see expression=positive number|expression| = positive\ number, immediately set up two equations where the expression equals both the positive and negative versions of that number. This is your standard approach for solving any absolute value equation.

Question 15

When factoring x29x^2 - 9, a student writes x29=(x3)(x+3)x^2 - 9 = (x-3)(x+3). Why does this factorization method work specifically for expressions of the form a2b2a^2 - b^2?

  1. Because the middle terms cancel when expanding (ab)(a+b)(a-b)(a+b), leaving only the perfect square terms with opposite signs. (correct answer)
  2. Because the FOIL method produces four terms that combine through the commutative property to form the original expression.
  3. Because difference of squares represents the area between two concentric squares, which naturally splits into rectangular regions.
  4. Because the quadratic formula always yields two real roots when the discriminant equals the difference of perfect squares.
Explanation: The correct answer is A. When expanding (a-b)(a+b) using FOIL: a² + ab - ab - b² = a² - b², the middle terms (+ab and -ab) are additive inverses that sum to zero, leaving only a² - b². B is incorrect because it doesn't explain why the middle terms disappear. C gives a geometric interpretation but doesn't explain the algebraic mechanism. D confuses factoring with the quadratic formula and discriminant.