Pascal's triangle is an strategy in math that stands for a triangular array we use to solve problems of binomial coefficients. This strategy is called after the mathematician Blase Pascal. It consists in number patters. So in this problem we need to solve this following Pascal’s triangle strategy:
The strategy consists in building a triangle. So 1 is the first and last numbers in each row of Pascal’s Triangle. Next, every other number in each row is formed when you add the two numbers directly above the number, as shown in Figure below. So:
<h2>1. Binomial Expansion</h2>
A binomial is a polynomial having two terms. So binomial expansion is a method that stands for a formula that gives us a quick method of raising a binomial to a power. So, for n=3, the binomial expansion can be written as: