<p>I see how to do it, but I tried doing 5c1, since I thought it was a combination problem...
Seeing as how it said, how many different painted designs are possible, meaning order didn't matter..</p>
<p>didn't think the solution would be that simple, considering it was number 14/16.</p>
<p>Basically you have five colours. You have to colour in the shape as shown below, which is Colour 1 - Colour 2 - Colour 1, which just means that there are two different places to put the colours. </p>
<p>Analogy: You have 5 bracelets. You want to wear one bracelet on the left, and one bracelet on the right. How many ways are there of wearing them?</p>
<p>nPr is the number of permutation (ordered pairs) that you can have, given n options and r number necessary.</p>
<p>E.g. I want to choose two people to act as Romeo and Juliet. I have 10 cast members. How many different pairs of Romeo and Juliet can I have?</p>
<p>Answer: 10 P 2 (10 options, 2 needed)</p>
<p>E.g. I miss my 7 friends. I will go out with all 7 of them this week, one each day from Monday to Friday. How many different social calendars can I have?</p>
<p>Answer: 7 P 7 (7 options, 7 needed)</p>
<p>Solution to this example:</p>
<p>Since we have 5 options of colours, and 2 needed to colour it in, how many different shapes?</p>
<p>E.g. I want to choose two people to wash my toilet. I have 10 slaves. How many different pairs of toilet-washers can I have?
10C2. Because it doesn't matter, I just want them to wash my toilet :D It doesn't matter the order.</p>
<p>E.g. I want to choose two actors to be Romeo and Juliet. I have 10 cast members. How many different pairs of Romeo and Juliet can I have?
10P2 because it matters who's Romeo and who's Juliet.</p>
<p>E.g. I love cocktails. One day, I decided to mix two alcoholic drinks to get a new drink. I have 5 different types of liquor. How many different new drinks can I get?
5C2 because non-ordered pairs. Whether you mix beer and whisky or whiskey and beer it is the same.</p>
<p>E.g. I have 7 bracelets. I decided to wear one on my wrist and one on my ankle? How many different get-ups do I have?
7P2 because wearing the pearl bracelet on the wrist and bead bracelet on ankle is different from wearing bead bracelet on wrist and pearl bracelet on ankle.</p>
<p>lmao great examples. slaves to wash toilets? very nice. lol</p>
<p>And thanks so much for these examples. You cleared up a lot for me. So combination doesnt matter at all which ones or order is used but perm does. first number is total number, and second is numebr you need.</p>
<p>So for the original problem, what gives away which of these two you need to use?</p>