

InterviewSolution
Saved Bookmarks
1. |
The percentages of marks obtained by a student in six unit tests are given below:Unit testIIIIIIIVVVIPercentage of marks obtained537228466759A unit test is selected at random. What is the probability that the student gets more than 60% marks in the test? |
Answer» We know that Number of tests which he gets more than 60% is 2 The total number of tests is 6 So we get Required probability = Number of tests which he gets more than 60%/ total number of tests By substituting the values Required probability = 2/6 On further calculation Required probability = 1/3 |
|