For a quadratic to yield a value of 0, it must have a factor equal to 0.
If x=5 and x=2 each yield a value of 0 for a certain quadratic, then one factor of the quadratic could be (x-5) and the other (x-2):
(x-5) --> x=5 makes the factor equal to 0 --> (5-5) = 0
(x-2) --> x=2 makes the factor equal to 0 --> (2-2) = 0
Resulting quadratic:
\((x-5)(x-2) = x^2-7x+10\)
Implication:
If x=k yields a value of 0 for a quadratic, then one factor of the quadractic could be (x-k) such that x-k=0.
yrozenblum
If \(x = 3 - \sqrt{2}\), which of the following has the value 0 for some integer k?
(A) \(x^2 + kx - 7\)
(B) \(x^2 - 6x + k\)
(C) \(x^2 + 6x + k\)
(D) \(x^2 - 7x + k\)
(E) \(x^2 + 7x + k\)
In accordance with the principle above, one factor of the quadratic could be \((x - (3 - \sqrt{2}))\) such that \((x - (3 - \sqrt{2}))=0\).
Thus:
\((x - (3 - \sqrt{2}))=0\)
\(x - 3 + \sqrt{2}=0\)
\(x - 3 = -\sqrt{2}\)
\((x - 3)^2 = ( -\sqrt{2})^2\)
\(x^2 - 6x + 9 = 2\)
\(x^2 - 6x + 7 = 0\)
The resulting quadratic is a match for \(x^2-6x+k\), where \(k=7\).