Quandaries
and Queries |
|||
hi my name is keith and my son needs some help solving combinations. i have a bucket that can hold 12(or x) number of rocks. if i have 13(or y) rocks how many different combinations of rocks can i put in the bucket without having the exact same 12(or x) rocks in the bucket. is there a formula that can be used for this problem in all cases and if so how and why does it work. Thankyou for taking the time to help me with this problem. |
|||
Keith, Suppose that your 13 rocks are different and you want to select 12 of them to put in a bucket - you don't care how they are piled up in the bucket, just which 12. A simple approach here is to think of which rock is left behind = there are 13 possibilities for the rock left behind therefore there are 13 ways to pick 12 for the bucket. For y rocks and x to go into the bucket it is much more difficult - we need the number of ways to choose x from y distinct objects. We usually use yCx for this. If you need this amount of detail then write back.
Penny Keith wrote back.
If you had 14 think about the 2 you're leaving out; in how many ways can you select them? You can choose the 1st in 14 ways and the 2nd in 13 ways but we need to be careful since the order is not important here - what does that mean? Well if you line up two distinct objects you can do it in 14 13 ways but if you are just picking two things and not lining them up we need to divide by the number of ways we can line up two objects which is 2 1. So the answer you want is 14 13 12/(3 2 1). And so on for other number of rocks. Penny |
|||
|