Why do I keep getting (x + 2)² wrong? I thought it was just x² + 4.
A common trap! (x + 2)² means (x + 2)(x + 2), which expands to x² + 2x + 2x + 4 = x² + 4x + 4. Our tool shows this expansion step-by-step so you can see where the 4x term comes from.
