asked 43.1k views
4 votes
Satish is making school spirit keychains, which consist of a sequence of n beads on a string. He has blue beads and gold beads. How many unique keychains can he make with exactly k ≤ n blue beads?

1 Answer

4 votes

Answer:


(n!)/(k!(n-k)!)

Explanation:

Satish is making school spirit key chains, which consist of a sequence of n beads, that are blue and golden.

Also given, there are k ≤ n blue beads.

So, the number of unique key chains that can be made is :


(n!)/(k!(n-k)!) ;
k\leq n

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