{"id":2729,"date":"2019-08-02T10:11:41","date_gmt":"2019-08-02T14:11:41","guid":{"rendered":"https:\/\/pressbooks.library.ryerson.ca\/ohsmath\/?post_type=chapter&#038;p=2729"},"modified":"2020-07-15T13:40:33","modified_gmt":"2020-07-15T17:40:33","slug":"5-4-combinations","status":"publish","type":"chapter","link":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/chapter\/5-4-combinations\/","title":{"raw":"5.4. Combinations","rendered":"5.4. Combinations"},"content":{"raw":"[Latexpage]\r\n<h1>Combinations<\/h1>\r\n<p style=\"text-align: left\">Suppose we have a set of three letters {<em>A<\/em>,<em>B<\/em>,<em>C<\/em>}, and we are asked to make two-letter word sequences. We have the following six permutations:<\/p>\r\n<p style=\"text-align: left\">AB BA BC CB AC CA<\/p>\r\n<p style=\"text-align: left\">Now suppose we have a group of three people {<em>A<\/em>,<em>B<\/em>,<em>C<\/em>} as Al, Bob, and Chris, respectively, and we are asked to form committees of two people each. This time we have only three committees, namely:<\/p>\r\n<p style=\"text-align: left\">AB BC AC<\/p>\r\n<p style=\"text-align: left\">When forming committees, the order is not important, because the committee that has Al and Bob is no different than the committee that has Bob and Al. As a result, we have only three committees and not six. Forming word sequences is an example of permutations, while forming committees is an example of <strong>combinations<\/strong> \u2013\u00a0the topic of this section.<\/p>\r\n<p style=\"text-align: left\">Permutations are those arrangements where order is important, while combinations are those arrangements where order is not significant. From now on, this is how we will tell permutations and combinations apart.<\/p>\r\n<p style=\"text-align: left\">Just as the symbol <em>n<\/em>Pr represents the number of permutations of <em>n<\/em> objects taken <em>r<\/em> at a time, <em>n<\/em>C<em>r<\/em> represents the number of combinations of <em>n<\/em> objects taken <em>r<\/em> at a time.<\/p>\r\n<p style=\"text-align: left\">Our next goal is to determine the relationship between the number of combinations and the number of permutations in a given situation.<\/p>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.4.1<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">Given the set of letters {<em>A<\/em>,<em>B<\/em>,<em>C<\/em>,<em>D<\/em>}. Write the number of combinations of three letters, and then from these combinations determine the number of permutations.<\/div>\r\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\r\n<div class=\"textbox__content\">We have the following four combinations:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">ABC BCD CDA BDA<\/div>\r\n<div class=\"textbox__content\">Since every combination has three letters, there are 3! permutations for every combination. We list them below:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">ABC BCD CDA BDA<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">ACB BDC CAD BAD<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">BAC CDB DAC DAB<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">BCA CBD DCA DBA<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">CAB DCB ACD ADB<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">CBA DBC ADC ABD<\/div>\r\n<div class=\"textbox__content\">The number of permutations are 3! times the number of combinations. That is:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">4P3 = 3! \u00b7 4C3<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">or 4C3 = $\\frac{4P3}{3!}$<\/div>\r\n<div class=\"textbox__content\">\r\n\r\nIn general, <em>n<\/em>C<em>r<\/em> = $\\frac{nPr}{r!}$\r\n\r\nSince <em>n<\/em>Pr = $\\frac{n!}{(n-r)!}$\r\n\r\n<span style=\"font-size: 1rem\">We have, <em>n<\/em>C<em>r<\/em> = $\\frac{n!}{(n-r)!r!}$<\/span>\r\n\r\n<\/div>\r\n<\/div>\r\n&nbsp;\r\n<p style=\"text-align: left\">Summarizing:<\/p>\r\n\r\n<ol>\r\n \t<li style=\"text-align: left\"><strong>Combinations<\/strong>: A combination of a set of elements is an arrangement where each element is used once, and order is not important.<\/li>\r\n \t<li style=\"text-align: left\"><strong>The Number of Combinations of <em>n<\/em> Objects Taken <em>r<\/em> at a Time<\/strong>: <em>n<\/em>C<em>r<\/em> = $\\frac{n!}{(n-r)!r!}$, where <em style=\"font-size: 14pt\">n<\/em><span style=\"font-size: 14pt\"> and <\/span><em style=\"font-size: 14pt\">r<\/em><span style=\"font-size: 14pt\"> are natural numbers.<\/span><\/li>\r\n<\/ol>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.4.2<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">Compute:<\/div>\r\n<div class=\"textbox__content\"><strong>a.<\/strong> 5C3<\/div>\r\n<div class=\"textbox__content\"><strong> b.<\/strong> 7C3.<\/div>\r\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\r\n<div class=\"textbox__content\">We use the above formula:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$5C3=\\frac{5!}{(5-3)!3!}=\\frac{5!}{2!3!}=10$<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$7C3=\\frac{7!}{(7-3)!3!}=\\frac{7!}{4!3!}=35$<\/div>\r\n<div><\/div>\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.4.3<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">In how many different ways can a student answer five questions from a test that has seven questions, if the order of the selection is not important?<\/div>\r\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\r\n<div class=\"textbox__content\">Since the order is not important, it is a combination problem, and the answer is:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">7<em>C<\/em>5 = 21.<\/div>\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.4.4<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">How many line segments can be drawn by connecting any two of the six points that lie on the circumference of a circle?<\/div>\r\n<div class=\"textbox__content\"><strong>Solution<\/strong><\/div>\r\n<div class=\"textbox__content\">Since the line that goes from point A to point B is same as the one that goes from B to A, this is a combination problem. It is a combination of 6 objects taken 2 at a time. Therefore, the answer is:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$6C2=\\frac{6!}{4!2!}=15$<\/div>\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.4.5<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">There are 10 people at a party. If they all shake hands, how many hand-shakes are possible?<\/div>\r\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\r\n<div class=\"textbox__content\">Note that between any two people there is only one hand shake. Therefore, we have:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">10<em>C<\/em>2 = 45 hand-shakes.<\/div>\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.4.6<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">The shopping area of a town is in the shape of square that is 5 blocks by 5 blocks. How many different routes can a taxi driver take to go from one corner of the shopping area to the opposite corner?<\/div>\r\n<div class=\"textbox__content\"><strong>Solution<\/strong><\/div>\r\n<div class=\"textbox__content\">Let us suppose the taxi driver drives from the point A, the lower left hand corner, to the point B, the upper right hand corner as shown in the figure below.<\/div>\r\n<div class=\"textbox__content\">\r\n<div class=\"textbox\">\\begin{tikzpicture}\r\n\\draw[step=1cm,black, thin] (0,0) grid (5,5);\r\n\\draw (5,5) node[anchor=south west] {B};\r\n\\draw (0,0) node[anchor=north east] {A};\r\n\\end{tikzpicture}<\/div>\r\n<\/div>\r\n<div class=\"textbox__content\">To reach his destination, he has to travel 10 blocks; five horizontal, and five vertical. So if out of the 10 blocks he chooses any five horizontal, the other five will have to be the vertical blocks, and vice versa. Therefore, all he has to do is to choose 5 out of 10:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">The answer is 10<em>C<\/em>5, or 252.<\/div>\r\n<div class=\"textbox__content\">Alternately, the problem can be solved by permutations with similar elements.<\/div>\r\n<div class=\"textbox__content\">The taxi driver's route consists of five horizontal and five vertical blocks. If we call a horizontal block H, and a vertical block a V, then one possible route may be as follows:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">HHHHHVVVVV<\/div>\r\n<div class=\"textbox__content\">Clearly there are $\\frac{10!}{5!5!}=252$ permutations.<\/div>\r\n<div class=\"textbox__content\">Further note that by definition $10C5 = \\frac{10!}{5!5!}$.<\/div>\r\n<div><\/div>\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.4.7<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">If a coin is tossed six times, in how many ways can it fall four heads and two tails?<\/div>\r\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\r\n<div class=\"textbox__content\">First we solve this problem using the permutations with similar elements technique.<\/div>\r\n<div class=\"textbox__content\">We need 4 heads and 2 tails, that is:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">HHHHTT<\/div>\r\n<div class=\"textbox__content\">There are $\\frac{6!}{4!2!}=15$ permutations.<\/div>\r\n<div class=\"textbox__content\">Now we solve this problem using combinations.<\/div>\r\n<div class=\"textbox__content\">Suppose we have six spots to put the coins on. If we choose any four spots for heads, the other two will automatically be tails. So the problem is simply:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$6C4 = 15$.<\/div>\r\n<div class=\"textbox__content\">Incidentally, we could have easily chosen the two tails, instead. In that case, we would have:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$6C2 = 15$.<\/div>\r\n<div class=\"textbox__content\">Further observe that by definition:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$6C4=\\frac{6!}{2!4!}$<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">and $6C2=\\frac{6!}{4!2!}$<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: left\">Which implies:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$6C4=6C2$.<\/div>\r\n<div><\/div>\r\n<\/div>\r\n&nbsp;\r\n<h1><strong>Combinations Involving Several Sets<\/strong><\/h1>\r\n<p style=\"text-align: left\">So far we have solved the basic combination problem of <em>r<\/em> objects chosen from <em>n<\/em> different objects. Now we will consider certain variations of this problem.<\/p>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.4.8<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">How many five-people committees consisting of 2 men and 3 women can be chosen from a total of 4 men and 4 women?<\/div>\r\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\r\n<div class=\"textbox__content\">We list 4 men and 4 women as follows:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\"><em>M<\/em><sub>1<\/sub><em>M<\/em><sub>2<\/sub><em>M<\/em><sub>3<\/sub><em>M<\/em><sub>4<\/sub><em>W<\/em><sub>1<\/sub><em>W<\/em><sub>2<\/sub><em>W<\/em><sub>3<\/sub><em>W<\/em><sub>4<\/sub><\/div>\r\n<div class=\"textbox__content\">Since we want 5-people committees consisting of 2 men and 3 women, we'll first form all possible two-man committees and all possible three-woman committees. Clearly there are 4<em>C<\/em>2 = 6 two-man committees, and 4<em>C<\/em>3 = 4 three-woman committees, we list them as follows:<\/div>\r\n<div class=\"textbox__content\">\r\n<table class=\" aligncenter\" style=\"border-collapse: collapse;width: 65.5774%;height: 98px\" border=\"0\">\r\n<tbody>\r\n<tr style=\"height: 14px\">\r\n<td class=\"border\" style=\"width: 43.0771%;height: 14px;text-align: center\">2-Man Committees<\/td>\r\n<td class=\"border\" style=\"width: 42.073%;height: 14px;text-align: center\">3-Woman Committees<\/td>\r\n<\/tr>\r\n<tr style=\"height: 14px\">\r\n<td class=\"border\" style=\"width: 43.0771%;height: 14px;text-align: center\"><em>M<sub>1<\/sub>M<sub>2<\/sub><\/em><\/td>\r\n<td class=\"border\" style=\"width: 42.073%;height: 14px;text-align: center\"><em>W<sub>1<\/sub>W<sub>2<\/sub>W<sub>3<\/sub><\/em><\/td>\r\n<\/tr>\r\n<tr style=\"height: 14px\">\r\n<td class=\"border\" style=\"width: 43.0771%;height: 14px;text-align: center\"><em>M<sub>1<\/sub>M<sub>3<\/sub><\/em><\/td>\r\n<td class=\"border\" style=\"width: 42.073%;height: 14px;text-align: center\"><em>W<sub>1<\/sub>W<sub>2<\/sub>W<sub>4<\/sub><\/em><\/td>\r\n<\/tr>\r\n<tr style=\"height: 14px\">\r\n<td class=\"border\" style=\"width: 43.0771%;height: 14px;text-align: center\"><em>M<sub>1<\/sub>M<sub>4<\/sub><\/em><\/td>\r\n<td class=\"border\" style=\"width: 42.073%;height: 14px;text-align: center\"><em>W<sub>1<\/sub>W<sub>3<\/sub>W<sub>4<\/sub><\/em><\/td>\r\n<\/tr>\r\n<tr style=\"height: 14px\">\r\n<td class=\"border\" style=\"width: 43.0771%;height: 14px;text-align: center\"><em>M<sub>2<\/sub>M<sub>3<\/sub><\/em><\/td>\r\n<td class=\"border\" style=\"width: 42.073%;height: 14px;text-align: center\"><em>W<sub>2<\/sub>W<sub>3<\/sub>W<sub>4<\/sub><\/em><\/td>\r\n<\/tr>\r\n<tr style=\"height: 14px\">\r\n<td class=\"border\" style=\"width: 43.0771%;height: 14px;text-align: center\"><em>M<sub>2<\/sub>M<sub>4<\/sub><\/em><\/td>\r\n<td class=\"border\" style=\"width: 42.073%;height: 14px;text-align: center\"><\/td>\r\n<\/tr>\r\n<tr style=\"height: 14px\">\r\n<td class=\"border\" style=\"width: 43.0771%;height: 14px;text-align: center\"><em>M<sub>3<\/sub>M<sub>4<\/sub><\/em><\/td>\r\n<td class=\"border\" style=\"width: 42.073%;height: 14px;text-align: center\"><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/div>\r\n<div class=\"textbox__content\">For every 2-man committee there are four 3-woman committees that can be chosen to make a 5-person committee. If we choose <em>M<sub>1<\/sub>M<sub>2<\/sub><\/em> as our 2-man committee, then we can choose any of <em>W<sub>1<\/sub>W<sub>2<\/sub>W<sub>3<\/sub> ,<\/em>\u00a0<em>W<sub>1<\/sub>W<sub>2<\/sub>W<sub>4<\/sub> <\/em>, <em>W<sub>1<\/sub>W<sub>3<\/sub>W<sub>4<\/sub> <\/em>, or <em>W<sub>2<\/sub>W<sub>3<\/sub>W<sub>4<\/sub><\/em> as our 3-woman committees. As a result, we get:<\/div>\r\n<div class=\"textbox__content\">$\\fbox{M_1M_2}$ , $W_1W_2W_3$\u00a0 \u00a0$\\fbox{M_1M_2}$ , $W_1W_2W_4$\u00a0 \u00a0$\\fbox{M_1M_2}$ , $W_1W_3W_4$\u00a0 \u00a0$\\fbox{M_1M_2}$ , $W_2W_3W_4$<\/div>\r\n<div class=\"textbox__content\">Similarly, if we choose <em>M<sub>1<\/sub>M<sub>3<\/sub><\/em> as our 2-man committee, then, again, we can choose any of <em>W<sub>1<\/sub>W<sub>2<\/sub>W<sub>3<\/sub> ,<\/em>\u00a0<em>W<sub>1<\/sub>W<sub>2<\/sub>W<sub>4<\/sub> <\/em>, <em>W<sub>1<\/sub>W<sub>3<\/sub>W<sub>4<\/sub> <\/em>, or <em>W<sub>2<\/sub>W<sub>3<\/sub>W<sub>4<\/sub><\/em>\u00a0as our 3-woman committees.<\/div>\r\n<div class=\"textbox__content\">$\\fbox{M_1M_3}$ , $W_1W_2W_3$\u00a0 \u00a0$\\fbox{M_1M_3}$ , $W_1W_2W_4$\u00a0 \u00a0$\\fbox{M_1M_3}$ , $W_1W_3W_4$\u00a0 \u00a0$\\fbox{M_1M_3}$ , $W_2W_3W_4$<\/div>\r\n<div class=\"textbox__content\">And so on. Since there are six 2-man committees, and for every 2-man committee there are four 3- woman committees, there are altogether 6 \u00b7 4 = 24 five-people committees. In essence, we are applying the multiplication axiom to the different combinations.<\/div>\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.4.9<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">A high school club consists of 4 freshmen, 5 sophomores, 5 juniors, and 6 seniors. How many ways can a committee of 4 people be chosen that includes:<\/div>\r\n<div class=\"textbox__content\" style=\"padding-left: 40px\"><strong>a.<\/strong> One student from each class?<\/div>\r\n<div class=\"textbox__content\" style=\"padding-left: 40px\"><strong>b.<\/strong> All juniors?<\/div>\r\n<div class=\"textbox__content\" style=\"padding-left: 40px\"><strong>c.<\/strong> Two freshmen and 2 seniors?<\/div>\r\n<div class=\"textbox__content\" style=\"padding-left: 40px\"><strong>d.<\/strong> No freshmen?<\/div>\r\n<div class=\"textbox__content\" style=\"padding-left: 40px\"><strong>e.<\/strong> At least three seniors?<\/div>\r\n<div class=\"textbox__content\"><strong>Solution<\/strong><\/div>\r\n<div class=\"textbox__content\"><strong>a.<\/strong> Applying the multiplication axiom to the combinations involved, we get:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">4<em>C<\/em>1 \u00b7 5<em>C<\/em>1 \u00b7 5<em>C<\/em>1 \u00b7 6<em>C<\/em>1 = 600<\/div>\r\n<div class=\"textbox__content\"><strong>b.<\/strong> We are choosing all 4 members from the 5 juniors, and none from the others.<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">5<em>C<\/em>4 = 5<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: left\">\r\n\r\n<strong>c.<\/strong> 4<em>C<\/em>2 \u00b7 6<em>C<\/em>2 = 90\r\n\r\n<strong>d.<\/strong> Since we don't want any freshmen on the committee, we need to choose all members from the remaining 16. That is:\r\n\r\n<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">16<em>C<\/em>4 = 1820<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: left\"><strong>e.<\/strong> Of the 4 people on the committee, we want at least three seniors. This can be done in two ways. We could have three seniors, and one non-senior, or all four seniors:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">(6<em>C<\/em>3 \u00b7 14<em>C<\/em>1) + 6<em>C<\/em>4 = 295<\/div>\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.4.10<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">How many five-letter word sequences consisting of 2 vowels and 3 consonants can be formed from the letters of the word INTRODUCE?<\/div>\r\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\r\n<div class=\"textbox__content\">First we select a group of five letters consisting of 2 vowels and 3 consonants. Since there are 4 vowels and 5 consonants, we have:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">4<em>C<\/em>2 \u00b7 5<em>C<\/em>3<\/div>\r\n<div class=\"textbox__content\">Since our next task is to make word sequences out of these letters, we multiply these by 5!:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">4<em>C<\/em>2 \u00b7 5<em>C<\/em>3 \u00b7 5! = 7200.<\/div>\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.4.11<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">A standard deck of playing cards has 52 cards consisting of 4 suits each with 13 cards. In how many different ways can a 5-card hand consisting of four cards of one suit and one of another be drawn?<\/div>\r\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\r\n<div class=\"textbox__content\">We will do the problem using the following steps. Step 1. Select a suit. Step 2. Select four cards from this suit. Step 3. Select another suit. Step 4. Select a card from that suit.<\/div>\r\n<div class=\"textbox__content\">Applying the multiplication axiom, we have:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">\r\n<table style=\"border-collapse: collapse;width: 100%;height: 58px\" border=\"0\">\r\n<tbody>\r\n<tr style=\"height: 44px\">\r\n<td class=\"border\" style=\"width: 25%;height: 44px;text-align: center\">Ways of selecting a suit<\/td>\r\n<td class=\"border\" style=\"width: 25%;height: 44px;text-align: center\">Ways if selecting 4 cards from this suit<\/td>\r\n<td class=\"border\" style=\"width: 25%;height: 44px;text-align: center\">Ways if selecting the next suit<\/td>\r\n<td class=\"border\" style=\"width: 25%;height: 44px;text-align: center\">Ways of selecting a card from that suit<\/td>\r\n<\/tr>\r\n<tr style=\"height: 14px\">\r\n<td class=\"border\" style=\"width: 25%;height: 14px;text-align: center\">4<em>C<\/em>1<\/td>\r\n<td class=\"border\" style=\"width: 25%;height: 14px;text-align: center\">13<em>C<\/em>4<\/td>\r\n<td class=\"border\" style=\"width: 25%;height: 14px;text-align: center\">3<em>C<\/em>1<\/td>\r\n<td class=\"border\" style=\"width: 25%;height: 14px;text-align: center\">13<em>C<\/em>1<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/div>\r\n<div class=\"textbox__content\">4<em>C<\/em>1 \u00b7 13<em>C<\/em>4 \u00b7 3<em>C<\/em>1 \u00b7 13<em>C<\/em>1 = 111,540.<\/div>\r\n<\/div>\r\n&nbsp;\r\n<h1>Practice questions<\/h1>\r\n<strong>1.<\/strong> How many different 3-people committees can be chosen from 10 people?\r\n\r\n<strong>2.<\/strong> How many 5-card hands can be chosen from a deck of cards?\r\n\r\n<strong>3.<\/strong> There are five teams in a league. How many games are played if every team plays each other twice?\r\n\r\n<strong>4.<\/strong> How many 4-people committees chosen from four men and six women will have at least three men?\r\n\r\n<strong>5.<\/strong> Three marbles are chosen from a jar that contains 5 red, 4 white, and 3 blue marbles. How many samples of the following type are possible?\r\n<p style=\"padding-left: 40px\"><strong>a.<\/strong> All three white<\/p>\r\n<p style=\"padding-left: 40px\"><strong>b.<\/strong> One of each colour<\/p>\r\n<p style=\"padding-left: 40px\"><strong>c.<\/strong> At least two red<\/p>\r\n<strong>6.\u00a0<\/strong>There are 15 technicians and 11 chemists working in a research laboratory. In how many ways could they form a 5-member safety committee if the committee:\r\n<p style=\"padding-left: 40px\"><strong>a. <\/strong>Must have exactly one technician<\/p>\r\n<p style=\"padding-left: 40px\"><strong>b. <\/strong>Must have two technicians and three chemists<\/p>\r\n<p style=\"padding-left: 40px\"><strong>c.<\/strong> Must have at least three chemists<\/p>\r\n&nbsp;","rendered":"<h1>Combinations<\/h1>\n<p style=\"text-align: left\">Suppose we have a set of three letters {<em>A<\/em>,<em>B<\/em>,<em>C<\/em>}, and we are asked to make two-letter word sequences. We have the following six permutations:<\/p>\n<p style=\"text-align: left\">AB BA BC CB AC CA<\/p>\n<p style=\"text-align: left\">Now suppose we have a group of three people {<em>A<\/em>,<em>B<\/em>,<em>C<\/em>} as Al, Bob, and Chris, respectively, and we are asked to form committees of two people each. This time we have only three committees, namely:<\/p>\n<p style=\"text-align: left\">AB BC AC<\/p>\n<p style=\"text-align: left\">When forming committees, the order is not important, because the committee that has Al and Bob is no different than the committee that has Bob and Al. As a result, we have only three committees and not six. Forming word sequences is an example of permutations, while forming committees is an example of <strong>combinations<\/strong> \u2013\u00a0the topic of this section.<\/p>\n<p style=\"text-align: left\">Permutations are those arrangements where order is important, while combinations are those arrangements where order is not significant. From now on, this is how we will tell permutations and combinations apart.<\/p>\n<p style=\"text-align: left\">Just as the symbol <em>n<\/em>Pr represents the number of permutations of <em>n<\/em> objects taken <em>r<\/em> at a time, <em>n<\/em>C<em>r<\/em> represents the number of combinations of <em>n<\/em> objects taken <em>r<\/em> at a time.<\/p>\n<p style=\"text-align: left\">Our next goal is to determine the relationship between the number of combinations and the number of permutations in a given situation.<\/p>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.4.1<\/p>\n<\/header>\n<div class=\"textbox__content\">Given the set of letters {<em>A<\/em>,<em>B<\/em>,<em>C<\/em>,<em>D<\/em>}. Write the number of combinations of three letters, and then from these combinations determine the number of permutations.<\/div>\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\n<div class=\"textbox__content\">We have the following four combinations:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">ABC BCD CDA BDA<\/div>\n<div class=\"textbox__content\">Since every combination has three letters, there are 3! permutations for every combination. We list them below:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">ABC BCD CDA BDA<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">ACB BDC CAD BAD<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">BAC CDB DAC DAB<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">BCA CBD DCA DBA<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">CAB DCB ACD ADB<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">CBA DBC ADC ABD<\/div>\n<div class=\"textbox__content\">The number of permutations are 3! times the number of combinations. That is:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">4P3 = 3! \u00b7 4C3<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">or 4C3 = <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-680efcfd840b5df216e2bded75c12f04_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#114;&#97;&#99;&#123;&#52;&#80;&#51;&#125;&#123;&#51;&#33;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"26\" style=\"vertical-align: -6px;\" \/><\/div>\n<div class=\"textbox__content\">\n<p>In general, <em>n<\/em>C<em>r<\/em> = <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-6098469f8693b78ba4e6c85ca020e907_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#114;&#97;&#99;&#123;&#110;&#80;&#114;&#125;&#123;&#114;&#33;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"28\" style=\"vertical-align: -6px;\" \/><\/p>\n<p>Since <em>n<\/em>Pr = <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-7e6602fe8bec44ded69d9c9d2c626be9_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#114;&#97;&#99;&#123;&#110;&#33;&#125;&#123;&#40;&#110;&#45;&#114;&#41;&#33;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"26\" width=\"43\" style=\"vertical-align: -10px;\" \/><\/p>\n<p><span style=\"font-size: 1rem\">We have, <em>n<\/em>C<em>r<\/em> = <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-5c6e1a54500771f2a3ea97a093935fa3_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#114;&#97;&#99;&#123;&#110;&#33;&#125;&#123;&#40;&#110;&#45;&#114;&#41;&#33;&#114;&#33;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"26\" width=\"54\" style=\"vertical-align: -10px;\" \/><\/span><\/p>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<p style=\"text-align: left\">Summarizing:<\/p>\n<ol>\n<li style=\"text-align: left\"><strong>Combinations<\/strong>: A combination of a set of elements is an arrangement where each element is used once, and order is not important.<\/li>\n<li style=\"text-align: left\"><strong>The Number of Combinations of <em>n<\/em> Objects Taken <em>r<\/em> at a Time<\/strong>: <em>n<\/em>C<em>r<\/em> = <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-5c6e1a54500771f2a3ea97a093935fa3_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#114;&#97;&#99;&#123;&#110;&#33;&#125;&#123;&#40;&#110;&#45;&#114;&#41;&#33;&#114;&#33;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"26\" width=\"54\" style=\"vertical-align: -10px;\" \/>, where <em style=\"font-size: 14pt\">n<\/em><span style=\"font-size: 14pt\"> and <\/span><em style=\"font-size: 14pt\">r<\/em><span style=\"font-size: 14pt\"> are natural numbers.<\/span><\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.4.2<\/p>\n<\/header>\n<div class=\"textbox__content\">Compute:<\/div>\n<div class=\"textbox__content\"><strong>a.<\/strong> 5C3<\/div>\n<div class=\"textbox__content\"><strong> b.<\/strong> 7C3.<\/div>\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\n<div class=\"textbox__content\">We use the above formula:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-66698c13268bb23467023d038ad74dc3_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#53;&#67;&#51;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#53;&#33;&#125;&#123;&#40;&#53;&#45;&#51;&#41;&#33;&#51;&#33;&#125;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#53;&#33;&#125;&#123;&#50;&#33;&#51;&#33;&#125;&#61;&#49;&#48;\" title=\"Rendered by QuickLaTeX.com\" height=\"26\" width=\"210\" style=\"vertical-align: -10px;\" \/><\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-5148c0b3ec5d977c68515a90a04a4d77_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#55;&#67;&#51;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#55;&#33;&#125;&#123;&#40;&#55;&#45;&#51;&#41;&#33;&#51;&#33;&#125;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#55;&#33;&#125;&#123;&#52;&#33;&#51;&#33;&#125;&#61;&#51;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"26\" width=\"209\" style=\"vertical-align: -10px;\" \/><\/div>\n<div><\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.4.3<\/p>\n<\/header>\n<div class=\"textbox__content\">In how many different ways can a student answer five questions from a test that has seven questions, if the order of the selection is not important?<\/div>\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\n<div class=\"textbox__content\">Since the order is not important, it is a combination problem, and the answer is:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">7<em>C<\/em>5 = 21.<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.4.4<\/p>\n<\/header>\n<div class=\"textbox__content\">How many line segments can be drawn by connecting any two of the six points that lie on the circumference of a circle?<\/div>\n<div class=\"textbox__content\"><strong>Solution<\/strong><\/div>\n<div class=\"textbox__content\">Since the line that goes from point A to point B is same as the one that goes from B to A, this is a combination problem. It is a combination of 6 objects taken 2 at a time. Therefore, the answer is:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-826207b27790048fcb0e84e8bfd154c2_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#54;&#67;&#50;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#54;&#33;&#125;&#123;&#52;&#33;&#50;&#33;&#125;&#61;&#49;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"128\" style=\"vertical-align: -6px;\" \/><\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.4.5<\/p>\n<\/header>\n<div class=\"textbox__content\">There are 10 people at a party. If they all shake hands, how many hand-shakes are possible?<\/div>\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\n<div class=\"textbox__content\">Note that between any two people there is only one hand shake. Therefore, we have:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">10<em>C<\/em>2 = 45 hand-shakes.<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.4.6<\/p>\n<\/header>\n<div class=\"textbox__content\">The shopping area of a town is in the shape of square that is 5 blocks by 5 blocks. How many different routes can a taxi driver take to go from one corner of the shopping area to the opposite corner?<\/div>\n<div class=\"textbox__content\"><strong>Solution<\/strong><\/div>\n<div class=\"textbox__content\">Let us suppose the taxi driver drives from the point A, the lower left hand corner, to the point B, the upper right hand corner as shown in the figure below.<\/div>\n<div class=\"textbox__content\">\n<div class=\"textbox\">\n<p class=\"ql-center-picture\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-4ca9bce2c0f2cc52b41d4652dcac9021_l3.png\" height=\"284\" width=\"284\" class=\"ql-img-picture quicklatex-auto-format\" alt=\"Rendered by QuickLaTeX.com\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<\/div>\n<div class=\"textbox__content\">To reach his destination, he has to travel 10 blocks; five horizontal, and five vertical. So if out of the 10 blocks he chooses any five horizontal, the other five will have to be the vertical blocks, and vice versa. Therefore, all he has to do is to choose 5 out of 10:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">The answer is 10<em>C<\/em>5, or 252.<\/div>\n<div class=\"textbox__content\">Alternately, the problem can be solved by permutations with similar elements.<\/div>\n<div class=\"textbox__content\">The taxi driver&#8217;s route consists of five horizontal and five vertical blocks. If we call a horizontal block H, and a vertical block a V, then one possible route may be as follows:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">HHHHHVVVVV<\/div>\n<div class=\"textbox__content\">Clearly there are <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-34e0c5cddfd08f1e8cbee811ba537314_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#48;&#33;&#125;&#123;&#53;&#33;&#53;&#33;&#125;&#61;&#50;&#53;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"77\" style=\"vertical-align: -6px;\" \/> permutations.<\/div>\n<div class=\"textbox__content\">Further note that by definition <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-590bab5448a6664efcbcc3a7b7449e84_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#49;&#48;&#67;&#53;&#32;&#61;&#32;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#48;&#33;&#125;&#123;&#53;&#33;&#53;&#33;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"92\" style=\"vertical-align: -6px;\" \/>.<\/div>\n<div><\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.4.7<\/p>\n<\/header>\n<div class=\"textbox__content\">If a coin is tossed six times, in how many ways can it fall four heads and two tails?<\/div>\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\n<div class=\"textbox__content\">First we solve this problem using the permutations with similar elements technique.<\/div>\n<div class=\"textbox__content\">We need 4 heads and 2 tails, that is:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">HHHHTT<\/div>\n<div class=\"textbox__content\">There are <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-78ee29e86543bb7f93023745226ef02c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#114;&#97;&#99;&#123;&#54;&#33;&#125;&#123;&#52;&#33;&#50;&#33;&#125;&#61;&#49;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"68\" style=\"vertical-align: -6px;\" \/> permutations.<\/div>\n<div class=\"textbox__content\">Now we solve this problem using combinations.<\/div>\n<div class=\"textbox__content\">Suppose we have six spots to put the coins on. If we choose any four spots for heads, the other two will automatically be tails. So the problem is simply:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-d96e688c763daab28c3e67e2fc15a311_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#54;&#67;&#52;&#32;&#61;&#32;&#49;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"14\" width=\"77\" style=\"vertical-align: -1px;\" \/>.<\/div>\n<div class=\"textbox__content\">Incidentally, we could have easily chosen the two tails, instead. In that case, we would have:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-0cebf59b1de5dc343bd3fad7f49f4184_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#54;&#67;&#50;&#32;&#61;&#32;&#49;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"14\" width=\"77\" style=\"vertical-align: -1px;\" \/>.<\/div>\n<div class=\"textbox__content\">Further observe that by definition:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-bb928996c18686f41428368d97d62e0a_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#54;&#67;&#52;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#54;&#33;&#125;&#123;&#50;&#33;&#52;&#33;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"84\" style=\"vertical-align: -6px;\" \/><\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-0e3f48f9b9517587346210d1b9080828_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#54;&#67;&#50;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#54;&#33;&#125;&#123;&#52;&#33;&#50;&#33;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"84\" style=\"vertical-align: -6px;\" \/><\/div>\n<div class=\"textbox__content\" style=\"text-align: left\">Which implies:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-d6e687393e16d591debe7054b7af7201_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#54;&#67;&#52;&#61;&#54;&#67;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"92\" style=\"vertical-align: -1px;\" \/>.<\/div>\n<div><\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<h1><strong>Combinations Involving Several Sets<\/strong><\/h1>\n<p style=\"text-align: left\">So far we have solved the basic combination problem of <em>r<\/em> objects chosen from <em>n<\/em> different objects. Now we will consider certain variations of this problem.<\/p>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.4.8<\/p>\n<\/header>\n<div class=\"textbox__content\">How many five-people committees consisting of 2 men and 3 women can be chosen from a total of 4 men and 4 women?<\/div>\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\n<div class=\"textbox__content\">We list 4 men and 4 women as follows:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><em>M<\/em><sub>1<\/sub><em>M<\/em><sub>2<\/sub><em>M<\/em><sub>3<\/sub><em>M<\/em><sub>4<\/sub><em>W<\/em><sub>1<\/sub><em>W<\/em><sub>2<\/sub><em>W<\/em><sub>3<\/sub><em>W<\/em><sub>4<\/sub><\/div>\n<div class=\"textbox__content\">Since we want 5-people committees consisting of 2 men and 3 women, we&#8217;ll first form all possible two-man committees and all possible three-woman committees. Clearly there are 4<em>C<\/em>2 = 6 two-man committees, and 4<em>C<\/em>3 = 4 three-woman committees, we list them as follows:<\/div>\n<div class=\"textbox__content\">\n<table class=\"aligncenter\" style=\"border-collapse: collapse;width: 65.5774%;height: 98px\">\n<tbody>\n<tr style=\"height: 14px\">\n<td class=\"border\" style=\"width: 43.0771%;height: 14px;text-align: center\">2-Man Committees<\/td>\n<td class=\"border\" style=\"width: 42.073%;height: 14px;text-align: center\">3-Woman Committees<\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td class=\"border\" style=\"width: 43.0771%;height: 14px;text-align: center\"><em>M<sub>1<\/sub>M<sub>2<\/sub><\/em><\/td>\n<td class=\"border\" style=\"width: 42.073%;height: 14px;text-align: center\"><em>W<sub>1<\/sub>W<sub>2<\/sub>W<sub>3<\/sub><\/em><\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td class=\"border\" style=\"width: 43.0771%;height: 14px;text-align: center\"><em>M<sub>1<\/sub>M<sub>3<\/sub><\/em><\/td>\n<td class=\"border\" style=\"width: 42.073%;height: 14px;text-align: center\"><em>W<sub>1<\/sub>W<sub>2<\/sub>W<sub>4<\/sub><\/em><\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td class=\"border\" style=\"width: 43.0771%;height: 14px;text-align: center\"><em>M<sub>1<\/sub>M<sub>4<\/sub><\/em><\/td>\n<td class=\"border\" style=\"width: 42.073%;height: 14px;text-align: center\"><em>W<sub>1<\/sub>W<sub>3<\/sub>W<sub>4<\/sub><\/em><\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td class=\"border\" style=\"width: 43.0771%;height: 14px;text-align: center\"><em>M<sub>2<\/sub>M<sub>3<\/sub><\/em><\/td>\n<td class=\"border\" style=\"width: 42.073%;height: 14px;text-align: center\"><em>W<sub>2<\/sub>W<sub>3<\/sub>W<sub>4<\/sub><\/em><\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td class=\"border\" style=\"width: 43.0771%;height: 14px;text-align: center\"><em>M<sub>2<\/sub>M<sub>4<\/sub><\/em><\/td>\n<td class=\"border\" style=\"width: 42.073%;height: 14px;text-align: center\"><\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td class=\"border\" style=\"width: 43.0771%;height: 14px;text-align: center\"><em>M<sub>3<\/sub>M<sub>4<\/sub><\/em><\/td>\n<td class=\"border\" style=\"width: 42.073%;height: 14px;text-align: center\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"textbox__content\">For every 2-man committee there are four 3-woman committees that can be chosen to make a 5-person committee. If we choose <em>M<sub>1<\/sub>M<sub>2<\/sub><\/em> as our 2-man committee, then we can choose any of <em>W<sub>1<\/sub>W<sub>2<\/sub>W<sub>3<\/sub> ,<\/em>\u00a0<em>W<sub>1<\/sub>W<sub>2<\/sub>W<sub>4<\/sub> <\/em>, <em>W<sub>1<\/sub>W<sub>3<\/sub>W<sub>4<\/sub> <\/em>, or <em>W<sub>2<\/sub>W<sub>3<\/sub>W<sub>4<\/sub><\/em> as our 3-woman committees. As a result, we get:<\/div>\n<div class=\"textbox__content\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-0a7b96c0f42c42f89e847bc5cf70217d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#98;&#111;&#120;&#123;&#77;&#95;&#49;&#77;&#95;&#50;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"28\" width=\"64\" style=\"vertical-align: -9px;\" \/> , <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-cd7e6acc477c3d2c59b4cad7af120d30_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#87;&#95;&#49;&#87;&#95;&#50;&#87;&#95;&#51;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"76\" style=\"vertical-align: -4px;\" \/>\u00a0 \u00a0<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-0a7b96c0f42c42f89e847bc5cf70217d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#98;&#111;&#120;&#123;&#77;&#95;&#49;&#77;&#95;&#50;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"28\" width=\"64\" style=\"vertical-align: -9px;\" \/> , <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-8442262efce9622557658700118f56d7_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#87;&#95;&#49;&#87;&#95;&#50;&#87;&#95;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"76\" style=\"vertical-align: -4px;\" \/>\u00a0 \u00a0<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-0a7b96c0f42c42f89e847bc5cf70217d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#98;&#111;&#120;&#123;&#77;&#95;&#49;&#77;&#95;&#50;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"28\" width=\"64\" style=\"vertical-align: -9px;\" \/> , <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-99a3ac476ce17c5e7bff0c1503250547_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#87;&#95;&#49;&#87;&#95;&#51;&#87;&#95;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"76\" style=\"vertical-align: -4px;\" \/>\u00a0 \u00a0<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-0a7b96c0f42c42f89e847bc5cf70217d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#98;&#111;&#120;&#123;&#77;&#95;&#49;&#77;&#95;&#50;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"28\" width=\"64\" style=\"vertical-align: -9px;\" \/> , <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-d2056fd91c3b259e5a57e3f30628bc68_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#87;&#95;&#50;&#87;&#95;&#51;&#87;&#95;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"15\" width=\"76\" style=\"vertical-align: -3px;\" \/><\/div>\n<div class=\"textbox__content\">Similarly, if we choose <em>M<sub>1<\/sub>M<sub>3<\/sub><\/em> as our 2-man committee, then, again, we can choose any of <em>W<sub>1<\/sub>W<sub>2<\/sub>W<sub>3<\/sub> ,<\/em>\u00a0<em>W<sub>1<\/sub>W<sub>2<\/sub>W<sub>4<\/sub> <\/em>, <em>W<sub>1<\/sub>W<sub>3<\/sub>W<sub>4<\/sub> <\/em>, or <em>W<sub>2<\/sub>W<sub>3<\/sub>W<sub>4<\/sub><\/em>\u00a0as our 3-woman committees.<\/div>\n<div class=\"textbox__content\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-d3c9f3c07199bf6e12a6a3091a62813e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#98;&#111;&#120;&#123;&#77;&#95;&#49;&#77;&#95;&#51;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"28\" width=\"64\" style=\"vertical-align: -9px;\" \/> , <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-cd7e6acc477c3d2c59b4cad7af120d30_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#87;&#95;&#49;&#87;&#95;&#50;&#87;&#95;&#51;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"76\" style=\"vertical-align: -4px;\" \/>\u00a0 \u00a0<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-d3c9f3c07199bf6e12a6a3091a62813e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#98;&#111;&#120;&#123;&#77;&#95;&#49;&#77;&#95;&#51;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"28\" width=\"64\" style=\"vertical-align: -9px;\" \/> , <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-8442262efce9622557658700118f56d7_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#87;&#95;&#49;&#87;&#95;&#50;&#87;&#95;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"76\" style=\"vertical-align: -4px;\" \/>\u00a0 \u00a0<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-d3c9f3c07199bf6e12a6a3091a62813e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#98;&#111;&#120;&#123;&#77;&#95;&#49;&#77;&#95;&#51;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"28\" width=\"64\" style=\"vertical-align: -9px;\" \/> , <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-99a3ac476ce17c5e7bff0c1503250547_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#87;&#95;&#49;&#87;&#95;&#51;&#87;&#95;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"76\" style=\"vertical-align: -4px;\" \/>\u00a0 \u00a0<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-d3c9f3c07199bf6e12a6a3091a62813e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#98;&#111;&#120;&#123;&#77;&#95;&#49;&#77;&#95;&#51;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"28\" width=\"64\" style=\"vertical-align: -9px;\" \/> , <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-d2056fd91c3b259e5a57e3f30628bc68_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#87;&#95;&#50;&#87;&#95;&#51;&#87;&#95;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"15\" width=\"76\" style=\"vertical-align: -3px;\" \/><\/div>\n<div class=\"textbox__content\">And so on. Since there are six 2-man committees, and for every 2-man committee there are four 3- woman committees, there are altogether 6 \u00b7 4 = 24 five-people committees. In essence, we are applying the multiplication axiom to the different combinations.<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.4.9<\/p>\n<\/header>\n<div class=\"textbox__content\">A high school club consists of 4 freshmen, 5 sophomores, 5 juniors, and 6 seniors. How many ways can a committee of 4 people be chosen that includes:<\/div>\n<div class=\"textbox__content\" style=\"padding-left: 40px\"><strong>a.<\/strong> One student from each class?<\/div>\n<div class=\"textbox__content\" style=\"padding-left: 40px\"><strong>b.<\/strong> All juniors?<\/div>\n<div class=\"textbox__content\" style=\"padding-left: 40px\"><strong>c.<\/strong> Two freshmen and 2 seniors?<\/div>\n<div class=\"textbox__content\" style=\"padding-left: 40px\"><strong>d.<\/strong> No freshmen?<\/div>\n<div class=\"textbox__content\" style=\"padding-left: 40px\"><strong>e.<\/strong> At least three seniors?<\/div>\n<div class=\"textbox__content\"><strong>Solution<\/strong><\/div>\n<div class=\"textbox__content\"><strong>a.<\/strong> Applying the multiplication axiom to the combinations involved, we get:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">4<em>C<\/em>1 \u00b7 5<em>C<\/em>1 \u00b7 5<em>C<\/em>1 \u00b7 6<em>C<\/em>1 = 600<\/div>\n<div class=\"textbox__content\"><strong>b.<\/strong> We are choosing all 4 members from the 5 juniors, and none from the others.<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">5<em>C<\/em>4 = 5<\/div>\n<div class=\"textbox__content\" style=\"text-align: left\">\n<p><strong>c.<\/strong> 4<em>C<\/em>2 \u00b7 6<em>C<\/em>2 = 90<\/p>\n<p><strong>d.<\/strong> Since we don&#8217;t want any freshmen on the committee, we need to choose all members from the remaining 16. That is:<\/p>\n<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">16<em>C<\/em>4 = 1820<\/div>\n<div class=\"textbox__content\" style=\"text-align: left\"><strong>e.<\/strong> Of the 4 people on the committee, we want at least three seniors. This can be done in two ways. We could have three seniors, and one non-senior, or all four seniors:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">(6<em>C<\/em>3 \u00b7 14<em>C<\/em>1) + 6<em>C<\/em>4 = 295<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.4.10<\/p>\n<\/header>\n<div class=\"textbox__content\">How many five-letter word sequences consisting of 2 vowels and 3 consonants can be formed from the letters of the word INTRODUCE?<\/div>\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\n<div class=\"textbox__content\">First we select a group of five letters consisting of 2 vowels and 3 consonants. Since there are 4 vowels and 5 consonants, we have:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">4<em>C<\/em>2 \u00b7 5<em>C<\/em>3<\/div>\n<div class=\"textbox__content\">Since our next task is to make word sequences out of these letters, we multiply these by 5!:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">4<em>C<\/em>2 \u00b7 5<em>C<\/em>3 \u00b7 5! = 7200.<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.4.11<\/p>\n<\/header>\n<div class=\"textbox__content\">A standard deck of playing cards has 52 cards consisting of 4 suits each with 13 cards. In how many different ways can a 5-card hand consisting of four cards of one suit and one of another be drawn?<\/div>\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\n<div class=\"textbox__content\">We will do the problem using the following steps. Step 1. Select a suit. Step 2. Select four cards from this suit. Step 3. Select another suit. Step 4. Select a card from that suit.<\/div>\n<div class=\"textbox__content\">Applying the multiplication axiom, we have:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">\n<table style=\"border-collapse: collapse;width: 100%;height: 58px\">\n<tbody>\n<tr style=\"height: 44px\">\n<td class=\"border\" style=\"width: 25%;height: 44px;text-align: center\">Ways of selecting a suit<\/td>\n<td class=\"border\" style=\"width: 25%;height: 44px;text-align: center\">Ways if selecting 4 cards from this suit<\/td>\n<td class=\"border\" style=\"width: 25%;height: 44px;text-align: center\">Ways if selecting the next suit<\/td>\n<td class=\"border\" style=\"width: 25%;height: 44px;text-align: center\">Ways of selecting a card from that suit<\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td class=\"border\" style=\"width: 25%;height: 14px;text-align: center\">4<em>C<\/em>1<\/td>\n<td class=\"border\" style=\"width: 25%;height: 14px;text-align: center\">13<em>C<\/em>4<\/td>\n<td class=\"border\" style=\"width: 25%;height: 14px;text-align: center\">3<em>C<\/em>1<\/td>\n<td class=\"border\" style=\"width: 25%;height: 14px;text-align: center\">13<em>C<\/em>1<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"textbox__content\">4<em>C<\/em>1 \u00b7 13<em>C<\/em>4 \u00b7 3<em>C<\/em>1 \u00b7 13<em>C<\/em>1 = 111,540.<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<h1>Practice questions<\/h1>\n<p><strong>1.<\/strong> How many different 3-people committees can be chosen from 10 people?<\/p>\n<p><strong>2.<\/strong> How many 5-card hands can be chosen from a deck of cards?<\/p>\n<p><strong>3.<\/strong> There are five teams in a league. How many games are played if every team plays each other twice?<\/p>\n<p><strong>4.<\/strong> How many 4-people committees chosen from four men and six women will have at least three men?<\/p>\n<p><strong>5.<\/strong> Three marbles are chosen from a jar that contains 5 red, 4 white, and 3 blue marbles. How many samples of the following type are possible?<\/p>\n<p style=\"padding-left: 40px\"><strong>a.<\/strong> All three white<\/p>\n<p style=\"padding-left: 40px\"><strong>b.<\/strong> One of each colour<\/p>\n<p style=\"padding-left: 40px\"><strong>c.<\/strong> At least two red<\/p>\n<p><strong>6.\u00a0<\/strong>There are 15 technicians and 11 chemists working in a research laboratory. In how many ways could they form a 5-member safety committee if the committee:<\/p>\n<p style=\"padding-left: 40px\"><strong>a. <\/strong>Must have exactly one technician<\/p>\n<p style=\"padding-left: 40px\"><strong>b. <\/strong>Must have two technicians and three chemists<\/p>\n<p style=\"padding-left: 40px\"><strong>c.<\/strong> Must have at least three chemists<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"author":130,"menu_order":4,"template":"","meta":{"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[48],"contributor":[],"license":[],"class_list":["post-2729","chapter","type-chapter","status-publish","hentry","chapter-type-numberless"],"part":962,"_links":{"self":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/pressbooks\/v2\/chapters\/2729","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/wp\/v2\/users\/130"}],"version-history":[{"count":12,"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/pressbooks\/v2\/chapters\/2729\/revisions"}],"predecessor-version":[{"id":3297,"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/pressbooks\/v2\/chapters\/2729\/revisions\/3297"}],"part":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/pressbooks\/v2\/parts\/962"}],"metadata":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/pressbooks\/v2\/chapters\/2729\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/wp\/v2\/media?parent=2729"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/pressbooks\/v2\/chapter-type?post=2729"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/wp\/v2\/contributor?post=2729"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/wp\/v2\/license?post=2729"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}