Quick Answer: A fair coin is one in which both outcomes — heads and tails — have exactly equal probability: P(Heads) = P(Tails) = 0.5. In mathematics, the fair coin is a theoretical construct. In practice, real physical coins have measurable bias, typically 0.5–1% in favour of their starting face.
Mathematical Definition of a Fair Coin
In probability theory, a fair coin is defined as a coin whose two outcomes (heads and tails) are mutually exclusive, exhaustive, and equally probable. Formally: P(H) = P(T) = 1/2 = 0.5. It is also assumed that each flip is independent — the outcome of one flip has no effect on subsequent flips.
Is a Real Physical Coin Fair?
Not perfectly. Multiple studies have found systematic bias in physical coins:
- Starting-face bias: Stanford research shows coins land showing their starting face ~50.8% of the time when flipped by hand
- Weight asymmetry: Relief designs on face vs tail sides create slight weight distribution differences
- Edge design: Milled edge designs interact with surfaces differently
- Coin condition: Worn coins may have measurably different bias than new ones
Testing Whether a Coin Is Fair
Statisticians can test whether a coin is fair using a Chi-squared test or a Z-test for proportion after collecting a large sample of flip results. A sample of at least 1,000 flips is needed to detect a 2% bias with statistical certainty. For the ~0.8% starting-face bias, tens of thousands of flips are needed to reliably detect it.
The Perfectly Fair Digital Coin
A digital coin flip using CSPRNG (Cryptographically Secure Pseudo-Random Number Generator) produces a result with P(H) = P(T) = exactly 0.5. There is no starting face, no weight distribution, no catching technique. It is the closest practical implementation of the mathematical ideal of a fair coin.