Answer :
Final answer:
To expand the binomial (x - 5y)⁵ using Pascal's triangle, we use the fifth row of Pascal's triangle and apply the binomial theorem, giving us the expanded form x⁵ - 5x⁴y + 10x³y² - 10x²y³ + 5xy⁴ - y⁵.
Explanation:
To use Pascal's triangle to expand the binomial (x - 5y)⁵, we look at the row of Pascal's triangle corresponding to the exponent, which is 5.
The row for n=5 is 1, 5, 10, 10, 5, 1. We use the binomial theorem to expand the expression, with each term taking coefficients from Pascal's triangle, the variable x decreasing in power, and the variable y increasing in power, all multiplied appropriately.
- The first term is x⁵.
- The second term is – 5 times x⁴ times y (since the sign alternates).
- The third term is 10x³y² (note the square of -5y is 25y²).
- The fourth term is – 10x²y³.
- The fifth term is 5xy⁴.
- The final term is – y⁵.
Combining all the terms gives us the expanded form:
(x - 5y)⁵ = x⁵ - 5x⁴y + 10x³y² - 10x²y³ + 5xy⁴ - y⁵