

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» Let S and R denote the events that Sangeeta wins the match and Reshma wins the match, respectively. The probability of Sangeeta’s winning = P(S) = 0.62 (given) The probability of Reshma’s winning = P(R) = 1 – P(S) [As the events R and S are complementary] = 1 – 0.62 = 0.38 |
|