

InterviewSolution
Saved Bookmarks
1. |
Two players, Sangeeta and Reshma, play a tennis match. It is known that the probability of Sangeeta winning the match is 0.62. What is the probability of Reshma winning the match? |
Answer» Probability of Sangeeta winning the match, `= 0.62` If Sangeeta wins, then Reshma loses. So, Probability of Reshma losing the match, `P(R_w)= 0.62` It means, Probability of Reshma losing the match, `P(R_l) = 1-P(R_w) = 1-0.62 = 0.38` |
|