Probability function of a discrete random variable

stevecallaway
Messages
21
Reaction score
0

Homework Statement


10 face cards are face down in a row on a table. Exactly one of them is an ace. You turn the cards over one at a time, moving from left to right. Let X be the random variable for the number of cards turned before the ace is turned over. What is the probability function for X?


Homework Equations


I know the answer is p(x)=1/10 x=0,1,...,9


The Attempt at a Solution


The first card's probability of being an ace is 1/10. The second card is 1/9. The third card is 1/8. etc... I don't understand where my thinking is flawed. Starting from left to right, you are drawing without replacement. If the first card isn't an ace, you know it's one of the last nine. So from that point on, it's 1 out of 9. etc...
 
Physics news on Phys.org
stevecallaway said:

Homework Statement


10 face cards are face down in a row on a table. Exactly one of them is an ace. You turn the cards over one at a time, moving from left to right. Let X be the random variable for the number of cards turned before the ace is turned over. What is the probability function for X?


Homework Equations


I know the answer is p(x)=1/10 x=0,1,...,9


The Attempt at a Solution


The first card's probability of being an ace is 1/10. The second card is 1/9. The third card is 1/8. etc... I don't understand where my thinking is flawed. Starting from left to right, you are drawing without replacement. If the first card isn't an ace, you know it's one of the last nine. So from that point on, it's 1 out of 9. etc...

The probability that the first card turned is the ace is 1/10 as you know. For the second card turned to be the ace, you need the first to fail (probability 9/10) and the second to succeed (probability 1/9) giving P(X=1) = 9/10*1/9. Continue this line of reasoning.
 
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