Analyzing the Setup
The experiment begins with an urn containing 5 red balls and 2 green balls. The total number of balls is 5+2=7.
The system follows a specific rule: when a ball is drawn, it is not replaced. Instead, if a green ball is drawn, a red ball is added; if a red ball is drawn, a green ball is added. Consequently, the total number of balls in the urn remains constant at 7 for the second draw.
The Master Equation
To find the probability that the second ball is red, denoted as P(R2), we utilize the Law of Total Probability. This event occurs through two mutually exclusive scenarios: drawing a red ball first (R1) or drawing a green ball first (G1).
The governing equation is:
P(R2)=P(R1)×P(R2∣R1)+P(G1)×P(R2∣G1)
Path 1
The Red Branch
If the first ball drawn is red, the probability is P(R1)=75. Following the rules, we remove one red ball and add one green ball.
The urn composition shifts from 5R,2G to 4R,3G. In this state, the conditional probability of drawing a red ball is P(R2∣R1)=74.
The probability for this branch is:
P(R1)×P(R2∣R1)=75×74=4920
Path 2
The Green Branch
If the first ball drawn is green, the probability is P(G1)=72. Following the rules, we remove the green ball and add a red one.
The urn composition shifts from 5R,2G to 6R,1G. In this state, the conditional probability of drawing a red ball is P(R2∣G1)=76.
The probability for this branch is:
P(G1)×P(R2∣G1)=72×76=4912
Final Calculation
To determine the total probability, we sum the results of the two independent paths:
Adding the numerators, we arrive at the final result: