Four processes are involved in assembling a certain product and they can be preformed in any order. The management wants to test each order to determine which is the least time consuming. How many different orders will have to be tested?
The first process can be any one of the 4. For each of those ... The second process can be any one of the remaining 3. For each of those ... The third process can be either of the remaining two. For each of those ... The fourth process will be the only 1 left.
The total number of ways to order them is (4 x 3 x 2 x 1) = 24 orders.