Skip to main content

learn.howToCalculate

learn.whatIsHeading

The Birthday Paradox is a famous probability result: in a group of just 23 people, there is a greater than 50% probability that two people share a birthday. This surprises most people because 23 seems small compared to 365 days. The probability grows rapidly — with 70 people it exceeds 99.9%. It is called a paradox not because it is logically contradictory, but because it strongly violates intuition.

공식

P(at least one shared birthday) = 1 − P(all different)
P
1 − ∏ᵢ₌₀ⁿ⁻¹ (365−i)/365 — 1 − ∏ᵢ₌₀ⁿ⁻¹ (365−i)/365

단계별 가이드

  1. 1P(at least one shared birthday) = 1 − P(all different)
  2. 2P(all different) = (365/365) × (364/365) × (363/365) × ... × ((365−n+1)/365)
  3. 3P(match) = 1 − ∏ᵢ₌₀ⁿ⁻¹ (365−i)/365
  4. 4Assumes uniform birthday distribution (actual distribution varies slightly)

풀어진 예시

입력
n = 23 people
결과
P(shared birthday) ≈ 50.7%
The famous threshold
입력
n = 30 people
결과
P ≈ 70.6%
입력
n = 57 people
결과
P ≈ 99.0%
입력
n = 70 people
결과
P ≈ 99.9%

자주 묻는 질문

What is Birthday Paradox?

The Birthday Paradox is a famous probability result: in a group of just 23 people, there is a greater than 50% probability that two people share a birthday. This surprises most people because 23 seems small compared to 365 days

How accurate is the Birthday Paradox calculator?

The calculator uses the standard published formula for birthday paradox. Results are accurate to the precision of the inputs you provide. For financial, medical, or legal decisions, always verify with a qualified professional.

What units does the Birthday Paradox calculator use?

This calculator works with inches, percentages. You can enter values in the units shown — the calculator handles all conversions internally.

What formula does the Birthday Paradox calculator use?

The core formula is: P(at least one shared birthday) = 1 − P(all different). Each step in the calculation is shown so you can verify the result manually.

계산할 준비가 되셨나요? 무료 Birthday Paradox 계산기를 사용해 보세요

직접 시도해 보세요 →

설정

개인정보이용약관정보© 2026 PrimeCalcPro