Permutations, combinations, bijective proofs, generating functions
1
vote
1answer
35 views
Number of solutions for $\sum_{i=1}^{4} x_i < 22$ with condition.
I'm looking for the number of solutions to $\displaystyle\sum_{i=1}^{4} x_i < 22$ where $x_i > i$
Any help is appreciated.
I tried solving it using combinations to do $C(11,4)$ but that ...
0
votes
1answer
16 views
Anagrams with sequences inside
I need some help with this exercise:
Find the number of anagrams of the word “MONOCROMO” containing atleast one of the sequences “OMO”, “MON”, “CRO”.
Normally I know what to do, but in this one ...
2
votes
1answer
37 views
Find the natural number $n$ satisfy the condition
Find the natural number $n$ satisfy the condition
$$\dfrac{1}{2}C_{2n}^1 - \dfrac{2}{3} C_{2n}^2 + \dfrac{3}{4} C_{2n}^3 - \dfrac{4}{5} C_{2n}^4 + \cdots - \dfrac{2n}{2n+1} C_{2n}^{2n} ...
0
votes
1answer
16 views
After subdividing a painted cube, how many smaller cubes have paint on exactly 2 sides?
A solid cube of side 6 is first painted pink and then cut into smaller cubes of side 2. How many of the smaller cubes have paint on exactly 2 sides?
Answer with illustrations will be helpful for ...
10
votes
0answers
45 views
Minesweeper - Chance of one-click win
I'd like to know if it's possible to calculate the odds of winning a game of Minesweeper (on easy difficulty) in a single click. This page documents a bug that occurs if you do so, and they calculate ...
-3
votes
1answer
69 views
prove that C/R is not countable [closed]
I managed to prove that C and R/N are not countable now I'm left with this last one.
in other words I'm willing to show that C/R ~ R
thanks
1
vote
1answer
29 views
Counting probability question-what is the sample space in this problem?
Hi folks this is a self learn probability (counting) question from DeGroot. The question is:
Suppose that a box contains r red balls and w white balls. Suppose also that the balls are drawn out ...
3
votes
3answers
17 views
Constrained ( Variable Length ) Permutation Calculation.
I am writing some tracking software, but I think this is pretty purely a math question. I don't need to know the math to accomplish this with my code, but I like math and I want to learn! Thus ...
0
votes
3answers
41 views
Probability, combinations with repetition
A store sells n different kinds of fruits. A boy buys k fruits. Find the probability that he buys all the kinds of fruits.
Give me a hint, please.
Thank you.
2
votes
2answers
42 views
How to determine the no. of integral partitions into $k$ parts?
I wanted to know, if I was to partition $500$ into positive $k$ integers, not necessarily distinct, what would be a formula for the number of possibilities?
Any help appreciated.
Thanks.
1
vote
0answers
27 views
Partition Proof
Let $\lambda$ be a partition of $N$ of rank $r$. How can I show that:
$$\sum_wx^\lambda(w)=f^\lambda(-1)^{t(\lambda)}\prod^r_{i=1}(\lambda_i-1)!(\lambda'_i-1)!$$
where $w$ ranges over all ...
1
vote
3answers
45 views
How many different numbers are composed by n repeated digits?
For example, there are 3 digits: 1, 1, 4 and they compose 3 different numbers: 114, 141, 411.
My questions is: given n repeated digits: 1 * n1, 2 * n2, 3 * n3, ..., 9 * n9, in which ni >= 0 and n1 + ...
-6
votes
1answer
118 views
How to explain that $\{(1,3),(2,4)\} = \{1,3,2,4\}$ [closed]
How to explain that $\{(1,3),(2,4)\} =\{1,3,2,4\}?$
Same goes to this question. How to explain that $\{(1,2),(3,4)\} = \{1,2,3,4\}?$
I did tried by using the product of transposition, but it didn't ...
2
votes
1answer
40 views
Grouping items into groups with max size
If I have up to $n$ non distinct items to distribute among $b$ distinct buckets that can hold up to $c$ items each, how can I find how many different states there can be? The ordering of items doesn't ...
0
votes
1answer
69 views
What is combinatorics? How is it related to Ramsey theory? What is the background needed to study it? [closed]
What is combinatorics? How is it related to Ramsey theory? What is the background needed to study it?
When I was reading about Ramsey theory in some reviews on some books, many people mentioned this ...
-2
votes
1answer
46 views
Discrete Math Satisfying functions with sets [closed]
Let $A = \{1, 2, 3,\ldots, 10\},$ and $ B = \{1, 2, 3, \ldots , 7\}.$
How many functions $f : A\to B$ satisfy $|f(A)| = 4?$ How many have $|f (A)| \le 4$?
1
vote
2answers
41 views
How many divsors of $4725$ are there?
I need to solve the following problem:
How many divsors of $4725$ are there?
I found the number of divsors between $0-9$ that can divide $4725$ which are: $3,5,7,9$ but how do I find the ...
2
votes
1answer
49 views
In how many ways can you rearrange CANADA?
I'm trying to solve the following question which is in the permutations unit:
In how many ways can all the letters of the word CANADA be arranged if the consonants must always be in the order in ...
0
votes
0answers
45 views
Combinations may be tough to compute [closed]
Kindly observe the known statement given below.
"The traveling salesman problem, or TSP for short, is this: given a finite number of 'cities' along with the cost of travel between each pair of them, ...
4
votes
2answers
50 views
Products in a Set
Let:
$$S := \{1,2,3,\dots,1337\}$$
and let $n$ be the smallest positive integer such that the product of any $n$ distinct elements in $S$ is divisible by $1337$. What are the last three digits of ...
0
votes
2answers
39 views
From a deck of 52 cards, the face cards and four 10's are removed. From these 16 cards four are choosen.
From a deck of 52 cards, the face cards and four 10's are removed. From these 16 cards four are chosen. How many possible combinations are possible that have at least 2 red cards?
My solution I'm ...
0
votes
2answers
27 views
Probability of selecting q red balls from m red balls and n blue balls
Suppose there are $m$ red balls and $n$ blue balls in an urn. We randomly choose $p:m<p<n$ balls uniformly from the urn. What is the probability that exactly $q$ red balls are chosen?
Note:- ...
3
votes
1answer
33 views
Groupings for N items
For $n = 3$, there's 1 group of 3 or 3 groups of 1, or a group of 2 and a group of 1, for a total of 3 different "groupings".
for $n = 2$, there's 2 "groupings": 1 group of 2 or 2 groups of 1
I had ...
2
votes
0answers
38 views
Facing mostly-faced decks
In my day job, I am often called upon to take a large stack of—let's call them cards—and make sure that a large majority of them are facing in a particular direction. In most cases, there ...
1
vote
0answers
37 views
Finding a generating function of a series
So say if you have a sequence defined as, for $a\in\mathbb{Z}$,
$$ c_n = \binom{a}{0} \binom{a}{n} - \binom{a}{1} \binom{a}{n-1} + \cdots+ (-1)^n \binom{a}{n} \binom{a}{0} = \sum_{i=0}^n (-1)^i ...
4
votes
0answers
28 views
Dimension of the space of algebraic Riemann curvature tensors
Given $n\in \mathbb N$, consider the vector space $\mathbb R^{n^4}$ whose elements I will denote by $(R_{abcd})$ with indices $a,b,c,d \in \{1, \dots, n\}$. This vector space is $n^4$-dimensional. The ...
1
vote
0answers
57 views
counting more problem continue [duplicate]
i have asked but no one was able to help so i am re-posting, hoping someone can help me. i did the computation and i could be wrong but i have provided my answer.
Given problem:
How many ways can 5 ...
1
vote
1answer
39 views
combinatorics - Distribution of Distinct Balls into Distinct Boxes
As we all know, the number of ways in which k balls can be distributed into n boxes
where each box can contain at most 1 ball is $^nP_k$.
The value is $\; ^nP_k \;$ only when $\;k\le n\;$ right?
The ...
-1
votes
3answers
65 views
How many ways can $5$ rings be placed on $4$ fingers?
I've been trying to solve this problem and I am kind of struggling with it and with other combinatorics problems. Could you check and see if i did it right?
Given problem:
How many ways can 5 ...
5
votes
0answers
39 views
Generating function with Stirling's numbers of the second kind
It's very easy to prove that:
$$\sum_k \left\{k\atop n\right\}z^k=\frac{z^n}{(1-z)(1-2z)...(1-nz)}$$
But this generating function looks very pretty, so my question is: does this identity have some ...
3
votes
1answer
34 views
choosing $5$ non consecutive books from a shelve of $12$
In how many ways can you pick five books from a shelve with twelve books, such that no two books you pick are consecutive?
This is a problem that I have encountered in several different forms ...
1
vote
2answers
38 views
Number of sequences with n digits, even number of 1's
ASKED:
Let $c_n$ be the number of sequences with $n$ digits from $\{1,2,3,4\} $ with an even number of $1's$.
Determine $c_n$ for $n \geq 0$.
GIVEN RESULT:
$c_{n+1} = 3 \cdot c_n + 1 \cdot ...
0
votes
0answers
26 views
Enumerating the number of subsets of size i that sum to a specific value
Suppose we are given an integer $n$ and an integer $i$ where $i \le n$. We want to find all the subsets of {1, 2, 3 ... n-1} of size $i$ that will sum to $kn$ where $k$ is a positive integer.
Edit: ...
0
votes
1answer
17 views
Ordered set partitions
Let $a_n$ be a number of ordered partitions of the set $\left\{1,..,n\right\}$, which means that order of elements in block is not relevant, but order of blocks does matter. (so $a_n = ...
1
vote
1answer
42 views
Permutations without any cycle of length $k$
Let $k\in\mathbb{N}$ be a fixed natural number and $f_k(n)$ denotes the number of all permutations of $\left\{1,..,n\right\}$ that does not contain any cycle of length $k$. Find as simple as ...
1
vote
3answers
30 views
Combinations question - why is my approach wrong?
I'm learning Permutations and Combinations and while trying to solve this simple question, I stuck on the solution:-
From a group of 7 men and 6 women, five persons are to be selected to form a ...
1
vote
1answer
23 views
Permutations with exactly $k$ inversions
Let $I_{n,k}$ denotes the number of permutations of $\left\{1,..,n\right\}$ that have exactly $k$ inversions. Prove that:
$$\sum_k I_{n,k}x^k = \frac{\prod_{i=1}^n (1-x^i)}{(1-x)^n}$$
The only ...
4
votes
1answer
59 views
Evaluate complicated sum
Evaluate following sum:
$$\sum_{1\leqslant i< j \leqslant m}\sum_{\substack{1\leqslant k,l \leqslant n\\ k+l\leqslant n}} {n \choose k}{n-k \choose l}(j-i-1)^{n-k-l}.$$
Hint: use combinatorial ...
1
vote
3answers
43 views
How many of these four digit numbers are odd/even?
For the following question:
How many four-digit numbers can you form with the digits $1,2,3,4,5,6$ and $7$ if no digit is repeated?
So, I did $P(7,4) = 840$ which is correct but then the ...
0
votes
0answers
35 views
Counting Permutations [duplicate]
I have 1 Permutation of $N$ numbers i.e. $1,2,\ldots,N$. I have another integer $M$ which lies in range $(N,2N)$ . I want to find no. of permutations of $1\ldots N$ where sum of two adjacent numbers ...
2
votes
1answer
34 views
Identity with an alternating binomial sum: $\sum\limits_{i=1}^n(-1)^i{n-i \choose n-k} {k \choose i} = {n-k\choose k}$
I'm learning for the test and:
Prove identity:
$$\sum_{i=1}^n(-1)^i{n-i \choose n-k} {k \choose i} = {n-k\choose k}$$
for all $n,k\in \mathbb{N}$.
This problem is just awful. I was trying to ...
6
votes
2answers
641 views
Minimizing Appreciating Quantities vs. Maximizing Depreciating Quantities
Suppose you have a set $S = \{r_1, ..., r_n :\, r_k \in (1, \infty)\, \forall \,k \in \{1,...,n\}\}$. Find a bijective mapping $f: \{0,...,n-1\}\rightarrow \{1,...,n\}$ that minimizes
\begin{align*}
...
1
vote
1answer
39 views
Counting problem poker
I have never played poker in my life and i have to solve this complicated problem.
How many five card poker hands contain at least $3$ jacks?
Here is what i know:
There are $52$ cards in a deck. ...
3
votes
3answers
40 views
dimension of space of polynomials
Let $\mathcal P_k^n$ be the space of all polynomials of degree $\leq k$ in $n$ variables. Prove $\dim\mathcal P_k^n = {n+k\choose k}$.
I tried showing this by taking $n\in\mathbb N$ an arbitrary ...
-2
votes
4answers
50 views
Prove simple graph with conditions on vertices and edges contains triangle
Let $G$ be a simple graph with $2n$ vertices and more than $n^2$ edges. Then
prove that $G$ must contain a triangle.
Can you find a 'good' condition on the number of edges of
a graph with $3m$ ...
5
votes
1answer
40 views
Evaluating $\sum^n_{k=0}{n\choose{k}}{m\choose{k}}$ for fixed $m,n$
For evaluating $\sum^n_{k=0}{n\choose{k}}{m\choose{k}}$ for fixed $m,n$, I got ${n+m\choose{n}}$, does it look right?
I rewrite it as $\sum^n_{k=0}{n\choose{n-k}}{m\choose{k}}$, that's what I did.
5
votes
2answers
59 views
${n\choose1}+3{n\choose3}+5{n\choose5}+…$ in closed form
How can I evaluate ${n\choose1}+3{n\choose3}+5{n\choose5}+...$ in closed form?
Binomial theorem? Is that what I'm suppose to use? I'm not really understanding this.
2
votes
2answers
50 views
How many even number in a sequence are there?
How many even numbers in the below numbers ?
$$\binom{k}{0},\binom{k}{1},\binom{k}{2},\ldots,\binom{k}{k}$$
Worng: Is it true that all of them are odd iff $k$ is odd, and if $k$ is even then ...
2
votes
2answers
38 views
Distributing two distinct objects to identical boxes
Hiii,
I've been struck with a problem which deals with the distribution of two distinct objects such that p of one type and q of other type into three identical boxes.
As if it were only one object ...
0
votes
1answer
49 views
Interpreting vaguely written questions [closed]
There are stalls for 10 animals. In how many ways can the shipload be made, if there cows,calves and horses to be transported, animals of each kind being not less than 10?
Does this question even ...





