1. When factoring a quadratic expression of the form $x^2 + bx + c$ where $a = 1$, what two conditions must a pair of numbers $m$ and $n$ satisfy?
- A.m + n = c and m × n = b
- B.m × n = c and m + n = b
- C.m × n = b and m − n = c
- D.m + n = c and m − n = b
View Answer
Answer: m × n = c and m + n = b
Recall the Product-Sum Method: To factor $x^2 + bx + c$, we look for two numbers $m$ and $n$ such that $(x + m)(x + n) = x^2 + (m+n)x + mn$. Match coefficients: Comparing $x^2 + (m+n)x + mn$ with $x^2 + bx + c$, we need $m \times n = c$ (the constant term) and $m + n = b$ (the coefficient of $x$). Why distractors fail: Option A reverses the roles of $b$ and $c$. Options C and D introduce subtraction, which is not part of the standard product-sum conditions.