You are playing a solitaire game in which you are dealt three cards without replacement from a simplified deck of $10$ cards (marked $1$ through $10$). You win if one of your cards is a $10$ or if all of your cards are odd. How many winning hands are there if different orders are different hands?
$P(\text{1 card is a 10}) = 9 \times 8$ because if one of them is a 10, there are 9 options for position 2, and 8 for position 3. Multiply this by 3 because the order changing counts as another hand. (specified). $P(\text{All Odd}) = 5 \times 4 \times 3$ because there are $5$ and then there are $4$ and so on, multiplied by $3$ for the same reason.
How many winning hands...$396$, adding those two together.
The next question is chance of winning. The total amount of possibilities would be $10!$ wouldn't it? So $396/10!$ ? It's been a while since I took combinatorics and this is a preliminary review/diagnostic for a CS course, and I feel like with a little review I know more than might be apparent without it.