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 even? |
|
Answer» <P> SOLUTION :`THEREFORE P(A/B)=(P(BcapA))/(P(B))=(4/36)/(8/36)=1/2`[A NAD B as in (i)] |
|