You have 10 men and 10 women. Each man is married to one of the women (and no woman is married to more than one man). However, you don't know who is married to who; your job is to determine this.
To do this, you make several attempts. In an attempt, you match each man with some woman such that each woman is paired with exactly one man. Then, you are told which couples you guessed correctly. If you haven't guessed all couples correctly, you make another attempt. You repeat this until you get all correct.
Because you don't know anyone, your strategy is simple. You pick the couples at random. When you get a couple correct, in all future attempts, you will pair up that couple. For the other incorrect couples, you guess them at random again; this might mean you repeat a couple you previously attempted.
On average, how many attempts does it take for you to get all couples correct?
A point is chosen randomly (by distribution of area) on the inside of a unit circle. Find the expected value of its distance from the center of the circle.
If you get your answer as , where and are coprime positive integers, submit your answer as .
Two unit vectors in two-dimensional space and are added together. The expected magnitude of the resulting vector is equal to What is
Also try Daniel Liu's Expected Distance on a Circle.
For fixed integers and , find all -tuples of non-negative integers such that
For each integer from 0 to , let be the probability that one of the is equal to . What is the value of
I am feeling sleepy but can't sleep. So I decide to roll a dice as many times as it takes until I get a 6 immediately after a 5.
Assuming each throw takes me one second and I will fall asleep as soon as I get a 6 immediately after a 5, what is the expected time (in seconds) in which I will fall asleep?
For example, if the results of the dice rolls are , then I must stop at roll 4 and fall asleep immediately, which implies that the time taken would be 4 seconds.