Solution:2. How many cards in a standard deck of 52 cards are aces or spades?
100 = 37 + 84 -
100 += 121
= 121 - 100 = 21
Solution:3. A department store surveyed 428 shoppers and obtained the following information
n(aces or spades) = n(aces) + n(spades) - n(aces and spades)
n(aces or spades) = 4 + 13 - 1 = 16
How many shoppers were satisfied with the service but did not make a purchase?214 shoppers made a purchase.
299 shoppers were satisfied with the service.
52 of those shoppers who made a purchase were not satisfied with the service they received.
Solution:4. If U = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9}, A = {1, 2, 3, 4, 5}, and B = {4, 5, 6, 7, 8}, then find the set
The number of shoppers who were satisfied with the service but did not make a purchase are in the part of the satisfied circle that does not overlap with the purchased circle and is 137.
Solution:5. If you buy 3 pairs of jeans, 4 sweaters, and 2 pairs of boots, how many new outfits (each consisting of a pair of jeans, a sweater, and a pair of boots) will you have?
This is the set of items that occur in both the set A and the set B.= {4, 5}.
Solution:6. From an English class consisting of 24 students, three students are to be chosen to give speeches in a school competition. In how many different ways can the teacher choose the 3 students if the order is which the students are selected is important?
This is a fundamental counting pricinple problem. We have 3 things to choose from: jeans, sweaters, and boots. We make a blank for each type of item, fill in the blank with the number of possible choices for that item and then multiply the numbers that we have together. 3 * 4 * 2 = 24.
Solution:7. From an English class consisting of 24 students, three students are to be chosen to give speeches in a school competition. In how many different ways can the teacher choose the 3 students if the order is which the students are selected is not important?
When order is important, we use permutations. In this case we are finding permutations of 24 things taken 3 at a time.![]()
Solution:8. A soccer league has eight teams. If every team must play every other team once in the first round of league play, how many games must be scheduled?
When order is not important, we use combinations. In this case we are finding combinations of 24 things taken 3 at a time.![]()
Solution:
Here we are picking pairs of teams to play each other. It does not matter which team is picked first and which team is picked second. All we need to know is how many different pairs (sets of 2) teams there are when there are 8 teams to choose from Since order is not important and there is no replacement, this is a combination problem. Thus we would need to calculate 8C2 = 28