Skip to main content

All Questions

0 votes
0 answers
28 views

Number of partitions with limited cardinality [duplicate]

We are given $k$ urns labeled from $1$ to $k$. What is the number of ways to put $n$ indistinguishable balls into the $k$ (distinct) urns, given that each urn has a limited capacity equal to $c$, ...
Let101's user avatar
  • 149
2 votes
2 answers
272 views

Find a bijection between the $(n-1)$ paths and the $n$-paths which have no downramps of even length.

So here is the Question :- A Dyck $n$-path is a lattice path of n upsteps $(x,y)$ $\rightarrow$ $(x + 1,y + 1)$ and $n$ downsteps $(x,y) \rightarrow (x + 1,y-1)$ that starts at the origin and never ...
Maths-Lover's user avatar
-1 votes
1 answer
2k views

Consider the set $A=\{1,2,3,4,5,6,7,8,9\}$.A partition $\Pi $ of $A$ is collection of disjoint sets whose union is $A$

Consider the set $A=\{1,2,3,4,5,6,7,8,9\}$.A partition $\Pi $ of $A$ is collection of disjoint sets whose union is $A$. For example, $\Pi_1=\{\{1,2\},\{3,4,5\},\{6,7,8,9\}\}$ and $\Pi _2 =\{\{1\},\{2,...
Soham Chatterjee's user avatar
0 votes
1 answer
795 views

How many way to partition a set of n number into k subsets (empty subset is allowed)

I am working on finding the upper bound iterations of k-means algorithm. Many research show that the trivial upper bound is $O(k^n)$ since it can be shown that no clustering occurs twice during the ...
Nhật Anh Võ Nguyễn's user avatar
0 votes
0 answers
149 views

Find all combinations of numbers from {x1,x2,...,xn} that sum of to sum S

Given a list of some integers, I would like to find every combination that can be summed to some sum S. For example for the sum S=16, and the list of integers I={3,4,5}, I'd expect to get: 5,4,4,3 (=...
Michael Seltenreich's user avatar
2 votes
1 answer
98 views

2-split of $n$ is $\left\{ \lfloor \frac{n}{2} \rfloor,\lceil \frac{n}{2} \rceil \right\}$. What about 3, 4, ...?

Clarification: $k$-split of $n$ is an ordered integer sequence $\left\{ a_1,\cdots,a_k \right\}\quad \text{s.t.}$ $0\le a_1\le\cdots\le a_k$ $a_1+\cdots+a_k=n$ ${\left(a_k-a_1\right)}$ is minimized. ...
SnzFor16Min's user avatar
0 votes
0 answers
19 views

Constructing a partition of a finite nonempty set from a partition of its cardinality

Let $E$ be finite nonempty set of cardinality $n$. Let $(k_i)_{i\in I}$ be a finite family of integers $>0$ such that $$\sum_{i\in I} k_i=n.$$ Since $|E|=n$, there exists a bijection $x:[1,n]\...
user752406's user avatar
-1 votes
1 answer
115 views

I can not find out a formula for this :

Between 1 and 45, (and included, 1 and 45) ; How many --5 set combinations-- are there from 1 to 45 with a total of 155? *What are these combinations ? (PS: each number can only be written once ) ...
Donitte Gonzales's user avatar
1 vote
0 answers
37 views

An interesting way of partitioning with inner ordered combinations

Assume $ K $ labeled blocks $ s_1, s_2, \dots, s_K $ ($ s_1 < s_2 < \dots < s_K $) that arrive sequentially and need to be accomodated as they arrive in $ N $ containers (partitions with ...
Duns's user avatar
  • 778
3 votes
2 answers
241 views

Ways of distributing passengers in ships

I need help with the following combinatorial problem. There are $ K $ passengers and $ K $ ships. The passengers are denoted by $ U_1, U_2, \dots, U_K $. The objective is to find in how many ways the $...
Duns's user avatar
  • 778
2 votes
1 answer
480 views

Find Integer Partition using only integers belonging to S = { 1, 2, 3 }

I spent all afternoon looking for this but I wasn't able to find anything, so... Is there a formula to know the NUMBER of partitions with a constraint on the integer domain ? E.g.: Find the number of ...
ИванКарамазов's user avatar
0 votes
1 answer
126 views

What is the appropriate weight ($W_k$) (for two arbitrary partitions)?

I already asked a similar question, And from the answer I received, another question came to my mind. A positive integer can be partitioned, for example, the number 7 can be partitioned into the ...
Richard's user avatar
  • 41
3 votes
1 answer
67 views

Is this true for every partitioning?

I have two categories (category1 and category2 ) and The size of both categories is equal to each other. if we partition each categories arbibtrary .Is this proposition proven? or rejected? $n_T \...
Richard's user avatar
  • 41
-1 votes
1 answer
89 views

Number of ordered set partitions with subset size $\leq 3$

For $n \ge 0$, let $h_n$ be the number of ways of taking $n$ (distinguishable) rabbits, putting them into identical cages with one to three rabbits per cage and then ordering the cages in a row. Find ...
wtnmath's user avatar
  • 434
0 votes
2 answers
992 views

disjoint Partition of sets

Hello I'm a bit confused by what this definition means $$DT_n = \{ \{C,D \} \mid C,D ⊆ S_n \text{ and } C \cup D = S_n \text{ and } C \cap D = \emptyset \} $$ where $S_n = \{1,2....n\}$ and n is a ...
hwl's user avatar
  • 5

15 30 50 per page