How do you multiply polynomials #(a + b - c)(a + b + c)#?
1 Answer
Mar 5, 2018
Explanation:
Note that:
#(A-B)(A+B) = A^2-B^2#
So putting
#(a+b-c)(a+b+c) = ((a+b)-c)((a+b)+c)#
#color(white)((a+b-c)(a+b+c)) = (a+b)^2-c^2#
#color(white)((a+b-c)(a+b+c)) = a^2+2ab+b^2-c^2#