Originally Posted by
ebaines
4. Conditional probability: P(A and B) = P(A) x P (B|A). This is used for non-independent events, such as: in making two draws from a deck of cards, what is the probability of drawing first an Ace and then a King, in that order. Here P(A) = probability of drawing an ace, which is 4/52. P(B|A) is the probability of drawing a King given that you already drew an Ace. In other words, from the original deck of 52 cards you've already removed one ace, so the probability now of drawing a King is 4/51. Hence the probability of draiwnag an ace followed by a King is P(A and B) = P(A) x P(B|A) = 4/52 * 4/51.