In a urn with coins there are: $3$ of $1$ dollars, $2$ of $0.5$ dollars and $1$ of $0.1$ dollars.
All coins are identical and can not be distinguished by touch.
Two coins are drawn without looking: a first and a second (without replacing the first).
Let $X$ be the random variable that collects the gain of the game:
- What kind of variable is $X$?
- Find the density or quantity function
- Find $\mathcal{P}(X = 1)$
I know that a discrete random variable must have a finite or infinite numerable range.
So I can count the amount of values and possible gains by adding two coins:
Let $Y$ "The value of the coin",
$\mathcal{P}(Y=0.1)=1/6$
$\mathcal{P}(Y=0.5)=1/3$
$\mathcal{P}(Y=1)=1/2$
-Assuming X is discrete-
- $(0.1+0.5)=(0.5+0.1)=0.6\Rightarrow \mathcal{P}(X=0.6)=(1/6)(1/3)+(1/3)(1/6)=1/9$
- $(0.5+0.5)=1\Rightarrow \mathcal{P}(X=1)=(1/3)(1/3)=1/9$
- $(1+0.1)=(0.1+1)=1.1\Rightarrow \mathcal{P}(X=1.1)=(1/2)(1/6)+(1/6)(1/2)=1/6$
- $(1+0.5)=(0.5+1)=1.5\Rightarrow \mathcal{P}(X=1.5)=(1/2)(1/3)+(1/3)(1/2)=1/3$
- $(1+1)=2\Rightarrow \mathcal{P}(X=2)=(1/2)(1/2)=1/4$
But, what I did is right?
Thank you very much.