1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
What is it?
A quick way to multiply multiple two term brackets. (a+b)^n
How does pascals triangle work and how is it used within binomial expansion
It is the sum of the two terms above
The two terms on the outside must be 1
it can also be written out with permutations through the rows as e.g the third row of 1,3,3,1 can also be shown as 3C0 - 1 3C1 - 3 3C2 - 3 3C3 - 1
This means the permutations can be replaced by Pascals triangle when doing binomial expansion

How to do it?
e.g: (1-2x)³
= 1(1³)(-2x)^0
+ 3(1²)(-2x)^1
+ 3(1³)(-2x)²
+ 1(1^4)(-2x)³
(the 1,3,3,1 order is the same as pascals triangle 4th row which is why you multiply it by that in order from left to right)
What is an example of a factorial
e.g. 4!
4×3×2×1