Analyzing the Setup
We are given n=4 independent matches. The points scored in each match, Xi, follow the distribution:
P(X=0)=0.45, P(X=1)=0.05, and P(X=2)=0.50.
The total points
S is defined as the sum of points from each match:
S=X1+X2+X3+X4
Since the maximum points per match is 2, the maximum possible total is 4×2=8. We are tasked with finding the probability that India secures at least 7 points, denoted as P(S≥7).
The Master Equation
Because the maximum possible score is 8, the condition S≥7 is satisfied only by two mutually exclusive cases: S=7 or S=8.
Therefore, the total probability is:
P(S≥7)=P(S=8)+P(S=7)
Case 1
The Perfect Streak (S=8)
To achieve a total of 8 points, every match must result in 2 points. The only possible sequence is (2,2,2,2).
Since the matches are independent, we calculate the probability as:
P(S=8)=P(2)×P(2)×P(2)×P(2)=(0.50)4
Case 2
The Near-Perfect Streak (S=7)
To achieve a total of 7 points, the set of scores must be {2,2,2,1}. The order of these scores matters, as the single match resulting in 1 point can occur in any of the 4 positions.
The number of distinct arrangements is given by the permutation formula:
3!1!4!=4
Each of these
4 sequences has a probability of:
P(2)3×P(1)1=(0.50)3×(0.05)=0.125×0.05=0.00625
Thus, the total probability for
S=7 is:
P(S=7)=4×0.00625=0.0250
Final Calculation
We now combine the probabilities of these two mutually exclusive events to find the final result:
P(S≥7)=0.0625+0.0250
The probability that India secures at least 7 points is 0.0875.