recategorized
2,542 views
4 votes
4 votes

A computer program selects an integer in the set $\left\{k:1\leq k \leq 10,00,000\right\}$ 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 ? 

  1. $0.5$
  2. $0.704$
  3. $0.632121$
  4. $0.68$ 
recategorized

2 Answers

Best answer
3 votes
3 votes

Answer C

Probability of k=1 is 1/1000000= 10-6

Probability of k!= 1 is 1- 10-6 = 0.999

Probability that k=1 is never printed in all 106 print outs = 0.999*0.999*.......0.9999 (10 6 times)

= 0.99910^6

Probability that 1 is printed at least once = 1- probability that 1 is never printed

= 1-0.99910^6

=0.6321

selected by
5 votes
5 votes

Here, we have:

n=1000000, p=1/1000000

Then Mean:
m=np
m=1000000*(1/1000000)
m=1

As m=1, hence this question can be solved by Poisson Distribution method.

Therefore, required probability:
P=(e-mmr)r!
P=1-P(0)
P=1-(e-110)/0!
P=0.6321

Answer is C.

           

Answer:

Related questions

2 votes
2 votes
1 answer
1
makhdoom ghaya asked Jul 24, 2016
1,605 views
Match the following $:$ $\begin{array}{clcl} & \textbf{List – I} && \textbf{List – II} \\ \text{a.} & \text{Call Control protocol} &\text{i.} & \text{Interface b...
0 votes
0 votes
1 answer
2
makhdoom ghaya asked Jul 23, 2016
1,162 views
________ model is designed to bring prices down by increasing the number of customers who buy a particular product at once.Economic Order QuantityInventory Data MiningDem...
0 votes
0 votes
3 answers
3
makhdoom ghaya asked Jul 23, 2016
3,376 views
Which e-business model allows consumers to name their own price for products and services ? $B2 B$$B2 G$ $C2 C$ $C2 B$
1 votes
1 votes
1 answer
4
makhdoom ghaya asked Jul 23, 2016
2,402 views
Fact-less fact table in a data warehouse containsOnly measuresOnly dimensionsKeys and measuresOnly surrogate keys