Factoring completely — because correct and finished are not the same thing.
Every one expands back to 2x² − 8. The first leaves x² − 4 factorable; the second leaves a 2 inside 2x − 4. Nothing here is wrong — two of them are unfinished.
| Type | Pattern | Example |
|---|---|---|
| Common monomial factor | ab + ac = a(b + c) | 6x² + 15x = 3x(2x + 5) |
| Difference of two squares | a² − b² = (a − b)(a + b) | x² − 64 = (x − 8)(x + 8) |
| Quadratic trinomial | product and sum | x² + 9x + 14 = (x + 2)(x + 7) |
| Perfect square trinomial | a² + 2ab + b² = (a + b)² | x² − 12x + 36 = (x − 6)² |
A perfect square trinomial is not a fourth method — it is a trinomial whose two factors happen to be the same. Spotting it saves time; missing it costs none.
The amber middle column is correct. It is also where most answers stop.
A sum of two squares never factors. Nor does every trinomial: for x² + 2x + 3
you would need two numbers multiplying to 3 and adding to 2, and there are none.
“It stops here” is a complete answer.