InterviewSolution
Saved Bookmarks
| 1. |
Two different digits are selected at random from the digits 1 through 9 If 3 is one of the digits selected, what is the probability that the sum is odd? |
|
Answer» <P> SOLUTION :`P(A/B)=(P(B CAPA))/(P(B))=(4/36)/(8/36)=1/2`[A and B is in (i)] |
|