Return to my Mathematics pages
Go to my home page
Note: This is the alternative The Yanghui Triangle page, for WWW browser which cannot display special symbols. In particular, I am using ^2 for "squared" in this version. Please let me know if this is working for you or not, by sending me email. Return to the primary The Yanghui Triangle page.
© Copyright 1999, Jim Loy
You may recognize the following triangle as Pascal's Triangle, named after Blaise Pascal. But Yanghui, a Chinese mathematician, discovered it 500 years before Pascal did. It may have been discovered earlier, in China. It is a triangular arrangement of integers like this:
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1
...
Each number is the sum of the two numbers diagonally above it. This triangle gives the coefficients of the expression (x+y)^n:
(x+y)^0=1
(x+y)^1=x+y
(x+y)^2=x^2+2xy+y^2
(x+y)^3=x^3+3x^2y+3xy^2+y^3
(x+y)^4=x^4+4x^3y+6x^2y^2+4xy^3+y^4
...
The triangle gives the same results as the Binomial theorem:
(x+y)^n=x^n+(n!/1!(n-1!))x^(n-1)y+(n!/2!(n-2!))x^(n-2)y^2+...
Or:
Where
=n!/r!(n-r!) is the number of combinations of n things taken r at a
time.
See The Sierpinski Gasket. Actually, it is uncertain who discovered this triangle in China, but they beat Pascal to the mathematical punch. It was later discovered in India, also before Pascal.