nh8404052006 wrote:A warehouse contains 10,000 gadgets, and each gadget is given an unique ID ranging from 1 to 10,000. What is the probability that at least one number 8 appears on thsoe ID plates?
What's the source of this question? In future, please always cite the source and provide answer choices. If it's not a GMAT style multiple choice question, then please let us know that too, since there's an excellent chance that the question is irrelevant to the GMAT.
This particular question would never appear as written, since the probability that at least one number 8 appears on those ID
plates is 100%, since all 10000 have to have unique ID numbers. I'm guessing the question that you want us to address is:
"If a plate is chosen at random, what's the probability that it contains at least one 8?"
The best way to approach is definitely with the "one minus" method, using our old buddy equation:
Prob Want = 1 - (Prob don't want)
Here, we don't want a plate with no 8s.
Pretending that 10000 is just 0000 (since there's no "0000" it doesn't hurt us to do so), we see that there are 4 digits in each code (i.e. 0000 to 9999... we're looking at "1" as "0001", and so on; it's safe to add "0"s since we don't want those anyway). The different ways to get no "8"s is:
9*9*9*9 = 9^4
Since the total number of possibilities is 10^4, the probability of getting at least one 8 is, indeed:
1 - 9^4/10^4 = 1- (9/10)^4