Analyzing the Setup
Imagine you are standing in a laboratory, tasked with a simple yet profound experiment. You have two bags. Bag 1 contains 4 white balls and 5 black balls. Bag 2 is a mystery, containing n white balls and 3 black balls.
You are asked to transfer one ball from Bag 1 to Bag 2 and then draw a ball from Bag 2. The final probability of drawing a white ball is given as 4529. Our mission is to uncover the value of n.
The Anatomy of the Transfer
The first step in our journey is to recognize that the experiment has two distinct, mutually exclusive paths. When you reach into Bag 1 to pull out a ball, you are essentially splitting the universe into two possibilities.
Let
W1 be the event that a white ball is transferred, and
B1 be the event that a black ball is transferred. The probabilities are:
P(W1)=4+54=94
P(B1)=4+55=95
The Two Worlds of Bag 2
Now, let us look at what happens to Bag 2 in these two scenarios. If W1 occurs, Bag 2 receives a white ball, changing its composition to (n+1) white and 3 black balls. The total number of balls is now n+4.
The conditional probability of drawing a white ball from this updated bag is:
P(W2∣W1)=n+4n+1
Conversely, if
B1 occurs, Bag 2 receives a black ball. The composition becomes
n white and
4 black balls, with a total of
n+4 balls. The conditional probability here is:
P(W2∣B1)=n+4n
The Law of Total Probability
The Bridge
To find the overall probability of drawing a white ball, we must bridge these two worlds. The Law of Total Probability is our master key:
P(W2)=P(W1)⋅P(W2∣W1)+P(B1)⋅P(W2∣B1)
Substituting our values, we get:
P(W2)=(94)(n+4n+1)+(95)(n+4n)
The Algebraic Resolution
Both terms share a common denominator of
9(n+4). Combining them, we simplify the expression:
P(W2)=9(n+4)4(n+1)+5n=9(n+4)9n+4
We are given that
P(W2)=4529. Equating our expression to this value:
9(n+4)9n+4=4529
Multiplying both sides by
9, we simplify to:
n+49n+4=529
Cross-multiplying gives us:
5(9n+4)=29(n+4)
45n+20=29n+116
Subtracting 29n from 45n leaves 16n, and subtracting 20 from 116 gives 96. Thus, 16n=96, leading us to the final result:
n=6