InterviewSolution
Saved Bookmarks
| 1. |
Find the probability that a number selected from the numbers 1 to 25 is a prime number when each of the given number is equally likely to be selected.1). 9/252). 16/253). 21/254). 14/25 |
|
Answer» Let S be the sample space. Then, n(S) = numbers between 1 to 25 = 25 Let E = EVENT that the number selected is a prime number ⇒ E = {2, 3, 5, 7, 11, 13, 17, 19, 23} n(E) = 9 ∴ Probability of occurrence of event; P(E) = n(E)/n(S) = 9/25 |
|