Question
Question: How many sets of five marbles include either the lavender one or exactly one yellow one but not both...
How many sets of five marbles include either the lavender one or exactly one yellow one but not both colors if a bag contains three red marbles, four green ones, one lavender, five yellows, and five orange marbles?
Solution
Here, we have to use the concept of combination to find the number of possible ways. The combination is used when we have to choose various ways in which objects from a set may be selected. So, we will form the combination equation for selecting the one marble from the six marbles of color lavender and yellow. Then we will multiply it with the combination equation of selecting 4 marbles from the remaining marbles in the bag to get the required answer.
Complete step by step solution:
It is given that a bag contains three red marbles, four green ones, one lavender, five yellows, and five orange marbles.
We have to select the sets of five marbles including either the lavender one or exactly one yellow one but not both colors.
Firstly we will form the combination equation of selecting only 1 marble from the total of yellow and lavender marbles which are equal to 6 marbles as there are only one lavender, five yellow marbles are available. Therefore, the equations forms as
6C1=1!(6−1)!6!
⇒6C1=5!6!=6……………………. (1)
Now we will form the combination equation of selecting the 4 marbles from the remaining marbles in the bag which is equal to 12 which includes three red marbles, four green ones, and five orange marbles. Therefore, the equation forms as
⇒12C4=(12−4)!12!
⇒12C4=4!8!12!=4×3×2×112×11×10×9=495……………………. (2)
Now we will multiply the equation (1) and equation (2) to get the number of possible sets of five marbles including either the lavender one or exactly one yellow one but not both colors. Therefore, we get
Numbers of possible sets of five marbles include either the lavender one or exactly one yellow one but not both colors =6×495=2970
Hence the numbers of possible sets of five marbles include either the lavender one or exactly one yellow one but not both colors is equal to 2970.
Note:
Permutations may be defined as the different ways in which a collection of items can be arranged. For example: The different ways in which the numbers 1, 2 and 3 can be grouped together, taken all at a time, are 123,132,213231,312,321.
So, Number of permutations of n things, taken r at a time, denoted by nPr=(n−r)!n!
Combinations may be defined as the various ways in which objects from a set may be selected. For example: The different selections possible from the numbers 1, 2, 3 taking 2 at a time, are 12,23and31
So, Number of combinations possible from n group of items, taken r at a time, denoted by nCr=r!(n−r)!n!.