Respuesta :

Answers:

Row one:  1 and 1

Row two: 1, 2, and 1

Row three: 1, 3, 3, and 1

Row four: 1, 4, 6, 4, and 1

=========================================

Explanation:

Each value can be found in Pascal's triangle. You can also use the nCr combination formula to get each value. The nCr formula is

[tex]_n C _r = \frac{n!}{r!(n-r)!}[/tex]

The value of n represents the row number. The r value is the column number, so to speak, for each row.