Can someone please tell me how to find, for example, the 5th number in the 50th row of Pascal's Triangle? Do I have to draw out all 50 rows or is there a short cut? Thanks in advance.
Assuming that the first row is "Row 0 "..... the 5th number in row 50 will be given by the combinatoric C(50, 4) = 230.300
What if I cant use a calculator?