Expected Number of Age-Matching Cards in a Set of 1000

  • Thread starter Thread starter succubus
  • Start date Start date
  • Tags Tags
    Probability
succubus
Messages
33
Reaction score
0
A set of 1000 cards, numbered 1 through 1000 are distributed among 1000 people. Compute the expected number of cards that are given to people whose age matches the number on the card.


So the relevant formula is expected value, but its conditioned because of the ages. So I assumed that the age range was between 1-100.
So n* P{card reads age | age <= 100)

Is this the correct assumption?

So would the probability be 1/1000 / 100/1000 = .01
 
Physics news on Phys.org
The answer is 1.

Hints:

Consider the random variable N_i = number of people age i who get a card with their age.

We want E(N_1 + N_2 + ... + N_1000).
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top