A game involves picking up to $4$ tiles out of a bag that contains $20$ tiles. The bag contains $4$ tiles with the number $1$ printed on them, $6$ with $2$ on them, $3$ with $3$ on them and $7$ with the number $4$ printed on them.
You pick the tiles one at at time. If the $1^{\text{st}}$ tile you choose has a $1$ on it then you win. If the $2^{\text{nd}}$ tile has a $2$ then you win and similarly for the remaining choices. After each choice, the tile you picked is returned to the bag.
What is the probability of winning this game?
So far I have: $\frac{4}{20} + \frac{6}{20} + \frac{3}{20} + \frac{7}{20}$ as the tiles are returned to the bag. Not sure if I'm on the correct track though
There are four ways to win:
These four events are mutually exclusive and exhaustive. Add their probabilities to determine the probability that you win.