Problem 1267. Calculate the probability that at least two people in a group share the same birthday.

Calculate the probability that at least two people in a group share the same birthday. Given an integer input n, return to 0.015 (1.5%) precision the probability of this being the case. Assume that every day is equally probable as a birthday and ignore the leap year.

Example:

Input: 1
Output: 0.00
Input: 366
Output: 1.00

Solution Stats

46.76% Correct | 53.24% Incorrect
Last Solution submitted on Dec 22, 2025

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers103

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!