Answer:
Pascal’s triangle represents the values of combinations according to its rows.
Explanation:
In Pascal's triangle represents the coefficients of binomial.
It's top element is 1. This row is known as row 0.
All elements on the left and right sides are 1.
Each number is the numbers directly above it added together.
Formula of combination:
![^nC_r=(n!)/(r!(n-r)!)](https://img.qammunity.org/2021/formulas/mathematics/high-school/5qtqysjqwlhytjk71cxlrj50wywgsa7jjp.png)
Using the above formula, the relation between Pascal's triangle and combinations is shown below:
Row 0:
Row 1:
Row 2:
Row 3:
Row 4:
Row 5:
.
Therefore, the Pascal’s triangle represents the values of combinations according to its rows.