There a couple of clues that are really important here.
One, the fact that we have integers stretching from the negative end of the spectrum to the positive. Two, the fact that we have to find the probability that the product of the chosen integers is ZERO.
The product of any set of integers can be ZERO only when there’s at least one ZERO in the set. The fact that we have both negative and positive integers is enough to tell us that ZERO can be in the set of chosen numbers.
When I looked at 0.9375, the first thing I did was to subtract it from 1; it gave me 0.0625, but more importantly it helped me figure out that 0.0625 is \(\frac{1}{16}\).
Finding the probability that the product of the chosen integers is ZERO is rather difficult, this is because we do not know how many of the integers are ZERO. On the contrary, finding out the probability that the product is NOT ZERO is easy; because we know that NONE of the integers can be ZERO.
Therefore,
Probability (Product of chosen integers being ZERO) = 1 – (Product of chosen integers not ZERO).
Fortunately, that’s what is given to us as 1 – \((0.9375)^5\). If 0.0625 = \(\frac{1}{16}\), then 0.9375 = \(\frac{15}{16}\). So, we have the probability of chosen integers not being zero as \((\frac{15}{16})^5\). This can only happen when there are 16 integers in total and one of them is ZERO.
This means, there need to be a total of 16 integers between –(n+1) and n. Plugging in the value of 7, we can calculate that there are a total of 16 integers between -8 and 7, inclusive. Hence, 7 has to be the answer.
The correct answer option is A.
In probability questions, P ( E ) = 1 – P ( E’) is a very useful concept if you know the right way of incorporating it into your solution.
Hope that helps!