Embed presentation
Download to read offline





Pascal's Triangle is an array of numbers arranged in triangular form where each number is derived from adding the two numbers directly above it. To generate the triangle, a chart is made where the terms are found by taking the binomial coefficients of n over r, and properties include that each row has one more term than the previous row and the first and last terms of each row are always 1.




