Skip to main content

learn.howToCalculate

learn.whatIsHeading

The binomial distribution models the number of successes in n independent trials with fixed probability p per trial. P(X=k) = C(n,k) × pᵏ × (1−p)^(n−k). Mean = np; variance = np(1−p).

Hướng dẫn từng bước

  1. 1P(X=k) = C(n,k) × pᵏ × (1−p)^(n−k)
  2. 2C(n,k) = n! / (k! × (n−k)!) — combinations
  3. 3Applies when: fixed n, binary outcome, constant p, independent trials

Ví dụ có lời giải

đầu vào
Coin flip n=10 · P(exactly 5 heads)
Kết quả
P = C(10,5)×0.5¹⁰ = 24.6%
Most likely single outcome, but still only ~25%

Sẵn sàng để tính toán? Dùng thử Máy tính Binomial Distribution miễn phí

Hãy tự mình thử →

Cài đặt