Web Page

Syllabus: Combinatorics: Counting, Recurrence relations, Generating functions.

$$\scriptsize{\overset{{\large{\textbf{Mark Distribution in Previous GATE}}}}{\begin{array}{|c|c|c|c|c|c|c|c|}\hline
\textbf{Year}& \textbf{2024-1} & \textbf{2024-2} & \textbf{2023} & \textbf{2022} & \textbf{2021-1}&\textbf{2021-2}&\textbf{Minimum}&\textbf{Average}&\textbf{Maximum}
\\\hline\textbf{1 Mark Count} &0&0&1& 1&1&0&0&0.5&1
\\\hline\textbf{2 Marks Count} &0&0&1& 2 &0&1&0&0.67&2
\\\hline\textbf{Total Marks} & 0&0&3&5 &1&2&0&1.83&5\\\hline
\end{array}}}$$

Recent questions in Combinatory

#22
216
views
0 answers
0 votes
Hiring assistant. Initially assistant is NULL We have n candidates who hv come to interview for the position of assistant. Each candidate has distinct scores or level of ...
#23
193
views
1 answers
2 votes
The minimum number of integers to be selected from the set $S = \{1, 2, \dots , 9\}$ so that the difference of at least two of the integers is guaranteed to be $5$ is ___...
#25
1.1k
views
2 answers
3 votes
How many ways are there to arrange the $12$ letters of $\text{AAABBBBCCCCC}$ without having two $\text{Cs}$ together?$2652$$1960$$1826$$2260$
#26
906
views
1 answers
3 votes
Which one of the following is a closed form expression for the generating function of the sequence $\{a_n\}$ where $a_n = \binom {n+4}{n}$ for $n= 0,1,2,\ldots ?$$\frac{1...
#27
284
views
0 answers
1 votes
How many ways are there to distribute five distinguishable objects into three indistinguishable boxes?
#28
290
views
0 answers
0 votes
Show that if f is a function from S to T , where S and T are finite sets with |S| |T |, then there are elements s1 and s2 in S such that f (s1) = f (s2), or in other wor...
#30
759
views
1 answers
4 votes
How many distinct rectangles can be formed using the vertices in the grid shown below? Squares are also counted as rectangles, and two rectangles are distinct if either t...
#31
556
views
0 answers
3 votes
Suppose is a piece on a chess board that attacks squares that are exactly two steps in the vertical direction, and squares that are adjacent horizontally (as marked with...
#32
1.3k
views
0 answers
1 votes
How many 4-element DNA sequences contain exactly three of the four bases A, T, C, and G?Solution given: There are four ways to choose which letter is to occur twice and t...
#33
520
views
1 answers
1 votes
How many 3 digits number are there which are divisible by 3 and repetition of digits NOT allowed.?
#34
8.2k
views
4 answers
7 votes
The Lucas sequence $L_{n}$ is defined by the recurrence relation:\[L_{n}=L_{n-1}+L_{n-2}, \quad \text { for } \quad n \geq 3,\]with $L_{1}=1$ and $L_{2}=3$.Which one of t...
#35
6.9k
views
3 answers
14 votes
Let $U=\{1,2, \ldots, n\},$ where $n$ is a large positive integer greater than $1000.$ Let $k$ be a positive integer less than $n$. Let $A, B$ be subsets of $U$ with $|A|...
#36
1.6k
views
1 answers
0 votes
The Lucas sequence $L_n$ is defined by the recurrence relation:$L_n=L_{n-1}+L_{n-2}$, for $n \geq 3$ with $L_1=1$ and $L_2=3$.Which one of the options given is TRUE?$L_n=...
#37
1.1k
views
1 answers
1 votes
How many permutations of $U$ separate $A$ from $B?$$2\left(\begin{array}{c}n \\ 2 k\end{array}\right)(n-2 k) !(k!)^2$$\left(\begin{array}{c}n \\ 2 k\end{array}\right)(n-2...
#38
334
views
1 answers
0 votes
If each of ‘a’ points on a straight line is joined to each of ‘b’ points on another straight line, excluding the points on the given two lines,then which of the f...
#39
342
views
0 answers
0 votes
Let n players enter a chess tournament. How many tournament trees are possible?RULES: a player is eliminated after one loss and games are played until only one entrant is...
#40
1.8k
views
1 answers
22 votes
What is the recurrence relation for the ternary strings of length $n$ which can be constructed using 0,1 or 2 only such that the number of 0’s and number of 1's is od...