AIMA Artificial Intelligence a modern approch

AIMA-exercises is an open-source community of students, instructors and developers. Anyone can add an exercise, suggest answers to existing questions, or simply help us improve the platform. We accept contributions on this github repository.

Exercise 13.7

Consider the set of all possible five-card poker hands dealt fairly from a standard deck of fifty-two cards.

  1. How many atomic events are there in the joint probability distribution (i.e., how many five-card hands are there)?

  2. What is the probability of each atomic event?

  3. What is the probability of being dealt a royal straight flush? Four of a kind?

View Answer