All About Combinations

avatar

Hi everyone. This math post is on combinations. The contents of this post is intended for middle school students. A natural extension would be to talk about sets, Cartesian products and some of its uses in programming (data science, computational statistics). The word combination is used loosely here.

 


Pixabay Image Source

Topics


  • What Is A Combination?
  • Combination Examples
  • Notes

What Is A Combination?


A combination is a selection of items from a collection. This selection of items is not in a particular order. An ordered selection of items in mathematics is called a permutation and that is a different topic.

 

Combination Examples


Example One - Desk & Chair

You go to your nearest IKEA store and want to buy a desk and a chair. This desk and chair combo is for a home office or gaming studio. Desk sizes are either small, medium or large. Chair types are either comfortable or stylish.


Pixabay Image Source

 

Desk SizeChair Type
SmallComfortable
MediumStylish
Large

 

What are all the ways (combinations) of getting a desk and chair?

 

If we have a small desk, we can get a comfortable chair or a stylish chair. We get two ways from the small desk which are a small desk and a comfortable chair and the second one being a small desk and a stylish chair.

Given a medium sized desk, we can get a comfortable chair or a stylish chair. There are another two ways here.

With the large desk size, it is similar to the first two cases.

Listing out all the ways of getting a desk and chair looks like the table below.

 

Combination NumberDesk SizeChair Type
1SmallComfortable
2MediumComfortable
3LargeComfortable
4SmallStylish
5MediumStylish
6LargeStylish

 

An alternate table can be arranged like the one below.

Combination NumberDesk SizeChair Type
1SmallComfortable
2SmallStylish
3MediumComfortable
4MediumStylish
5LargeComfortable
6LargeStylish

 

Regardless of which table format that is chosen, you can see that the number of ways of choosing a desk and table is six. This is from three multiplied by two.

 

Example Two - Choosing School Courses

A math major at a small college is choosing 5 courses for her first semester. Three of the five courses are mandatory and the last two courses are elective courses from a list of five language courses.

The three required courses for the semester are:

  • Linear Algebra I
  • Calculus I
  • Introduction To Mathematical Proofs

 

Elective options include:

  • French I
  • German I
  • Spanish I
  • Arabic I
  • Italian I

 

What are all the different set of courses for the semester?


Pixabay Image Source

Since the three math courses are required, those choices are already set. What is of interest is choosing the different arrangements of the two language courses as electives.

Note that the order does not matter for course number. Having Calculus I as course one and French I as course 5 is the same as having French I as course I and Calculus I as course five for example.

 

Course 1Course 2Course 3Course 4Course 5
Linear Algebra ICalculus IIntro. To Mathematical ProofsFrench IGerman I
Linear Algebra ICalculus IIntro. To Mathematical ProofsFrench ISpanish I
Linear Algebra ICalculus IIntro. To Mathematical ProofsFrench IArabic I
Linear Algebra ICalculus IIntro. To Mathematical ProofsFrench IItalian I
Linear Algebra ICalculus IIntro. To Mathematical ProofsGerman ISpanish I
Linear Algebra ICalculus IIntro. To Mathematical ProofsGerman IArabic I
Linear Algebra ICalculus IIntro. To Mathematical ProofsGerman IItalian I
Linear Algebra ICalculus IIntro. To Mathematical ProofsSpanish IArabic I
Linear Algebra ICalculus IIntro. To Mathematical ProofsSpanish IItalian I
Linear Algebra ICalculus IIntro. To Mathematical ProofsArabic IItalian I

 

There are 10 different arrangement of courses for a semester given the choices.
Imagine a regular university with about 12 departments where each department offers about 20 choices. The number of arrangements would be massive (even with time restrictions as you cannot have two classes at the same time).

For more technical people, the 10 arrangements comes from 5 choose two or .


Pixabay Image Source

 

Example Three - Make Your Own Ice Cream Cone

A very small local ice cream shop offers ice cream with these choices.

Cone SizeNumber Of ScoopsFlavoursToppings
Regular1VanillaSprinkles
Large2StrawberryChocolate Chips
-3ChocolateMarshmellows

 

a) How many different ice cream cones can you make?

b) If the ice cream store ran out of chocolate flavoured ice cream, how many ways can you make an ice cream cone?

c) Suppose a new mango flavour was added as a flavour on top of the table above. (Don't remove chocolate.) How many more ways can you make an ice cream cone?


Pixabay Image Source

 
 

Answer To a)

For cone sizes there are two sizes. With the number of scoops there are three choices. For flavours and toppings there are three choices each. Multiplying the number of choices from each selection category gives 2 x 3 x 3 x 3 = 54. There are 54 ways to make your custom ice cream from this small ice cream place.

 

Answer To b)

No more chocolate ice cream cuts the amount of flavours from three to two. Multiplying the number of choices from each selection category now gives 2 x 3 x 2 x 3 = 36. With the chocolate flavour no longer available there are 36 ways to design your ice cream cone.

 

Answer To c)

Adding a new flavour such as mango increase the number of flavours from 3 to 4. There are now 72 ways to design an ice cream cone. (This is from 2 x 3 x 4 x 3 = 72.)

 


Pixabay Image Source

Notes


  • Arrangements, combinations do appear often in real life. Other examples include custom pizzas, custom sandwiches, custom-made clothing, choosing your outfits.

  • The examples in this post are small. Imagine the amount of combinations in a larger ice cream shop or at Blaze Pizza.

  • For programmers (data science in particular), there are times where there are table with combinations to work with.

  • In the area of statistics, there are two by two table, confusion matrices, hypothesis testing tables (Type I and Type II errors) for comparing decision making (accept/reject null hypothesis or predict this or that) versus actual outcomes.


Pixabay Image Source


Thank you for reading.



0
0
0.000
7 comments
avatar

Looking over some of your past posts, feel free to re-post a couple of your favorites to the Mathematics community

0
0
0.000
avatar

I feel like the ideas here were not taught very well back in school along with probability.

!discovery 37

0
0
0.000
avatar

You bring up a good point. This gave me an idea for an education (math) post.

0
0
0.000