Multiply along a sequence
The probability that several events all happen is the product of their probabilities, taking each in turn.
With replacement (independent)
If the item is returned, the second probability is unchanged.
Without replacement (conditional)
If the item is NOT returned, both the favourable count and the total drop for the next draw.
"At least one" uses the complement
Computing "none" is usually a single short product.