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

  • Each entry equals the sum of the two entries above it
  • Row sums: each row sums to 2^n
  • Symmetry: C(n, k) = C(n, n-k)
  • The entries give the coefficients of (a+b)^n
  • Example Calculation

    Find the entry at row 6, position 2 of Pascal's triangle.

    1. 01C(6, 2) = 6! / (2! × 4!)
    2. 02= 720 / (2 × 24)
    3. 03= 720 / 48
    4. 04= 15
    5. 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.

    Related Calculators