Is there a way to expand three binomials in one go; i.e. without first expanding two of them, then multiplying by the last one.
so expanding:
(x+2)(x+3)(x+1)
without first having to expand to this:
(x²+5x+6)(x+1)
My aim is to find a method that works for easily multiplying many binomials, e.g. expanding:
(x+2)(x+3)(x+1)(x-9)(x-7)