Skip to main content

All Questions

1 vote
1 answer
65 views

Probability problem (maybe linked to birthday paradox)

Good evening. I would like to show the following statement : Let $n>1$, and $E,F$ two subsets of $[\![ 1,n ]\!]$ randomly and independently chosen such that $|E| = |F| = \lfloor\sqrt{ n }\rfloor + ...
LexLarn's user avatar
  • 825
0 votes
0 answers
25 views

Expected number of collsions in hashing

Suppose we use a hash function h to hash n keys into m slots. Assuming simple uniform hashing, what is the expected number of collisions? (CLRS, 3rd edition, problem 11.2-1) My solution is as follows: ...
Equinoccio's user avatar
0 votes
2 answers
116 views

Birthday Paradox at least Vs Exactly

The famous paradox in probability theory, the Birthday Problem asks that:” What is the probability that, in a set of n randomly chosen people, AT LEAST two will share a birthday.” In some other books ...
Homer Jay Simpson's user avatar
1 vote
1 answer
91 views

Birthday problem with indistinguishable clones.

Suppose we have created an army of n clones which are completely identical(except they may have different birthdays). The cloning happened at different times such that all 365(disregarding the 366th ...
John Man.'s user avatar
1 vote
1 answer
160 views

What is the probability of at least one pair of people who share a birthday and whose mothers share a birthday?

Problem $71$ of Chapter 4 from Introduction to Probability by J. Blitzstein and J. Hwang. In a group of $90$ kids, what is the approximate probability of there being at least one pair of kids born on ...
heckeop's user avatar
  • 273
1 vote
1 answer
392 views

At least 2 share the same birthday but without doing actual calculations for the probability

I am reading the following problem: If $20$ people are selected at random, find the probability that at least $2$ of them have the same birthday. As a follow up, how large a group is needed to give a ...
Jim's user avatar
  • 1,609
4 votes
1 answer
127 views

Birthday problem with large $n, d$ values

In the Birthday problem, the formulas $${\displaystyle {\begin{aligned}p(n;d)&={\begin{cases}1-\displaystyle \prod _{k=1}^{n-1}\left(1-{\frac {k}{d}}\right)&n\leq d\\1&n>d\end{cases}}&...
Basj's user avatar
  • 1,561
0 votes
1 answer
55 views

Birthday Paradoxon

So I saw this interesting problem: https://en.wikipedia.org/wiki/Birthday_problem And I am not the best at probability, so my question is why I cant calculate the probability with P (2 in n same ...
user avatar
1 vote
1 answer
5k views

400 people are in a room. What is the probability of two random people having the same birthday? [duplicate]

There are 400 people in a room. I pick two people at random. What is the probability that they have the same birthday? I know that there must be two people in the room who share the same birthday ...
Coderhhz's user avatar
  • 111
0 votes
4 answers
820 views

There are 3 people in a room.What is the probability atleast 2 of them share same birthday

I want to know how to solve by NAIVE APPROACH, NOT by taking complement. That is, not by calculating the probability that no one shares a birthday and subtracting from 1 to get the answer.
Kashish Jain's user avatar
1 vote
1 answer
82 views

Birthday paradox with a twist

My questin is a variation on the birthday paradox problem: The difference being that here we want to know if two people have the same given birthday, not any same birthday. How would I solve this?
Jens Roderus's user avatar
1 vote
1 answer
3k views

What is the probability that in a group of n people chosen at random, there are at least two born in the same month of the year?

So I'm working on a probability problem: In Exercise 19 assume it is equally likely that a person is born in any given month of the year. b) What is the probability that in a group of $n$ ...
Nick Sabia's user avatar
3 votes
1 answer
306 views

Show that $p_{n} \geq 1- \exp{(-n(n-1)/730)}$

On the issue of the birthday paradox,Let $p_{n}$ be the probability that in a class of $n$ at least $2$ have a their birthdays on the same day (exclude $29$ Feb). Use the inequality $1-x \leq e^{-x}$ ...
MinaThuma's user avatar
  • 998
4 votes
4 answers
1k views

Birthday problem: using $^nC_r$.

In birthday problem say total number of people n < 365, then probability of all person having distinct birthday is given by, $$\frac{\text{total no. of ways of selecting $n$ numbers from $365$ ...
q126y's user avatar
  • 539
1 vote
1 answer
1k views

Independent Probability | Duplicate numbers

$11$ numbers between $1$ and $40$ are select. What is the probability there are some duplicated integers in those $11$? I think the answer to this question is very straightforward: $1-P(\text{they ...
user avatar

15 30 50 per page