PriyankaPalit7
5 integers, not necessarily distinct, are chosen from the integers between \(–(n+1)\) and \(n\), inclusive, where n is a positive integer. If the probability that the product of the chosen integers is zero is \(1 – (0.9375)^5\), then what is the value of \(n\)?
A) 7
B) 8
C) 9
D) 15
E) 16
Probability woul ddepend on total number of integers, so n+1 negative integers, n positive integers and a 0.. Total n+1+n+1=2n+2..
Now we have 1 zero and 2n+1 other integers.
It is easy to find the probability of product not being 0, so let us find that.so we can choose the 5 integers in (2n+1)*(2n+1).. = \((2n+1)^5\)
Probability = \(\frac{(2n+1)^5}{(2n+2)^5}\)..
Hence the probability of the product to be 0 = 1-\(\frac{(2n+1)^5}{(2n+2)^5}\)=\(1 – (0.9375)^5\)
Thus \(\frac{(2n+1)^5}{(2n+2)^5}\)=\((0.9375)^5\) or \(\frac{(2n+1)}{(2n+2)}\)=\((0.9375)\)...
2n+1=(2n+2)(0.9375)=1.875n+1.875.......0.125n=0.875 or n=7
A
Thanks for your explanation Chetan.
However, I have one doubt.
The question statement mentions that the numbers are not necessarily distinct. Then how can we assume that there is only 1 zero?