The square of a sum
(a + b)² = a² + 2ab + b². It is THREE terms: the square of the first, twice the product, the square of the last. Example: (x + 5)² = x² + 2·x·5 + 5² = x² + 10x + 25.
Why it works
(a+b)² = (a+b)(a+b). Distributing gives a² + ab + ba + b², and the two identical cross-terms fuse into 2ab. The middle term is the two ways the factors shake hands. Picture a square of side a+b: it splits into an a×a square, a b×b square, and TWO identical a×b rectangles.