- Examples
- Example 1
- Solution
- Example 2
- Solution
- Counting techniques
- Addition principle
- Example
- Solution
- Permutation principle
- Example
- Solution
- Example
- Solution
- Example
- Solution
- Combination principle
- Example
- Solution
- Solved exercises
- Exercise 1
- Solution
- Exercise 2
- Solution
- References
The multiplicative principle is a technique used to solve counting problems to find the solution without having to list its elements. It is also known as the fundamental principle of combinatorial analysis; it is based on successive multiplication to determine how an event can occur.
This principle states that, if a decision (d 1) can be made in n ways and another decision (d 2) can be made in m ways, the total number of ways in which decisions d 1 and d 2 can be made will be equal to multiply from n * m. According to the principle, each decision is made one after the other: number of ways = N 1 * N 2 … * N x ways.
Examples
Example 1
Paula plans to go to the movies with her friends, and to choose the clothes she will wear, I separate 3 blouses and 2 skirts. How many ways can Paula dress?
Solution
In this case, Paula must make two decisions:
d 1 = Choose between 3 blouses = n
d 2 = Choose between 2 skirts = m
That way Paula has n * m decisions to make or different ways of dressing.
n * m = 3 * 2 = 6 decisions.
The multiplicative principle stems from the tree diagram technique, which is a diagram that relates all the possible outcomes, so that each one can occur a finite number of times.
Example 2
Mario was very thirsty, so he went to the bakery to buy juice. Luis takes care of him and tells him that it comes in two sizes: large and small; and four flavors: apple, orange, lemon and grape. How many ways can Mario choose the juice?
Solution
In the diagram it can be seen that Mario has 8 different ways to choose the juice and that, as in the multiplicative principle, this result is obtained by multiplying n * m. The only difference is that through this diagram you can see what the ways in which Mario chooses the juice are like.
On the other hand, when the number of possible outcomes is very large, it is more practical to use the multiplicative principle.
Counting techniques
Counting techniques are methods used to make a direct count, and thus know the number of possible arrangements that the elements of a given set can have. These techniques are based on several principles:
Addition principle
This principle states that, if two events m and n cannot occur at the same time, the number of ways in which the first or second event can occur will be the sum of m + n:
Number of shapes = m + n… + x different shapes.
Example
Antonio wants to take a trip but does not decide which destination; at the Southern Tourism Agency they offer you a promotion to travel to New York or Las Vegas, while the Eastern Tourism Agency recommends traveling to France, Italy or Spain. How many different travel alternatives does Antonio offer you?
Solution
With the Southern Tourism Agency Antonio has 2 alternatives (New York or Las Vegas), while with the Eastern Tourism Agency he has 3 options (France, Italy or Spain). The number of different alternatives is:
Number of alternatives = m + n = 2 + 3 = 5 alternatives.
Permutation principle
It is about specifically ordering all or some of the elements that make up a set, to facilitate the counting of all the possible arrangements that can be made with the elements.
The number of permutations of n different elements, taken all at once, is represented as:
n P n = n!
Example
Four friends want to take a picture and want to know how many different ways they can be arranged.
Solution
You want to know the set of all the possible ways in which the 4 people can be positioned to take the picture. Thus, you have to:
4 P 4 = 4! = 4 * 3 * 2 * 1 = 24 different shapes.
If the number of permutations of n available elements is taken by parts of a set that is made up of r elements, it is represented as:
n P r = n! ÷ (n - r)!
Example
In a classroom there are 10 seats. If 4 students attend the class, in how many different ways can students fill the positions?
Solution
We have that the total number of the set of chairs is 10, and of these only 4 will be used. The given formula is applied to determine the number of permutations:
n P r = n! ÷ (n - r)!
10 P 4 = 10! ÷ (10 - 4)!
10 P 4 = 10! ÷ 6!
10 P 4 = 10 * 9 * 8 * 7 * 6 * 5 * 4 * 3 * 2 * 1 ÷ 6 * 5 * 4 * 3 * 2 * 1 = 5040 ways to fill the positions.
There are cases in which some of the available elements of a set are repeated (they are the same). To calculate the number of arrays taking all the elements at the same time, the following formula is used:
n P r = n! ÷ n 1 ! * n 2 !… n r !
Example
How many different four letter words can be formed from the word "wolf"?
Solution
In this case there are 4 elements (letters) of which two of them are exactly the same. Applying the given formula, it is known how many different words result:
n P r = n! ÷ n 1 ! * n 2 !… n r !
4 P 2, 1,1 = 4! ÷ 2! * 1! * 1!
4 P 2, 1, 1 = (4 * 3 * 2 * 1) ÷ (2 * 1) * 1 * 1
4 P 2, 1, 1 = 24 ÷ 2 = 12 different words.
Combination principle
It is about arranging all or some of the elements that make up a set without a specific order. For example, if you have an XYZ arrangement, it will be identical to the ZXY, YZX, ZYX arrangements, among others; this is because, despite not being in the same order, the elements of each arrangement are the same.
When some elements (r) are taken from the set (n), the principle of combination is given by the following formula:
n C r = n! ÷ (n - r)! R!
Example
In a store they sell 5 different types of chocolate. How many different ways can 4 chocolates be chosen?
Solution
In this case, 4 chocolates have to be chosen from the 5 types that they sell in the store. The order in which they are chosen does not matter and, in addition, a type of chocolate can be chosen more than twice. Applying the formula, you have to:
n C r = n! ÷ (n - r)! R!
5 C 4 = 5! ÷ (5 - 4)! 4!
5 C 4 = 5! ÷ (1)! 4!
5 C 4 = 5 * 4 * 3 * 2 * 1 ÷ 4 * 3 * 2 * 1
5 C 4 = 120 ÷ 24 = 5 different ways to choose 4 chocolates.
When all elements (r) of the set (n) are taken, the combination principle is given by the following formula:
n C n = n!
Solved exercises
Exercise 1
There is a baseball team with 14 members. In how many ways can 5 positions be assigned for a game?
Solution
The set is made up of 14 elements and you want to assign 5 specific positions; that is, order matters. The permutation formula is applied where n available elements are taken by parts of a set that is formed by r.
n P r = n! ÷ (n - r)!
Where n = 14 and r = 5. It is substituted in the formula:
14 P 5 = 14! ÷ (14 - 5)!
14 P 5 = 14! ÷ (9)!
14 P 5 = 240 240 ways to assign the 9 game positions.
Exercise 2
If a family of 9 goes on a trip and buys their tickets with consecutive seats, how many different ways can they sit down?
Solution
It is about 9 elements that will occupy 9 seats consecutively.
P 9 = 9!
P 9 = 9 * 8 * 7 * 6 * 5 * 4 * 3 * 2 * 1 = 362 880 different ways of sitting.
References
- Hopkins, B. (2009). Resources for Teaching Discrete Mathematics: Classroom Projects, History Modules, and Articles.
- Johnsonbaugh, R. (2005). Discrete mathematics. Pearson Education,.
- Lutfiyya, LA (2012). Finite and Discrete Math Problem Solver. Research & Education Association Editors.
- Padró, FC (2001). Discrete mathematics. Politèc. of Catalunya.
- Steiner, E. (2005). Mathematics for applied sciences. Reverte.