What is the probability that 2 cards selected from a standard deck of 52 cards without replacement are both face cards?

37.

P(if the series lasts 7 games, Atlanta will win).

We seek P(Atlanta wins | series last 7 games). This is a conditional probability statement and we apply the conditional formula here.

P(Atlanta wins | series last 7 games) = P(Atlanta wins AND series last 7 games)/P(series lasts 7 games)

There are 40 different win-lose sequences that lead to a 7-game series. In 20 of these sequences, Atlanta wins 4 games to 3 and in the other 20, the Yankees win 4 games to 3.

Each of the 20 ways that Atlanta wins the series in 7 games has the same probability: (0.4)^4(0.6)^3 = 0.0055296. So P(Atlanta wins AND series last 7 games) = 20*(0.4)^4(0.6)^3 = 20*0.0055296 = 0.110592.

Each of the 20 ways that the Yankees win the series in 7 games has the same probability: (0.6)^4(0.4)^3 = 0.0082944. So P(Yankees win AND series last 7 games) = 20*(0.6)^4(0.4)^3 = 20*0.0082944 = 0.165888.

Because the event "Yankees win in 7" and the event "Braves win in 7" are mutually exclusive, we add the two results to determine P(series last 7 games). This is 0.165888 + 0.110592 = 0.27648 = P(series last 7 games). This says, by the way, that under these conditions and assumptions, about 25% of the time the series will last 7 games.

We can now compute the desired conditional probability:

P(Atlanta wins | series last 7 games) = P(Atlanta wins AND series last 7 games)/P(series lasts 7 games) = (0.110592)/(0.165888 + 0.110592) = 0.4. Does this seem like a surprising result? Given that we get to game 7, we can think of the series boiling down to one game, and the probability that atlanta wins that one game is just P(B) = 0.4.

Another way to think about (0.110592)/(0.165888 + 0.110592) is top think of it as a weighted outcome: P(result A and condition #1) compared to the sum of the probabilities of all possible results under condition #1. Here, there were just two results possible under the condition that we get to game 7: Either the Braves win or the Yankees win.

Other situations may extend that. Suppose under a certain condition, 10 different things - - all mutually exclusive - - could happen. Then the probability that the first of those different things does happen under the given condition is just the probability that that first thing happens and the condition happens compared to the sum of the 10 probabilities for the 10 different things that could happen with the condition in place.

Two cards are drawn from a deck of cards. What is the probability that they are both face cards and at least one is red? Assume that there are $52$ cards and without replacement.

I have two different methods, and they got different solutions. The second method below is the same as the teacher's answer: $0.0385$, but the first is not. What is wrong with my first solution?

Method 1: $\frac{12\cdot11}{52\cdot51}\cdot\frac{3}{4}=0.0373$. I got this because I calculated the probability that I get two face cards, and then I multiplied by $\frac {3}{4}$ because there is $\frac {3}{4}$ chance that I get at least $1$ red.

Method 2: $\frac{\binom{12}{2}}{\binom{52}{2}}-\frac{\binom{6}{2}}{\binom{52}{2}}=0.0385$. The first fraction is the probability that both are face cards. The second fraction is the probability that they are both face cards and both black.