Answer:
x² + y² + z² +2xy + 2xz + 2yz
Explanation:
(x + y + z)² = (x + y + z)(x + y + z)
Each term in the second factor is multiplied by each term in the first factor, that is
x(x + y + z) + y(x + y + z) + z(x + y + z) ← distribute parenthesis
= x² + xy + xz + xy + y² + yz + xz + yz + z² ← collect like terms
= x² + y² + z² + 2xy + 2xz + 2yz