Skip to content
Early access — you're among the first to try PYQLabs. Share feedback
Concept drill

combinations

GATE CSE & IT · Combinatorics · 1999-2025

13
PYQs
77%
keyed
0
elite explanations
11
years appeared

Study anchor

Rosen — Discrete Mathematics and Its Applications

Discrete structures, counting, relations, graph theory

Practice action

Start latest PYQ

PYQs in this concept

All concepts →
2025 Q10

A shop has 4 distinct flavors of ice-cream. One can purchase any number of scoops of any flavor. The order in which the scoops are purchased is inconsequential. If one wants to pur...

mediumanswer key
2023 PYQ

Let $$U = \{ 1,2,....,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| = |B| = k$$ and $$...

mediumanswer keybasic explanation
2017 Q60

There are 3 red socks, 4 green socks and 3 blue socks. You choose 2 socks. The probability that they are of the same colour is

mediumanswer key
2015 PYQ

Suppose that everyone in a group of N people wants to communicate secretly with the N - 1 others using symmetric key cryptographic system. The communication between any two persons...

easyanswer key
2014 PYQ

Four fair six-sided dice are rolled. The probability that the sum of the results being 22 is X/1296. The value of X is__________

medium
2014 PYQ

The security system at an IT office is composed of 10 computers of which exactly four are working. To check whether the system is functional, the officials inspect four of the comp...

medium
2012 PYQ

Let $$G$$ be a complete undirected graph on $$6$$ vertices. If vertices of $$G$$ $$\,\,\,\,$$ are labeled, then the number of distinct cycles of length $$4$$ in $$G$$ is equal to

mediumanswer key
2006 PYQ

The following function computes the value of m C n correctly for all legal values m and n (m≥1,n≥0 and m>n) int func(int m, int n) { if (E) return 1; else return(func(m -1, n) + fu...

easyanswer key
2004 PYQ

Mala has a colouring book in which each English letter is drawn two times. She wants to paint each of these 52 prints with one of $$k$$ colours, such that the colour-pairs used to...

mediumanswer key
2003 PYQ

$$n$$ couples are invited to a party with the condition that every husband should be accompanied by his wife. However, a wife need not be accompanied by her husband. The number of...

easyanswer key
2003 PYQ

Let $$A$$ be a sequence of $$8$$ distinct integers sorted in ascending order. How many distinct pairs of sequence, $$B$$ and $$C$$ are there such that i) Each is sorted in ascendin...

easyanswer key
2000 PYQ

A multiset is an unordered collection of elements where elements may repeat ay number of times. The size of a multiset is the number of elements in it counting repetitions. (a) wha...

medium
1999 PYQ

The number of binary strings of $$n$$ zeros and $$k$$ ones such that no two ones are adjacent is:

easyanswer key