<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://training-course-material.com/index.php?action=history&amp;feed=atom&amp;title=Permutations_and_Combinations</id>
	<title>Permutations and Combinations - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://training-course-material.com/index.php?action=history&amp;feed=atom&amp;title=Permutations_and_Combinations"/>
	<link rel="alternate" type="text/html" href="https://training-course-material.com/index.php?title=Permutations_and_Combinations&amp;action=history"/>
	<updated>2026-05-21T20:14:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://training-course-material.com/index.php?title=Permutations_and_Combinations&amp;diff=17193&amp;oldid=prev</id>
		<title>Bernard Szlachta: /* Quiz */</title>
		<link rel="alternate" type="text/html" href="https://training-course-material.com/index.php?title=Permutations_and_Combinations&amp;diff=17193&amp;oldid=prev"/>
		<updated>2014-05-28T15:28:18Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Quiz&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Cat|Probability| 03}}&lt;br /&gt;
&lt;br /&gt;
=Possible Orders=&lt;br /&gt;
:[[File:ClipCapIt-140526-161904.PNG|200px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Suppose you had a plate with three pieces of candy on it: one green, on red and one yellow. &lt;br /&gt;
* You are going to pick up these three pieces one at a time. &lt;br /&gt;
* In how many different orders can you pick up the pieces? &lt;br /&gt;
&lt;br /&gt;
Table below lists all the possible orders. &lt;br /&gt;
:[[File:ClipCapIt-140526-160856.PNG]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* There are two orders in which red is first: red, yellow, green and red, green, yellow. &lt;br /&gt;
* Similarly, there are two orders in which yellow is first and two orders in which green is first. &lt;br /&gt;
* This makes six possible orders in which the pieces can be picked up.&lt;br /&gt;
&lt;br /&gt;
The formula for the number of orders is shown below.&lt;br /&gt;
 Number of orders = n!&lt;br /&gt;
 where n is the number of pieces to be picked up. The symbol &amp;quot;!&amp;quot; stands for factorial. &lt;br /&gt;
 In a spredsheet&lt;br /&gt;
 =FACT(3)&lt;br /&gt;
&lt;br /&gt;
Some examples are:&lt;br /&gt;
 3! = 3 x 2 x 1 = 6&lt;br /&gt;
 4! = 4 x 3 x 2 x 1 = 24&lt;br /&gt;
 5! = 120&lt;br /&gt;
&lt;br /&gt;
=Multiplication Rule (Cartesian Product, Cross Product)=&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Imagine a small restaurant whose menu has 3 soups, 2 entrées, and 3 desserts. How many possible meals are there? &lt;br /&gt;
* The answer is calculated by multiplying the numbers to get 3 x 2 x 3 = 18. &lt;br /&gt;
* You can think of it as first there is a choice among 3 soups. &lt;br /&gt;
* Then, for each of these choices there is a choice among 2 entrées resulting in 3 x 2 = 6 possibilities. &lt;br /&gt;
* Then, for each of these 6 possibilities there are 3 possible desserts yielding 6 x 3 = 18 total possibilities&lt;br /&gt;
| [[File:ClipCapIt-140528-153329.PNG]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Permutations=&lt;br /&gt;
:[[File:ClipCapIt-140526-161827.PNG|250px]]&lt;br /&gt;
&lt;br /&gt;
Suppose that there were four pieces of candy (green, red, brown, and yellow).&lt;br /&gt;
* You were only going to pick up exactly two pieces. &lt;br /&gt;
* How many ways are there of picking up two pieces? &lt;br /&gt;
&lt;br /&gt;
Table below lists all the possibilities. &lt;br /&gt;
:[[File:ClipCapIt-140526-162115.PNG|300px]]&lt;br /&gt;
&lt;br /&gt;
* The first choice can be any of the four colors. &lt;br /&gt;
* For each of these 4 first choices there are 3 second choices. &lt;br /&gt;
* Therefore there are 4 x 3 = 12 possibilities.&lt;br /&gt;
&lt;br /&gt;
The number of permutations of four things taken two at a time. &lt;br /&gt;
* In other words, it is the number of ways r things can be selected from a group of n things. &lt;br /&gt;
* The general formula is:&lt;br /&gt;
 [[File:ClipCapIt-140526-162532.PNG]]&lt;br /&gt;
 where &amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;P&amp;lt;sub&amp;gt;r&amp;lt;/sub&amp;gt; is the number of permutations of n things taken r at a time&lt;br /&gt;
&lt;br /&gt;
 In a spreadsheet&lt;br /&gt;
 =PERMUT(4,2)&lt;br /&gt;
&lt;br /&gt;
[[File:ClipCapIt-140526-162615.PNG]]&lt;br /&gt;
&lt;br /&gt;
It is important to note that order counts in permutations. &lt;br /&gt;
* That is, choosing red and then yellow is counted separately from choosing yellow and then red. &lt;br /&gt;
* Therefore permutations refer to the number of ways of choosing rather than the number of possible outcomes. &lt;br /&gt;
* When order of choice is not considered, the formula for combinations is used.&lt;br /&gt;
&lt;br /&gt;
=Combinations=&lt;br /&gt;
Now suppose that you were not concerned with the way the pieces of candy were chosen but only in the final choices. &lt;br /&gt;
* In other words, how many different combinations of two pieces could you end up with? &lt;br /&gt;
* In counting combinations, choosing red and then yellow is the same as choosing yellow and then red because in both cases you end up with one red piece and one yellow piece.&lt;br /&gt;
* Unlike permutations, order does not count. &lt;br /&gt;
* The table below is based on the table above but is modified so that repeated combinations are given an &amp;quot;x&amp;quot; instead of a number. &lt;br /&gt;
* For example, &amp;quot;yellow then red&amp;quot; has an &amp;quot;x&amp;quot; because the combination of red and yellow was already included as choice number 1. &lt;br /&gt;
* There are six combinations of the three colors.&lt;br /&gt;
[[File:ClipCapIt-140526-162814.PNG]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The formula for the number of combinations is shown below where nCr is the number of combinations for n things taken r at a time.&lt;br /&gt;
 [[File:ClipCapIt-140526-162840.PNG]]&lt;br /&gt;
&lt;br /&gt;
For our example, &lt;br /&gt;
[[File:ClipCapIt-140526-162855.PNG]]6&lt;br /&gt;
&lt;br /&gt;
which is consistent with the table above.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
:[[File:ClipCapIt-140527-234159.PNG]]&lt;br /&gt;
&lt;br /&gt;
Suppose there were six kinds of toppings that one could order for a pizza.  How many combinations of exactly 3 toppings could be ordered? &lt;br /&gt;
* Here n = 6 since there are 6 toppings and r = 3 since we are taking 3 at a time. &lt;br /&gt;
* The formula is then:&lt;br /&gt;
[[File:ClipCapIt-140526-163410.PNG]]&lt;br /&gt;
&lt;br /&gt;
 In a spreadsheet&lt;br /&gt;
 =COMBIN(6,3)&lt;br /&gt;
&lt;br /&gt;
=Quiz=&lt;br /&gt;
TODO: Create more relevant examples in business situations and more quetsions&lt;br /&gt;
&amp;lt;quiz display=simple&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{Order counts in&lt;br /&gt;
&lt;br /&gt;
|type=&amp;quot;()&amp;quot;}&lt;br /&gt;
- permutations&lt;br /&gt;
+ combinations&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
{{Show Answer|&lt;br /&gt;
permutations&lt;br /&gt;
&lt;br /&gt;
Order counts in permutations. For combinations, only the final result matters, not how you get to it. Order does not count for combinations.&lt;br /&gt;
}}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{A pizza restaurant has 5 types of toppings. You are going to choose 2 toppings. How many possible sets of 2 toppings are there for you to choose from?&lt;br /&gt;
&lt;br /&gt;
|type=&amp;quot;{}&amp;quot;}&lt;br /&gt;
{ 10 }&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
{{Show Answer|&lt;br /&gt;
10&lt;br /&gt;
&lt;br /&gt;
This is asking for combinations with 5 items (types of toppings) taken 2 at a time. 5!/(3! x 2!) equals 120/12 equals 10.&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
{You flip a coin and then roll a die. What is the probability of obtaining a head on the coin and a 4 on the die? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|type=&amp;quot;{}&amp;quot;}&lt;br /&gt;
{ 0.0833 | .0833 }&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
{{Show Answer|&lt;br /&gt;
.0833&lt;br /&gt;
&lt;br /&gt;
Since these are independent events you apply the multiplication rule: (.5 x .1667 equals .0833)&lt;br /&gt;
}}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
{You are going to select first and second place prizes out of 5 entries. How many possible outcomes are there?&lt;br /&gt;
&lt;br /&gt;
|type=&amp;quot;{}&amp;quot;}&lt;br /&gt;
{ 20 }&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
{{Show Answer|&lt;br /&gt;
20&lt;br /&gt;
&lt;br /&gt;
This is asking for permutations with 5 items (entries) taken 2 at a time (first place and second place). 5!/(3!) equals 120/6 equals 20.&lt;br /&gt;
}}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/quiz&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bernard Szlachta</name></author>
	</entry>
</feed>