Binomial Expansion Calculator
Calculate individual terms of the binomial expansion (a + b)^n. Shows the coefficient, power of a, and power of b for a specific term.
Total
625.0000
Coeff6
Binomial Expansion
Binomial Theorem
(a + b)^n = sum of C(n,k) × a^(n-k) × b^k for k = 0 to n
Individual Term
The k-th term (0-indexed): C(n,k) × a^(n-k) × b^k
Example: (2 + 3)⁴ = 5⁴ = 625
Example Calculation
Find the k=2 term of (2+3)^4.
- 01C(4,2) = 6
- 02a^(4-2) = 2² = 4
- 03b^2 = 3² = 9
- 04Term value = 6 × 4 × 9 = 216
- 05(2+3)⁴ = 5⁴ = 625
Frequently Asked Questions
Learn More
How to Calculate Percentages - Complete Guide
Learn how to calculate percentages step by step. Covers finding a percentage of a number, percentage change, reverse percentages, and real-world applications.