I don't know what I am doing wrong. So intuitively I am calculating the probability of getting a full-house like this :
- The first card can be any card out of the $52$ cards so probability = $1$
- The second card has to be the same number as the first card so probability = $3/51$
- The third card also has to be the same number as the previous two cards so probability = $2/50$
- Now the fourth card can be any card except for the number drawn previously so probability = $48/49$
- The fifth card has to be the same number as the fourth card so probability = $3/48$ So finally I get a probability of = $0.000144$ but the answer is $0.00144$. Can anyone suggest what I am doing wrong?