Analyzing the Setup
Welcome, future IITian. Today, we are going to peel back the layers of a classic probability problem. Imagine you are sitting at a table with a standard, well-shuffled deck of 52 cards.
We are drawing two cards, one after the other, with a crucial twist: with replacement.
The Power of Independence
What does 'with replacement' actually mean for us? It means that after we draw the first card and observe it, we put it back. The deck is restored to its original state.
This is the secret key to the problem. Because the deck is reset, the second draw is completely independent of the first.
The probability of drawing an Ace on the second attempt is exactly the same as it was on the first. This is the beauty of independent events.
Defining Success and Failure
Let us define our success as drawing an Ace. There are 4 Aces in a deck of 52 cards.
The probability of drawing an Ace in a single trial, denoted by p, is:
Conversely, the probability of not drawing an Ace, denoted by q, is:
The Anatomy of X
The random variable X represents the number of Aces we get in two draws. We want to find P(X=1)+P(X=2).
For X=1, we need exactly one Ace. This can happen in two distinct ways: (Ace, Non-Ace) or (Non-Ace, Ace).
Mathematically, this is:
Substituting our values:
P(X=1)=2×(131)×(1312)=16924
Now, for X=2, we need an Ace in both draws. There is only one way this happens: (Ace, Ace).
P(X=2)=p×p=p2=(131)2=1691
The Final Synthesis
We are almost there. The question asks for the sum of these probabilities:
P(X=1)+P(X=2)=16924+1691=16925
It is elegant, is it not? We started with a deck of cards and ended with a precise fraction.
Remember, in probability, the most important step is to clearly define your events and understand the nature of your trials. The final answer is 16925.