PDA

View Full Version : pascal triangle


MathematicalPhysicist
Nov6-03, 03:23 AM
does pascal triangle use in this equation (a+b+c)^n i know it is used in (a+b)^n?

and how could you solve for m number of numbers to the power n?
(a+b+c+...+d)^n
||
\/
m numbers.

HallsofIvy
Nov6-03, 06:39 AM
No, Pascal's triangle give binomial coefficients.

What you need are "multinomial" coefficients.

The binomial coefficients are given by nCm= n!/(m!(n-m)!) because there are that many ways of arranging m x's and n-m y's to give the product xmyn-m.

The "trinomial" coefficient for xiyjzk would be (i+j+k)!/(i! j! k!)

If you have "m" numbers to the "n" power: (x1+ x2+...+xm)n then the "multi-nomial" coefficient for x1ixjj...xmk would be

(i+ j+ ...+ k)!/(i! j! ... k!).

MathematicalPhysicist
Nov8-03, 02:13 AM
thanks [:)]