To find the fourth term in the expansion of the binomial expression (2x + 5)5, we can use the Binomial Theorem. The Binomial Theorem states that:
- (a + b)n =
from k = 0 to n
C(n, k) an-k bk,
where C(n, k) is the binomial coefficient, calculated as C(n, k) = n! / (k!(n-k)!).
In our case, we have a = 2x, b = 5, and n = 5.
We need to find the fourth term, which corresponds to k = 3 (since the first term corresponds to k = 0). Therefore, we can plug these values into the formula:
Term(k+1) = C(n, k) an-k bk.
Substituting our values:
- C(5, 3) = 5! / (3!(5-3)!) = 10.
- an-k = (2x)5-3 = (2x)2 = 4x2.
- bk = 53 = 125.
Now, we can put it all together:
Fourth Term = C(5, 3) * (2x)2 * 53
Fourth Term = 10 * 4x2 * 125
Fourth Term = 5000 x2.
Thus, the fourth term in the expansion of (2x + 5)5 is 5000x2.