gschjetne
- 95
- 0
I'm working on an IB mathematics portfolio, and here's a problem I don't understand:
I already made a nice Pascal triangle all the way to the 10th row.
All help is appreciated.
It's not specified what a and b is supposed to represent. That's where I need some explanation.The formula for the general term is
<br /> T_n+1=C_n^r a^{n-r} b^r<br />
Verify this formula by examples. This is the formula for the (r+1)-th term.
What would the formula for the r-th term be?
I already made a nice Pascal triangle all the way to the 10th row.
All help is appreciated.