With Dhoni and Yuvraj at the creaseCricket Team of India needs to score 9 runs in last 2 balls to win the match. What is the probability that India wins the match? Assume that:
- There were no wide balls or no balls bowled in these 2 balls.
- No Wicket has fallen in these 2 balls
- No Overthrows or extra runs were scored in these 2 balls
- In case if run(s)are scored on any of these 2 balls it can only be one of these values: 1, 2, 3, 4 & 6
This also implies that it’s quite possible that zero runs are scored on a particular ball
On any of these 2 balls the possible runs which can be scored are: 0,1,2,3,4,6
So total possible number of runs which can be scored in 2 balls are = 6C1*6C1 = 36
Let’sassume that run scored on first ball is x and 2nd ball is y
To win the match x+y>= 9. Possible pair of values of x and y are:
(x, y)
(4, 6), (6, 4), (6, 3), (3, 6) and (6, 6)
Count of set of values for India to win the match = 5
Probability = Positive outcome/Total Possible Outcomes = 5/36
Option 8)