From a Spanish deck of 40 cards, 1 is taken:
- If gold or cup appears, 2 coins are thrown;
- If sword appears, 1 coin is thrown;
- If club appears, no coins are thrown.
- What is the probability that a face appears?
- What is the probability that a gold appears and no face appears?
- What is the probability that 2 faces appears?
Being,
$G$: "The card is gold", $C$: "The card is club", $S$: "The card is sword", $D$: "The card is cup" and,
$F$ :"Face appears", $N$: "Number appears":
$\mathcal{P}(G)=\mathcal{P}(C)=\mathcal{P}(S)=\mathcal{P}(D)=1/4$
$\mathcal{P}(F)=\mathcal{P}(N)=1/2$
1.
This is correct?
$\mathcal{P}([(G\cap F\cap F)\cup(G\cap F\cap N)\cup (G\cap N\cap F)]$
$\cup[(D\cap F\cap F)\cup(D\cap F\cap N)\cup(D\cap N\cap F)]\cup(S\cap F))$=
$\mathcal{P}(G)\times\mathcal{P}(F)\times\mathcal{P}(F)+ \mathcal{P}(G)\times\mathcal{P}(F)\times\mathcal{P}(N)+ \mathcal{P}(G)\times\mathcal{P}(N)\times\mathcal{P}(F)+$
$\mathcal{P}(D)\times\mathcal{P}(F)\times\mathcal{P}(F)+ \mathcal{P}(D)\times\mathcal{P}(F)\times\mathcal{P}(N)+ \mathcal{P}(D)\times\mathcal{P}(N)\times\mathcal{P}(F)+ \mathcal{P}(S)\times\mathcal{P}(F)=0.5$
Could a similar reasoning be applied for the rest of the exercise? Thank you very much.
