Skip to main content

Section 3.6 Exercises

Complete the online homework "Counting".
A standard deck of playing cards consists of 52 cards broken up into four "suits" known as Hearts, Spades, Diamonds, and Clubs. Each suit is broken up additionally into unique cards with "face values" from {2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen, King, Ace} and generally in that order from low to high.
1. Pick two cards without replacement one after the other from this deck and determine the following number of possible outcomes:
  • The number of ways to get an Ace for both cards.
  • The number of ways to get an Ace for only one of the two cards.
  • The number of ways to get an Ace on the first draw and a Spade on the second draw.
2. Pick five cards without replacement one after the other from a newly shuffled full deck and determine the following number of possible outcomes:
  • All cards have different faces
  • "A pair". That is, two cards have the same face but the others are from three other faces.
  • "Three of a kind". That is, three cards have the same face but the others are from two other faces.
  • "Two Pair". That is, two cards come from one face, two other cards come from a common face that is not the same as the first two cards, and the last card comes from some other face.
  • "Full House". That is, three cards have the same face and the other two come from a common face that is not the same as the first three cards.
  • "Four of a Kind". That is, four cards have the same face and the other card comes from some other face.
  • "Flush". That is, the five cards for a sequence in order of adjacent faces in the original list and from the same suit.
  • "Royal Flush". That is, a flush but only with the cards {Ace, King, Queen, Jack, 10}.
Completely determine the number of possible passphrases for the National Treasure example started above. Present your answer in a report form.