1. A tutor presents two methods for factoring $9x^2 - 64$. Method 1 uses the difference of squares directly. Method 2 rewrites the expression as $9x^2 + 0x - 64$ and uses the AC method. Which evaluation is most accurate?
- A.Only Method 1 is valid; the AC method cannot be used on binomials
- B.Only Method 2 is valid; the difference of squares formula is only for monic polynomials
- C.Both methods are valid and yield the same result, but Method 1 is more efficient for this structure
- D.Both methods are valid but yield different factored forms
View Answer
Answer: Both methods are valid and yield the same result, but Method 1 is more efficient for this structure
Method 1: Difference of squares: $9x^2 - 64 = (3x)^2 - 8^2 = (3x + 8)(3x - 8)$. Direct and efficient. Method 2: AC method: Treating it as $9x^2 + 0x - 64$: $AC = 9 \times (-64) = -576$. We need two numbers that multiply to $-576$ and add to $0$: those are $24$ and $-24$. Splitting: $9x^2 + 24x - 24x - 64 = 3x(3x + 8) - 8(3x + 8) = (3x + 8)(3x - 8)$. Same result. Why distractors fail: Option A: The AC method can be applied to any quadratic, including binomials by using $b = 0$. Option B: The difference of squares formula works regardless of the leading coefficient. Option D: Both methods must produce the same unique factorization.