10.0k views
5 votes
How to solve Pascal triangle and execute its algorithm​

User Rossanna
by
8.0k points

1 Answer

1 vote

Answer:

Each cell of the pascal triangle can be calculated using the combinations formula:


{n \choose k} = (n!)/(k!(n-k)!)

See picture to see the values of n and k.

How to solve Pascal triangle and execute its algorithm​-example-1
User Jonas Bojesen
by
7.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.