Permutations and combinations

A group contains n men and n women. How many ways are there to arrange these people in a row if the men and women alternate?

Relevant definitions to solve this exercise: “THE PRODUCT RULE Suppose that a procedure can be broken down into a sequence of two tasks. If there are n1 ways to do the first task and for each of these ways of doing the first task, there are n2 ways to do the second task, then there […]

A group contains n men and n women. How many ways are there to arrange these people in a row if the men and women alternate? Read More »

There are six different candidates for governor of a state. In how many different orders can the names of the candidates be printed on a ballot?

Let’s refresh the definitions. “A permutation of a set of distinct objects is an ordered arrangement of these objects. We also are interested in ordered arrangements of some of the elements of a set. An ordered arrangement of r elements of a set is called an r-permutation. ” “An r-combination of elements of a set

There are six different candidates for governor of a state. In how many different orders can the names of the candidates be printed on a ballot? Read More »

In how many different orders can five runners finish a race if no ties are allowed?

First, let’s examine the definitions of permutations and combinations. “A permutation of a set of distinct objects is an ordered arrangement of these objects. We also are interested in ordered arrangements of some of the elements of a set. An ordered arrangement of r elements of a set is called an r-permutation. ” “An r-combination

In how many different orders can five runners finish a race if no ties are allowed? Read More »

Find the value of each of these quantities a) C(5,1) b) C(5,3) c) C(8,4) d) C(8,8) e) C(8,0) f) C(12,6)

This is a simple exercise. To solve it, we just need to apply the formula to calculate the number of r-combinations. “The number of r-combinations of a set with n elements, where n is a nonnegative integer and r is an integer with 0 ≤ r ≤ n, equals C(n,r) = n! / r!(n−r)!” Discrete

Find the value of each of these quantities a) C(5,1) b) C(5,3) c) C(8,4) d) C(8,8) e) C(8,0) f) C(12,6) Read More »

A professor writes 40 discrete mathematics true/false questions. Of the statements in these questions, 17 are true. If the questions can be positioned in any order, how many different answer keys are possible?

A powerful tool for solving problems is to transform a given problem into another one that is easier to solve, or that we already know how to solve. Then, from the solution to that new problem, we can give the solution to the former one. This is such a case. We know that we have

A professor writes 40 discrete mathematics true/false questions. Of the statements in these questions, 17 are true. If the questions can be positioned in any order, how many different answer keys are possible? Read More »

How many different permutations are there of the set  {a,b,c,d,e,f,g}? 

This type of exercise is quite easy, and probably you won’t find it commonly on a test, exam, or in real life. However, there are some places you might find it. So, it is worth looking into it. As usual, let’s start with relevant definitions and theorems. “A permutation of a set of distinct objects

How many different permutations are there of the set  {a,b,c,d,e,f,g}?  Read More »