Picking cards from deck

45 Views Asked by At

How many ways can I pick 2 cards from a deck where the first card is a spade and second is not a queen.

How can I solve this, and account for the queen of spades?

1

There are 1 best solutions below

0
On BEST ANSWER

Just separate it into cases. The first card can be the queen of spades-how many draws are possible? The first draw can be a non-queen spade-how many of those are there and how many second cards are available?