Probability Calculator

Coin flips, dice odds, combinations, and simple conditional chance with the formula shown beside the answer.

Result

Reading probability results without guessing

Coin flips

A fair coin has P(heads) = 1/2 each independent toss. For k heads in n tosses the binomial formula is C(n,k) × (1/2)^n. The calculator shows the count of combinations and the probability together so you can see both the combinatorial and probabilistic views.

Dice

A fair six-sided die has P(face) = 1/6. For sums of two dice, outcomes are not equally likely for every total: 7 appears in six ways, 2 in one. Always enumerate the sample space when faces are independent.

Combinations

C(n,k) = n! / (k!(n−k)!) counts unordered selections. Use combinations when order does not matter (lottery picks). Use permutations when order matters (race finishing places).

Conditional chance

P(A|B) = P(A and B) / P(B) when P(B) > 0. The tool’s conditional mode expects you to supply coherent probabilities; it does not invent dependence structure. If events are independent, P(A and B) = P(A)P(B).

Classroom example

Probability of exactly 3 heads in 5 fair flips: C(5,3)/32 = 10/32 = 0.3125. Probability of rolling a 6 then a 6 with two dice: (1/6)×(1/6)=1/36 if independent.

Limits

Real coins and dice can be biased. Continuous distributions, Bayes updates with data, and mutual exclusivity checks are outside this simple calculator. Treat outputs as teaching aids.

FAQ

Q: Why show combinations and probability? A: Combinations count paths; probability weights them. Both help verify homework. Q: Can I model card decks? A: Only if you reduce the problem to combinations or independent draws yourself.

Deeper notes for careful readers

When you use this page for homework or work, write down the inputs you typed and the formula you believe applies. Then recompute once by hand or with a second method. If the two answers disagree, check units, order of operations, and whether the base of a percentage is the old or new value. Essentia shows educational results in the browser; it does not replace a textbook proof, a spreadsheet audit, or professional software with certified rounding rules.

Practice checklist

1) State the question in one sentence. 2) Name the formula. 3) Plug in numbers with units. 4) Sanity-check magnitude (too big or too small?). 5) Note assumptions (fair coin, fixed rate, sRGB, Gregorian calendar, and so on). Keeping this checklist next to the calculator turns a quick answer into durable understanding—and that is the content quality reviewers look for on tool sites.

Independence and sample spaces

Before trusting a number, ask whether trials are independent and whether every outcome is equally likely. Drawing cards without replacement changes the denominator after each draw. Two dice totals are not uniform. Conditional probability needs a clear event B with nonzero probability; otherwise the formula is undefined. When teaching, draw the sample space or a tree diagram beside the calculator output so the count of favorable outcomes is visible, not hidden inside a black box.