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{2022} & \textbf{2021-1}&\textbf{2021-2}&\textbf{2020}&\textbf{2019}&\textbf{2018}&\textbf{2017-1}&\textbf{2017-2}&\textbf{2016-1}&\textbf{2016-2}&\textbf{Minimum}&\textbf{Average}&\textbf{Maximum}
\\\hline\textbf{1 Mark Count} & 1&1&0&0&2&1&0&0&1&0&0&0.6&2
\\\hline\textbf{2 Marks Count} & 2 &0&1&1&0&1&0&1&2&1&0&0.9&2
\\\hline\textbf{Total Marks} & 5 &1&2&2&2&3&0&2&5&2&0&2.4&5\\\hline
\end{array}}}$$

Highest voted questions in Combinatory

7 votes
3 answers
93
How many ways are there for a horse race with 4 horses to finish if ties are possible?(any number of horses may tie)
7 votes
1 answer
95
The number of bit strings of length $8$ that will either start with $1$ or end with $00$ is?$32$ $128$ $160$ $192$
6 votes
0 answers
98
How many ways are there to Distribute 7 distinct objects to 3 Distinct boxes andNo box should be EmptyAny box can be Empty
6 votes
1 answer
103
What is the coefficient of $\large\color{green}{x^{6}}$ in the following series expansion?$$\color{maroon}{\begin{align*} \frac{1}{1-x}.\frac{1}{1-x^2}.\frac{1}{1-x^3}......
6 votes
1 answer
104
Hi Answer to each option is given as:a) 122,523,030b) 72,930,375c) 223,149,655d) 100,626,625And I used the following approach to each option but answers don't match.a) C(...
6 votes
1 answer
105
The Fibonacci sequence $\{f_1, f_2, f_3 \ldots f_n\}$ is defined by the following recurrence:$$f_{n+2} = f_{n+1} + f_n, n \geq 1; f_2 =1:f_1=1$$Prove by induction that ev...