Problem:
In Pascal's triangle, each entry is the sum of the two entries above it. The first few rows of the triangle are shown below.
Row 0:Row 1:Row 2:Row 3:Row 4:Row 5:Row 6:β1β1β16β15β1415β1310β12620β1310β1415β15β16β1β1β
In which row of Pascal's triangle do three consecutive entries occur that are in the ratio 3:4:5?
Solution:
Row n of Pascal's triangle consists of the binomial coefficients (knβ),k=0,1,β¦,n. If three consecutive entries in row n of Pascal's triangle are in the ratio 3:4:5, then there is a positive integer k for which
43β=(knβ)(kβ1nβ)β=k!(nβk)!n!β(kβ1)!(nβk+1)!n!ββ=(kβ1)!(nβk+1)!k!(nβk)!β=nβk+1kβ
and
54β=(k+1nβ)(knβ)β=n!k!(nβk)!n!ββ=(k+1)!(nβkβ1)!(k+1)!(nβkβ1)!β=nβkk+1β
It follows that
3nβ7k=β3 and 4nβ9k=5
Solving simultaneously gives k=27 and n=62β. Thus, the consecutive entries (2662β), (2762β),(2862β) in row 62 of Pascal's triangle are in the ratio 3:4:5.
The problems on this page are the property of the MAA's American Mathematics Competitions