M
M
MonsterAndrew2018-06-20 17:53:58
Python
MonsterAndrew, 2018-06-20 17:53:58

How many ways to split n elements into sets of 1, 5, 10 elements?

How can you count the number of ways to split n elements into sets of 1, 5, 10 elements?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Ruslan., 2018-06-20
@LaRN

There is a general formula for determining the number of combinations:
C(n,k)=n!/(k!*(nk)!)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question