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

User Rossanna
by
5.9k 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
5.0k points