whoa, guys
no reason to use any sort of indirect solution (like the "1 - x" sort of thing) on this problem.
indirect solutions are best suited to problems on which the ACTUAL event under consideration is a COMPLEX EVENT - i.e., it comprises many different possibilities, and would thus be tedious/laborious to calculate directly.
for instance, if you get
what is the probability of getting at least one head on five tosses of a coin?"then that's a COMPLEX EVENT, so you invoke the "1 - x" trick to shorten the job.
--
this is just about the world's worst problem for the "1 - x" method, since:
* this is NOT a complex event;
* the opposite event IS a complex event (!)
this is a basic problem in consecutive probability; you shouldn't even be considering methods like "1 - x" here.
the purse contains 6 nickels and 9 non-nickels.
therefore, the chance of selecting a non-nickel on the first try is 9/15, which reduces to 3/5.
after that, there are 6 nickels and 8 non-nickels left, so the chance of selecting
another non-nickel is 8/14, or 4/7.
multiply them: 3/5 x 4/7 = 12/35.
done.
that is all.
@ previous poster:
I am using C! to solve this issue
don't.
this problem is nowhere near complicated enough to merit the use of "c" formulas.
why would you create the unnecessary work for yourself?
e.g., if i say "what's the probability that a randomly chosen digit is odd?" i would hope that you would just respond with 5 out of 10, and not "5c1/10c1".
if your response would be the latter, then you're probably going to be spending 3 minutes solving problems that are meant to take 30 seconds. on some other tests, that wouldn't be a big deal, but, on a test like this one, that's life and death.