Pascal’s Triangle
Figure 1 Consider the triangle in Figure 1, called Pascal’s triangle. It consists of numbers where each entry is the sum of the two entries above it. Do you recognize the numbers in each row? This a quick way to generate the coefficients of (x+y)n from algebra! And, better yet, you can use them […]