asked 212k views
3 votes
Keiko has seven colors of lanyard. She uses three different colors to make a keychain. How many different combinations can she choose?

asked
User Acdx
by
8.1k points

1 Answer

1 vote
Combination = doesn't matter what order
Permutation = order matters

There are two methods to work out combinations.

Method 1 List out possibilities
123 124 125 126 127 134 135 136 137 145 146 147 156 157 167
234 235 236 237 245 246 247 256 257 267
345 346 347 356 357 367
456 457 467
567

For a total of 35 combinations.

Method 2 Use a formula.
It's a rather complicated one, so only use it if you have a lot of possibilities.


(n!)/(r!(n-r)!) = (7!)/(3!(7-3)!) = (7!)/(3!*4!) = (7*6*5*4*3*2*1)/(3*2*1*4*3*2*1) = (7*6*5)/(3*2*1)=\frac{210}6=35

(n is the number of choices, r is the amount you choose, and ! is a function that multiplies together all numbers down to 1)


answered
User Triveni Badgujar
by
8.6k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.