suzi
- 3
- 0
How do you find the 3rd term of the expansion of (2x-y)^5
The third term of the expansion of (2x - y)^5 can be calculated using the Binomial Theorem. Specifically, the term is derived from the formula (x + a)^n = ∑{n choose k} x^k a^(n-k). By substituting x with 2x, a with -y, and n with 5, the third term (when k=2) is calculated as {5 choose 2} (2x)^2 (-y)^(5-2), resulting in -40x^2y^3. The binomial coefficient {5 choose 2} can be computed directly or by constructing Pascal's Triangle.
PREREQUISITESStudents studying algebra, educators teaching binomial expansions, and anyone interested in combinatorial mathematics.
1
1 1
1 2 1
1 3 3 1