InterviewSolution
Saved Bookmarks
| 1. |
A computer program selects an integer in the set {k : 1 ≤ k ≤ 10,00,000} at random and prints out the result. This process is repeated 1 million times. What is the probability that the value k = 1 appears in the printout atleast once?(A) 0.5(B) 0.704(C) 0.632121(D) 0.68 |
| Answer» | |