I've seen
Binomial Theorem Question (Expansion of Three Terms)
Binomial Theorem with Three Terms
Expanding Equation with Binomial Theorem
but I'm not such a math expert, I need things explained in simple terms.
Basically I've heard that the solve
(x + y)^
it's essentially
(x + y)(x + y)
and then multiply the first terms, (leftmost), then first term of one with last term of the other (outer) then second term of one with first term of other (inner) then the two last terms of each (right most), and add them up, so
x * x + x * y + y * x + y * y =
x^2 + 2xy + y^2
that is pretty much all I know, now if I want to solve a more complicated binomial, with three or more terms, for example
(x + y + z)(x + y + z)
would I use a similar method? Meaning do I start with the left most terms, then x * y, then, what? then do I do x * z and then move on to the next right term, y, and do y * x + y * y + y * z, and then do the same for z, meaning z * x + z * y + z * z ? Am I missing something here, or is that it?
(x + y)(x + y), did the x get on the outside of one and y on the other, like you havex(x + y) + y(x + y), its probably very simply but I'm just drawing a blank as to how that was reached, also is the final result pretty much the same as multiplying the left most term by the left most term, then the left most term by the middle term, then adding it to the left most term times the right most term, etc.? – B''H Bi'ezras -- Boruch Hashem Jul 07 '20 at 05:27(x * y)^2would be(x * y)(x * y)=(x ^ 2 * xy * xy * y^2)=(x ^2 * 2xy * y^2)? – B''H Bi'ezras -- Boruch Hashem Jul 07 '20 at 06:01