Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Permutation and Combination Questions
Evaluate the permutation 5P2 (i.e., the number of ordered ways to choose 2 distinct items from 5 distinct items).
If C(50, r) = C(50, r+2), find r. (Use symmetry C(n, k) = C(n, n − k) and solve for k.)
Given nP3 = 9240, find n. (Recall nP3 = n * (n − 1) * (n − 2) for integers n ≥ 3.)
In how many distinct arrangements can the letters of the word “INHALE” be written in a row? (All letters are distinct.)
How many distinct arrangements of the letters in “ARMOUR” are possible? (R appears twice; other letters are distinct.)
How many distinct arrangements are possible for the letters of “STRESS”? (S appears 3 times; T, R, E appear once each.)
How many distinct arrangements can be made from the letters of “BANKING”? (N appears twice; other letters are distinct.)
How many distinct arrangements of the letters in “FINANCE” are possible? (N appears twice; other letters are distinct.)
In how many distinct arrangements can the letters of “VENTURE” be written? (E appears twice; remaining letters are distinct.)
Two countries meet with 12 delegates each. Every delegate of one country shakes hands with every delegate of the other country (no intra-country handshakes). How many handshakes occur?
From 15 non-collinear points in a plane, how many distinct straight lines can be drawn using pairs of points?
A library has a copies of one title, b copies of each of two titles, c copies of each of three titles, and a single copy of d distinct titles (one each). In how many ways can all these books be arranged in a row? (Indistinguishable copies of the same title.)
From 12 points in the plane, of which 7 are collinear and the rest are in general position, how many distinct triangles can be formed by choosing any 3 points?
How many 7-letter words consisting of exactly 4 consonants and 3 vowels can be formed from 12 distinct consonants and 4 distinct vowels if the first 4 positions are consonants and the last 3 positions are vowels (pattern C C C C V V V)?
Round-table seating with a restriction: Twelve persons are to be seated around a circular table. Two particular persons must not sit side by side. How many distinct circular arrangements are possible?
Counting selections from bounded supplies: In how many ways can fruit be selected from 3 bananas, 4 apples, and 2 oranges, where each item can be chosen 0 up to its available count?
Multiset permutations (expand a^3 b^2 c^4): When a^3 b^2 c^4 is written out fully as a string of 9 letters (aaa bb cccc), how many distinct arrangements are possible?
Solving from ratios of consecutive combinations: If C(n, r−1) = 36, C(n, r) = 84, C(n, r+1) = 126 (repeated for clarity), confirm n and r and provide reasoning.
Equality of binomial coefficients (index transforms): Find all n such that C(35, n + 7) = C(35, 4n − 2).
Permutation ratio identity: If (2n + 1)P(n − 1) : (2n − 1)P(n) = 3 : 5, find n.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16