Factorial problem: combo's of salads, pizzas, desserts

G

Guest

Guest
We started a unit on permutation and combinations. I honestly lack all logic. Can some one please explain how to solve the following:

Pizza Barn offers three choises of salad, 20 kinds of pizza, and 4 different desserts. How many three-course meals can one order?

So far, I've tried to find the possibilites for each and add them, but that doesn't work.

Thank you for your time.
 
We started a unit on permutation and combinations. I honestly lack all logic. Can some one please explain how to solve the following:

Pizza Barn offers three choises of salad, 20 kinds of pizza, and 4 different desserts. How many three-course meals can one order?

So far, I've tried to find the possibilites for each and add them, but that doesn't work.

Thank you for your time.

Combinations
We designate the combinations of n things taken n at a time as nCn and the combinations of n things taken r at a time by nCr. To find the number of combinations of n dissimilar things taken r at a time, the formula is nCr = n!/[r!(n-r)!] which can be stated as n factorial divided by the product of r factorial times (n-r) factorial. Example: In how many ways can a committee of three people be selected from a group of 12 people? We have 12C3 = (12!)/[3!(9!) = 220. How many different ways can you combine A, B, C, and D in sets of three? Clearly, 4C3 = (4x3x2x1)/(3x2x1)(1) = 4. How many handshakes will take place between six people in a room when they each shakes hands with all the other people in the room one time? Here, 6C2 = (6x5x4x3x2x1)/(2x1)(4x3x2x1) =15.
Another way of viewing combinations is as follows. Consider the number of combinations of 5 letters taken 3 at a time. This produces 5C3 = 5x4x3x2x1/(2x1)(3x2x1) = 10. Now assume you permute (arrange) the r = 3 letters in each of the 10 combinations in all possible ways. Each group would produce r! permutations. Letting x = 5C3 for the moment, we would therefore have a total of x(r!) different permutations. This total, however, represents all the possible permutations (arrangements) of n things taken r at a time, which we earlier defined as nPr. Therefore, x(r!) = nPr or x = nPr/r!. But, x = nCr which results in nCr = nPr/r!. Using the committee of 3 out of 12 people example from above, 12C3 = (12x11x10)/3x2x1 = 220.
Consider the following: How many different ways can you enter a 4 door car? It is clear that there are 4 different ways of entering the car. Another way of expressing this is 4C1 = 4!/1! = 4. If we ignore the presence of the front seats for the purpose of this example, how many different ways can you exit the car assuming that you do not exit through the door you entered? Clearly you have 3 choices. This too can be expressed as 3C1 = 3!/1! = 3. Carrying this one step further, how many different ways can you enter the car by one door and exit through another? Entering through door #1 leaves you with 3 other doors to exit through. The same result exists if you enter through either of the other 3 doors. Therefore, the total number of ways of entering and exiting under the specified conditions is 4x3 = 12 or 4C1 x 3C1 = 4 x 3 = 12. Another example of this type of situation is how many ways can a committee of 4 girls and 3 boys be selected from a class of 10 girls and 8 boys? This results in 10C4 x 8C3 = [(10x9x8x7)/(4x3x2x1)] x [(8x7x6)/(3x2x1)] = 210 x 56 = 11,760.

<--------------------------------------------------------------------------------------------------------------->

Each of the "arrangements" which can be made by taking some, or all, of a number of things, is called a permutation. Each of the groups, or selections, which can be made by taking some or all of a number of things is called a "combination." Thus, the permutations which can be made by taking the letters a, b, c, d two at a time are twelve in number; namely, ab, ac, ad, bc, bd, cd, ba, ca, da, cb, db, dc; each of these presenting a different "arrangement" of two letters.
The combinations which can be made by taking the letters a, b, c, d two at a time are six in number; namely, ab, ac, ad, bc, bd, cd; each of these representing simply a different selection of two letters.
From this it is clear that in forming combinations we are only concerned with the number of things each selection contains; whereas in forming permutations we have also to consider the "order" of the things which make up the arrangement; for instance, if from four letters a, b, c, d we make a selection of three, such as abc,
this single combination is capable of being arranged in the following ways: abc, acb, bca, bac, cab, cba, and so gives rise to six different "permutations."

To find the number of permutations of n dissimilar things taken r at a time, the formula is P(n/r) = n! which is n factorial which means n(n-1)(n-2)(n-3).......(n-r+1). Example: How many ways can you arrange the letters A & B. Clearly 2 which is 2 x 1 = 2. How many ways can you arrange the letters A, B & C in sets of three? Clearly P(3/3) = 3 x 2 x 1 = 6. How many ways can you arrange A, B, C & D in sets of four? Clearly P(4/4) = 4 x 3 x 2 x 1 = 24. Four persons enter a car in which there are six seats. In how many ways can they seat themselves? P(6/4) = 6 x 5 x 4 x (6-4+1=3) = 360.

To find the number of combinations of n dissimilar things taken r at a time, the formula is C(n/r) = n!/r!(n-r)! which can be stated as n factorial divided by the product of r factorial times (n-r) factorial. How many different ways can you combine A, B, C, and D in sets of three? Clearly, C(4/3) = (4x3x2x1)/(3x2x1)(1) = 4. How many
handshakes will take place between six people in a room when they each shakes hands with all the other people in the room one time? C(6/2) = (6x5x4x3x2x1)/(2x1)(4x3x2x1) =15.


Salad A with Pizza 1 and dessert 1
Salad B with Pizza 1 and dessert 1
Salad C with Pizza 1 and dessert 1
Salad A with Pizza 2 and dessert 1
Salad B with Pizza 2 and dessert 1
Salad C with Pizza 2 and dessert 1

3 salads with 20 pizzas and 4 desserts = 3x20x4 = 240 different 3 course meals.

3x20x4 =
 
Top