Pascal's Triangle Calculator
Calculate specific entries from Pascal's triangle. Find C(n, k) - the binomial coefficient - for any row n and position k.
Binom
15
Row Sum64
Central20
Pascal's Triangle
Binomial Coefficient
C(n, k) = n! / (k! × (n-k)!)
This is the entry in row n, position k of Pascal's triangle (both starting from 0).
Properties
Example Calculation
Find the entry at row 6, position 2 of Pascal's triangle.
- 01C(6, 2) = 6! / (2! × 4!)
- 02= 720 / (2 × 24)
- 03= 720 / 48
- 04= 15
- 05Row 6: 1, 6, 15, 20, 15, 6, 1
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.