For (x + y)^n:
- If n is even: One middle term =
- If n is odd: Two middle terms = T_{} and T_{}
The middle term typically has the largest absolute value when x and y have comparable magnitudes, and always involves the largest binomial coefficient C(n, floor).
Example: In (1 + x)^6, middle term is = C(6,3) = 20. In (1 + x)^7, middle terms are = C(7,3) = 35 and = C(7,4)* = 35.