What is the probability that both cards are aces if you replace the first card before drawing the second?


Since inductive arguments only tend to show that their conclusions are likely to be true, we turn in today's lesson to a quick overview of modern probability theory. We assume from the outset that what may be said to be probable is the occurrence of an event, the sort of thing that could be described in a statement or proposition.

If we assign a numerical value of 1.0 as the probability of an event that must happen (signified by a tautologous statement) and a numerical value of 0.0 as that of an event that cannot happen (signified by a self-contradiction), then every degree of probability that lies in between these two extremes can be expressed as a decimal or fraction between 0.0 and 1.0.

There are two theories about what these numerical representations of probability might mean. A classical theory supposes that probability of an event is the degree to which it would be rational to believe the truth of a proposition describing the event. A frequency theory, on the other hand, supposes that the probability of an event is just a report of the relative frequency with which events of a similar sort have actually occurred in the past. In most of our examples here, we'll use simple combinatorial arithmetic to assign the initial probability  P(A), of an event  A . From this, we can readily calculate the probability of the co-occurrence of separate events.

Joint Occurrences

Provided that we have already assigned initial probabilities for the occurrence of each of two events,  A and  B, then we calculate the probability that both events will happen by applying the formula for the joint occurrence of two events:

P(A • B) = P(A) × P(B, if A) That is, the probability that both events will happen is equal to the probability that the first will happen multiplied by the probability that the second will happen if the first already has. Thus, for example:
  • The probability of getting heads on one toss of a coin is .5 (or 1/2), and so is the probability of getting heads on a second toss of the same coin. Thus, the probability of getting heads on both tosses of the coin is .5 × .5, or .25 (1/4).
  • The chance of drawing one of the four aces from a standard deck of 52 cards is 4/52; but the chance of drawing a second ace is only 3/51, because after we drew the first ace, there were only three aces among the remaining 51 cards. Thus, the chance of drawing an ace on each of two draws is 4/52 × 3/51, or 1/221.
  • Suppose that a bag contains three red marbles, four blue marbles, and five white marbles. Then the probability of pulling out a white marble without looking is 5/12, the probability of pulling out a second is 4/11, and the probability of pulling out a third is 3/10. So the probability of pulling out three white marbles is 5/12 × 4/11 × 3/10, or 1/22. (The chance of getting three red marbles, on the other hand, is 3/12 × 2/11 × 1/10, or only 1/220.)

Alternative Occurrences

Again assuming that we have already assigned initial probabilities for the occurrence of the two events,  A and  B, then we calculate the probability that at least one of these events events will happen by applying the formula for alternative occurrence of two events:

P(A ∨ B) = P(A) + P(B) - P(A • B) That is, the probability that one or the other or both of two events will occur is equal to the probability that the first will occur, plus the probability that the second will occur, minus the probability that they both occur. (The final term in this formula provides a necessary correction because we have already counted the joint occurrence twice, once in each of the other terms.) Thus, for example:
  • The probability of getting heads on one toss of a coin is .5 (or 1/2), and so is the probability of getting heads on a second toss of the same coin. Thus, the probability of getting heads at least once during two tosses of the coin is .5 + .5 - (.5 × .5), or .75 (3/4).
  • The chance of drawing one of the four aces from a standard deck of 52 cards is 4/52. Thus, the chance of drawing at least one ace in two draws is 4/52 + 4/52 - (4/52 × 3/51), or 33/221.
    [We can check out the accuracy of this result by calculating the chance of getting non-aces on both draws: 48/52 × 47/51, or 188/221. Since it is certainly true that one of these outcomes will occur (and an impossibility that both will), the sum of their probabilities is equal to 1.]
  • Suppose that a bag contains three red marbles, four blue marbles, and five white marbles. Then the probability of pulling out a white marble without looking is 5/12. So the probability of pulling out at least one white marble in two tries is 5/12 + 5/12 - (5/12 × 4/11), or 15/22. (The chance of getting at least one red marble, on the other hand, is 3/12 + 3/12 - (3/12 × 2/11), or only 10/22.)

Expected Value

In any situation where there are multiple outcomes with different likelihoods, we calculate the expected value of an investment by multiplying the value of each outcome by the probability that it will occur and then adding all of our results together.

Suppose, for example, that a charity raffle plans to sell 1000 tickets and then to award one prize of $1000, three prizes of $500, and twelve prizes of $100. Assuming that no ticket is permitted to win more than one prize, the likelihood that a ticket will win the grand prize is 1/1000, that it will win one of the second prizes 3/1000, that it will win one of the other prizes 12/1000, and that it will win no prize 984/1000. Summing the products, we find that:

Grand prize 1/1000 × $1000 $1.00 Second prize 3/1000 × $ 500 $1.50 Other prize 12/1000 × $ 100 $1.20 No prize 984/1000 × $ 0 $ .00 _____ $3.70 Since the expected value of each ticket is $3.70, if they cost $10.00, the charity will receive most of the proceeds.

What is the probability that both cards are aces if you replace the first card before drawing the second?

The Philosophy Pages by Garth Kemerling are licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Permissions beyond the scope of this license may be available at http://www.philosophypages.com/referral/contact.htm. ©1997, 2011 Garth Kemerling.Last modified 12 November 2011. Questions, comments, and suggestions may be sent to:

the Contact Page.

$\begingroup$

I'm trying to learn probability and statistics but I can't really get my head around this one. I realize after drawing the first card there will only be 51 cards in the deck but I'm having trouble calculating the chance that the second one is an Ace if I don't know what the first card is?

Assuming that the initial card was an Ace, I could say the probability of the second being an Ace is 3/51... but how do I approach this with an unknown card?

$\endgroup$