Counting & Combinatorial Reasoning MCQs for UPSC Prelims
77 practice questions on Counting & Combinatorial Reasoning from the Logical Reasoning section of the UPSC Prelims syllabus.
77 come with a written explanation and 19 are actual previous year questions.
Try the sample set below - the answer stays hidden until you ask for it.
6 Easy31 Medium40 Hard19 from past papers
Sample questions
Q1
Previous year questionhard
Raj has ten pairs of red, nine pairs of white and eight pairs of black shoes in a box. If he randomly picks shoes one by one (without replacement) from the box to get a red pair of shoes to wear, what is the maximum number of attempts he has to make?
A27
B36
C44
D45
Show answer and explanation
Correct answer: D - 45
Option (d) is correct. A wearable pair means a left shoe and a right shoe of the same colour. The box has 54 shoes: 20 red (10 left, 10 right), 18 white and 16 black. In the worst case Raj first draws all 18 white and all 16 black shoes (34 attempts), and then 10 red shoes that are all for the same foot, say all 10 left ones (44 attempts), still without a wearable red pair. The 45th attempt must produce a right red shoe and complete the pair, so the maximum number of attempts is 45. Option (a) 27 is just one shoe from each pair and guarantees nothing. Option (b) 36 would be the answer only if any two red shoes counted as a pair (34 non-red plus 2 red); some coaching keys initially reported 36 on that reading, but a pair of shoes to wear requires a left and a right, and the official UPSC answer key confirms 45. Option (c) 44 is the worst case that still lacks a pair; one more attempt is needed to guarantee it.
Q2
Previous year questionmedium
Consider the figure (a flower-like figure made of eight petal regions arranged around a central region) and answer the item that follows: What is the minimum number of different colours required to paint the figure given above such that no two adjacent regions have the same colour?
A3
B4
C5
D6
Show answer and explanation
Correct answer: A - 3
The figure has eight outer petal regions arranged in a ring around one central region. Going around the ring, alternate petals do not touch each other, so the petals can be coloured with just two colours used alternately (colour 1, colour 2, colour 1, colour 2, ...); since there is an even number of petals this alternation is consistent. The central region touches every petal, so it must take a third colour distinct from both. Therefore the minimum number of colours needed is 3.
Q3
Previous year questionmedium
40 children are standing in a circle and one of them (say child-1) has a ring. The ring is passed clockwise. Child-1 passes on to child-2, child-2 passes on to child-4, child-4 passes on to child-7 and so on. After how many such changes (including child-1) will the ring be in the hands of child-1 again?
A14
B15
C16
D17
Show answer and explanation
Correct answer: B - 15
The k-th pass moves the ring k places clockwise, so after k passes the ring sits at position 1 + (1 + 2 + ... + k) = 1 + k(k+1)/2, taken modulo 40. The ring returns to child-1 when k(k+1)/2 is a multiple of 40, i.e. k(k+1) is a multiple of 80. Testing: k = 14 gives 210 (no), k = 15 gives 240 = 3 x 80 (yes). So after 15 changes the ring is back with child-1 - option (b), as per the official key. Option (c) 16 is the trap of counting the 16 holders (including child-1 at the start) instead of the 15 passes; options (a) and (d) fail the divisibility test.
Q4
Previous year questionmedium
The letters A, B, C, D and E are arranged in such a way that there are exactly two letters between A and E. How many such arrangements are possible?
A12
B18
C24
D36
Show answer and explanation
Correct answer: C - 24
Exactly two letters between A and E means A and E occupy position pairs (1, 4) or (2, 5), and A and E can swap within each pair, giving 2 x 2 = 4 placements. The remaining letters B, C and D fill the three free positions in 3! = 6 ways. Total arrangements = 4 x 6 = 24, option (c). 12 misses the A-E swap, 18 has no valid construction, and 36 would require three position pairs when only two exist in a row of five.
Q5
Previous year questionhard
Directions: Eight railway stations A, B, C, D, E, F, G and H are connected either by two-way passages or one-way passages. One-way passages are from C to A, E to G, B to F, D to H, G to C, E to C and H to G. Two-way passages are between A and E, G and B, F and D, and E and D.
In how many different ways can a train travel from F to A without passing through any station more than once?
(a) 1
(b) 2
(c) 3
(d) 4
A1
B2
C3
D4
Show answer and explanation
Correct answer: D - 4
Out of F the only usable passage is the two-way F-D (B to F enters F but cannot be used outward). So every path starts F -> D. From D the options are E (two-way E-D) or H (D to H).
Branch D -> E: from E we can go to A, C, or G. (1) E -> A reaches A: F-D-E-A. (2) E -> C, then C -> A: F-D-E-C-A. (3) E -> G, then G -> C, then C -> A: F-D-E-G-C-A (G-B is a dead end since B only leads back to F).
Branch D -> H: H -> G, then G -> C, then C -> A: (4) F-D-H-G-C-A (the G-B option dead-ends at B).
That gives 4 distinct simple paths. Answer: (d).
Q6
Previous year questionhard
A cuboid of dimensions 7 cm x 5 cm x 3 cm is painted red, green and blue colour on each pair of opposite faces of dimensions 7 cm x 5 cm, 5 cm x 3 cm, 7 cm x 3 cm respectively. Then the cuboid is cut and separated into various cubes each of side length 1 cm. Which of the following statements is/are correct?
1. There are exactly 15 small cubes with no paint on any face.
2. There are exactly 6 small cubes with exactly two faces, one painted with blue and the other with green.
Select the correct answer using the code given below:
A1 only
B2 only
CBoth 1 and 2
DNeither 1 nor 2
Show answer and explanation
Correct answer: A - 1 only
The cuboid yields 7 x 5 x 3 = 105 unit cubes. Statement 1: unpainted cubes form the inner block (7-2) x (5-2) x (3-2) = 5 x 3 x 1 = 15, so it is correct. Statement 2: green sits on the 5 x 3 faces and blue on the 7 x 3 faces, so a cube showing exactly green and blue must lie on an edge where those faces meet - the four vertical edges of length 3. Each such edge has 3 cubes, but its two end cubes are corners that also touch a red 7 x 5 face (three painted faces), leaving 3 - 2 = 1 qualifying cube per edge, i.e. 4 cubes in total, not 6. Statement 2 is wrong. Hence option (a); (b) and (c) accept the miscount of 6, and (d) wrongly rejects the straightforward interior count of 15.
Q7
Previous year questionmedium
125 identical cubes are arranged in the form of a cubical block. How many cubes are surrounded by other cubes from each side?
A27
B25
C21
D18
Show answer and explanation
Correct answer: A - 27
Option (a) is correct. 125 identical cubes form a 5 x 5 x 5 block. A small cube is surrounded on every side exactly when it does not touch any outer face of the block, i.e. it lies in the inner core obtained by stripping one layer from each side. That core measures (5 - 2) x (5 - 2) x (5 - 2) = 3 x 3 x 3 = 27 cubes. Option (b) 25 is a face count, not a volume; options (c) 21 and (d) 18 correspond to no consistent counting of the hidden core.
Q8
Previous year questionmedium
Consider the following three-dimensional figure (an icosahedron-style solid drawn as a regular outline with internal diagonals, so that its triangular faces and the triangles formed by the visible and dashed edges can be counted).
How many triangles does the above figure have?
A18
B20
C22
D24
Show answer and explanation
Correct answer: B - 20
The solid is drawn as a regular icosahedron-style figure whose surface is made up entirely of triangular faces. Counting systematically by layers: the top cap contributes 5 triangles, the bottom cap contributes another 5 triangles, and the middle band between the two caps shows 10 triangles formed by the visible and dashed edges. Adding these gives 5 + 5 + 10 = 20 triangles. Hence the answer is 20.
Practice all 77 Counting & Combinatorial Reasoning questions free
Timed practice, instant scoring, and explanations for every question. Free forever - no card, no catch.