

InterviewSolution
Saved Bookmarks
1. |
3 numbers are chosen at random from the first 20 natural numbers. Then the probability that the product is even is |
Answer» <html><body><p>`(.^(10)C_(<a href="https://interviewquestions.tuteehub.com/tag/3-301577" style="font-weight:bold;" target="_blank" title="Click to know more about 3">3</a>))/(.^(20)C_(3))`<br/>`1-(.^(10)C_(3))/(.^(20)C_(3))`<br/>`(10)/(.^(20)C_(3))`<br/>`(1)/(.^(20)C_(3))`</p><a href="https://interviewquestions.tuteehub.com/tag/answer-15557" style="font-weight:bold;" target="_blank" title="Click to know more about ANSWER">ANSWER</a> :B</body></html> | |