Strange thing in pascal's triangle!

Have you seen the strange thing about the pascal’s triangle? Have you noticed that in the n th row the number is 11^n
What is the reason?
Note: 11^5 or more doesn’t work in decimal number. Increase the number base and it will work for bigger values.

1 Like

You are using binomial theorem, (10+1)^n
Pascal’s triangle has same kind of binomial coefficients playing around.