yogami wrote:I will take an alternative approach. Probability of picking up only good apples is 4C2/5C2 = 3/5. Whats the opposite of this? At least one of them is kaput. So take the complement 1- 3/5 = 2/5 is the answer
This is applicable to any general probability question like this. 10 apples in the basket, 4 are spoilt and 2 are picked at random so whats the probability that at least one of them is bad. 1 - 6C2/10C2.
Wht is the probability of at least one being good? 1 - 4C2/10C2
Wats the probability of exactly one good and one bad? 6C1*4C1/10C2
Correct me if I am wrong plz..
I think there is an easier way to explain this. Lets work with "10 apples in the basket, 4 are spoiled and 2 are picked at random together"
There are 10 apples, and we are choosing 2, so the total number of ways to choose is 10c2=45
1)whats the probability that at least one of them is bad?
We want the (# of ways to choose at least 1 bad) / total number of ways to choose.
The # of ways to choose at least one bad is: We can choose
two apples at once and have both be bad,
or we can choose two apples at once and have one be bad and one be good. Lets write this mathematically:
Choose one bad and one good: 4c1 * 6c1 (there are 4 bad apples, we must choose 1, and 6 good apples, we must choose 1)
Choose both bad: 4c2 (we have 4 bad apples, and must choose two).
Notice how I bolded the word OR. That is because we add these two, not multiply. It is sort of like probability rules, where: probability of 1 and of 2 occurring = multiply together, while the probability of 1 or 2 occurring is added together.
Now put everything together:
(4c1 * 6c1) + (4c2) / 45 (the 45 comes from the 10c2).
---------
Im going to try and explain it a little differently just in case someone did not understand.
Pretend you have two spots: "__ and __", and each spot represents a picking of an apple that u are grabbing out of the bag.
If you must grab at least one bad apple, then fill the first spot with the choice of 4 bad apples, and ur choosing one: 4c1. Now we have "
4c1 and __"
For the second spot, we can have either a bad apple, or a good apple. If we choose a good apple, you are doing 6c1, so we have "
4c1 and
6c1" in our hand. They are happening together, so multiply them!
Now we start over, put all the apples back in the bag. The second way to choose is if we took two bad apples together. This is common sense, its the ONLY OTHER WAY TO HAVE ATLEAST 1 BAD APPLE! There are 4 bad apples, and we want to choose 2 of them. Thats
4c2.
Now add these together, and put them over 10c2.
Hope this helps!