(New page: == Question == Suppose n people throw their car keys in a hat and then each picks one key at random. SO what is the expected value of X , the number of people who gets back their own key...)
 
Line 14: Line 14:
 
Here there are N people.
 
Here there are N people.
 
   
 
   
So P(Xi=1)= <math>1/n</math>  
+
So P(Xi=1)= <math>/frac{1}{n}/!</math>  
  
 
and so that P(Xi=0)= 1-(1/n)
 
and so that P(Xi=0)= 1-(1/n)
  
so  E[Xi]=<math>1*1/n + 0*(1-(1/n))</math>
+
so  E[Xi]=<math>1*\frac{1}{n}\ + 0*(1-\frac{1}{n}\!)</math>
           =<math>1/n</math>
+
           =<math>\frac{1}{n}\!</math>
  
 
Now we have X= X1+X2+X3+.....+Xn
 
Now we have X= X1+X2+X3+.....+Xn
  
 
So E[X]=E[X1]+E[X2]+E[X3]+.......+E[Xn]
 
So E[X]=E[X1]+E[X2]+E[X3]+.......+E[Xn]
       =<math>n*(1/n)</math>
+
       =<math>n*\frac{1}{n}\!</math>
 
       =1
 
       =1

Revision as of 18:33, 6 October 2008

Question

Suppose n people throw their car keys in a hat and then each picks one key at random. SO what is the expected value of X , the number of people who gets back their own key.


SOLUTION

Lets denote for i th person, a random variable Xi.

If that person goes with his own key then Xi=1 and Xi=0 otherwise.

Here there are N people.

So P(Xi=1)= $ /frac{1}{n}/! $

and so that P(Xi=0)= 1-(1/n)

so E[Xi]=$ 1*\frac{1}{n}\ + 0*(1-\frac{1}{n}\!) $

         =$ \frac{1}{n}\! $

Now we have X= X1+X2+X3+.....+Xn

So E[X]=E[X1]+E[X2]+E[X3]+.......+E[Xn]

      =$ n*\frac{1}{n}\! $
      =1

Alumni Liaison

Abstract algebra continues the conceptual developments of linear algebra, on an even grander scale.

Dr. Paul Garrett