Sign In
You can use m_n to denote the mth number in the nth row.
Description: See solution.
Recursive Rule: 1_1=1, 1_2=1, m_n=(m-1)_(n-1)+m_(n-1)
We want to write a recursive rule that gives the mth number in the nth row m_n in Pascal's Triangle. We will start by numbering the rows.
Let's try to write the third number in the fifth row, 3_5 or 10, using the numbers in the previous row.
\begin{aligned}
\