TaskEaser
Back to home

Math

Binomial Distribution

P(X=k) for n trials

Runs locally in your browser

Parameters

Results

P(X = k)
0.178863
P(X ≤ k)
0.4164
E[X]
6

How it works

Calculate binomial probabilities P(X = k) and cumulative P(X ≤ k).

Who it's for: Statistics students and quality-control analysts modeling pass/fail trials.

Models n independent trials each with success probability p.

Shows exact probability of exactly k successes and cumulative probability up to k.

Displays expected value E[X] = n·p.

How to use

  1. Enter n (number of trials), k (successes), and p (success probability).
  2. Read P(X = k) and P(X ≤ k) along with E[X].