a standard deck of cards contains 52 cards. the cards have 4 different suits: clubs, diamonds, hearts, and spades. for each suit, there are 13 cards: one for each of the values 2 through 10, jack (j), queen (q), king (k), and ace (a). in a standard deck of 52 cards, how many cards must be picked to be sure that - at least four of them are diamonds (i.e., have the suit diamonds)? - at least three of them are have the same face value? to ensure your answer gets graded correctly by canvas, each of your answers should be a single integer value (with no spaces).



Answer :

Other Questions