Prelims Solution

Q. Question: What is the smallest 1-digit number having exactly 4 distinct factors?

Q. A question is given followed by two Statements I and II. Consider the Question and the Statements and mark the correct option.

Question: What is the smallest 1-digit number having exactly 4 distinct factors?

Statement I: 2 is one of the factors.
Statement II: 3 is one of the factors.

Which one of the following is correct in respect of the above Question and the Statements?

(a) The Question can be answered by using one of the Statements alone, but cannot be answered using the other statement alone.
(b) The Question can be answered by using either Statement alone.
(c) The Question can be answered by using both the Statements together, but cannot be answered using either Statement alone.
(d) The Question can be answered even without using any of the Statements

Correct Answer : a)

UPSC Prelims 2025 CSAT

Explanation : 

1. Find all 1-digit numbers with exactly 4 distinct positive factors.
– List 1-digit numbers 1 through 9 and their factor counts:
1 → {1} (1 factor)
2 → {1,2} (2 factors)
3 → {1,3} (2 factors)
4 → {1,2,4} (3 factors)
5 → {1,5} (2 factors)
6 → {1,2,3,6} (4 factors)
7 → {1,7} (2 factors)
8 → {1,2,4,8} (4 factors)
9 → {1,3,9} (3 factors)
– So the candidates are 6 and 8, and the smallest is 6.

2. Use Statement I (“2 is one of the factors”):
– Both 6 and 8 have 2 as a factor.
– We cannot decide between 6 and 8.
– So Statement I alone is insufficient.

3. Use Statement II (“3 is one of the factors”):
– Among 1-digit numbers with 4 factors, only 6 has 3 as a factor.
– This pins down the answer uniquely to 6.
– Statement II alone is sufficient.

Conclusion: Statement II alone suffices, but Statement I does not. Hence option (a).

Q. Question: What is the smallest 1-digit number having exactly 4 distinct factors? Read More »

Q. What is the remainder when 9³ + 9⁴ + 9⁵ + 9⁶ + … + 9¹⁰⁰ is divided by 6?

Q. What is the remainder when 9³ + 9⁴ + 9⁵ + 9⁶ + … + 9¹⁰⁰ is divided by 6?

(a) 0
(b) 1
(c) 2
(d) 3

UPSC Prelims 2025 CSAT

Explanation : 

1. Note that 9 ≡ 3 (mod 6).
2. Then for any k ≥ 1,
9^k ≡ 3^k (mod 6).
3. But 3^1 ≡ 3 (mod 6), and multiplying by 3 again gives
3^2 = 9 ≡ 3 (mod 6),
3^3 = 27 ≡ 3 (mod 6),
and so on.
By induction, 3^k ≡ 3 (mod 6) for every k ≥ 1.
4. The sum 9³ + 9⁴ + … + 9¹⁰⁰ has 100 – 3 + 1 = 98 terms, each ≡ 3 (mod 6).
5. Total ≡ 98 × 3 = 294 ≡ 0 (mod 6).

Q. What is the remainder when 9³ + 9⁴ + 9⁵ + 9⁶ + … + 9¹⁰⁰ is divided by 6? Read More »

Q. In a certain code if 64 is written as 343 and 216 is written as 729, then how is 512 written in that code?

Q. In a certain code if 64 is written as 343 and 216 is written as 729, then how is 512 written in that code?

(a) 1000
(b) 1331
(c) 1728
(d) 2197

Correct Answer : (b) 1331

UPSC Prelims 2025 CSAT

Explanation : 

1. Observe that
64 = 4³ and its code 343 = 7³
216 = 6³ and its code 729 = 9³

2. In each case the cube‐root is increased by 3:
4 → 7 (4 + 3 = 7)
6 → 9 (6 + 3 = 9)

3. Apply the same rule to 512:
512 = 8³
Increase 8 by 3 → 11
Cube it → 11³ = 1331

Hence, 512 is written as 1331.

Q. In a certain code if 64 is written as 343 and 216 is written as 729, then how is 512 written in that code? Read More »

Q. There are 7 places A, B, C, D, E, F and G in a city connected by various roads AB, AC, CD, DE, BF, EG and FG. A is 6 km south of B. A is 10 km west of C. D is 5 km east of E. C is 6 km north of D. F is 9 km west of B. F is 12 km north of G. A person travels from D to F through these roads. What is the distance covered by the person?

Q. There are 7 places A, B, C, D, E, F and G in a city connected by various roads AB, AC, CD, DE, BF, EG and FG. A is 6 km south of B. A is 10 km west of C. D is 5 km east of E. C is 6 km north of D. F is 9 km west of B. F is 12 km north of G. A person travels from D to F through these roads. What is the distance covered by the person?

(a) 20 km
(b) 25 km
(c) 31 km
(d) 37 km

Correct Answer: (c) 31 km

UPSC Prelims 2025 CSAT

Explanation : 

1. Assign convenient coordinates to each place, taking east as the +x-direction and north as the +y-direction. For example, let A = (0, 0).
– A is 6 km south of B ⇒ B = (0, 6)
– A is 10 km west of C ⇒ C = (10, 0)
– C is 6 km north of D ⇒ D = (10, –6)
– D is 5 km east of E ⇒ E = (5, –6)
– F is 9 km west of B ⇒ F = (–9, 6)
– F is 12 km north of G ⇒ G = (–9, –6)

2. Compute the lengths of the roads (all align with the axes):
– AB = distance between (0,0) and (0,6) = 6
– AC = distance between (0,0) and (10,0) = 10
– CD = distance between (10,0) and (10,–6) = 6
– DE = distance between (10,–6) and (5,–6) = 5
– BF = distance between (0,6) and (–9,6) = 9
– EG = distance between (5,–6) and (–9,–6) = 14
– FG = distance between (–9,6) and (–9,–6) = 12

3. Two possible routes from D to F along the given roads both give the same total:
• D → C → A → B → F
= DC + CA + AB + BF
= 6 + 10 + 6 + 9
= 31 km

• D → E → G → F
= DE + EG + GF
= 5 + 14 + 12
= 31 km

Hence the distance traveled is 31 km.

Q. There are 7 places A, B, C, D, E, F and G in a city connected by various roads AB, AC, CD, DE, BF, EG and FG. A is 6 km south of B. A is 10 km west of C. D is 5 km east of E. C is 6 km north of D. F is 9 km west of B. F is 12 km north of G. A person travels from D to F through these roads. What is the distance covered by the person? Read More »

Q. What is X in the sequence 1, 3, 6, 11, 18, X, 42?

Q. What is X in the sequence 1, 3, 6, 11, 18, X, 42?

(a) 26
(b) 27
(c) 29
(d) 30

Correct Answer : (c) 29

UPSC Prelims 2025 CSAT

Explanation : 

1. List the terms and their differences:
Sequence: 1, 3, 6, 11, 18, X, 42
Differences:
3–1 = 2
6–3 = 3
11–6 = 5
18–11 = 7
X–18 = ?
42–X = ?

2. Observe the differences so far: 2, 3, 5, 7 – these are consecutive primes.

3. The next two primes after 7 are 11 and 13.
So
X – 18 = 11 ⇒ X = 18 + 11 = 29
42 – X = 13 ⇒ 42 – 29 = 13 (checks out)

Thus X = 29.

Answer: (c) 29.

Q. What is X in the sequence 1, 3, 6, 11, 18, X, 42? Read More »

Q. X can complete one-third of a certain work in 6 days, Y can complete one-third of the same work in 8 days and Z can complete three-fourth of the same work in 12 days. All of them work together for n days and then X and Z quit and Y alone finishes the remaining work in 8 2/3 days. What is n equal to?

Q. X can complete one-third of a certain work in 6 days, Y can complete one-third of the same work in 8 days and Z can complete three-fourth of the same work in 12 days. All of them work together for n days and then X and Z quit and Y alone finishes the remaining work in 8 and 2/3 days. What is n equal to?

(a) 3
(b) 4
(c) 5
(d) 6

Correct Answer: (b) 4

UPSC Prelims 2025 CSAT

Explanation : 

1. Compute each person’s daily work rate (fraction of the whole work per day):

• X does 1/3 of the work in 6 days ⇒ rate of X = (1/3) ÷ 6 = 1/18
• Y does 1/3 of the work in 8 days ⇒ rate of Y = (1/3) ÷ 8 = 1/24
• Z does 3/4 of the work in 12 days ⇒ rate of Z = (3/4) ÷ 12 = 1/16

2. All three work together for n days. Together they do per day:
1/18 + 1/24 + 1/16
= (8 + 6 + 9) / 144
= 23/144 of the work per day.
In n days they complete 23n/144 of the work.

3. Remaining work after n days = 1 – 23n/144 = (144 – 23n)/144.

4. Then X and Z quit, and Y alone finishes the rest in 8 2/3 days = 26/3 days.
Work done by Y in that time = rate × time = (1/24) × (26/3) = 26/72 = 13/36.

5. Set remaining work = 13/36:

(144 – 23n) / 144 = 13/36
⇒ 144·(13/36) = 144 – 23n
⇒ 4·13 = 144 – 23n
⇒ 52 = 144 – 23n
⇒ 23n = 144 – 52 = 92
⇒ n = 92 / 23 = 4.

Answer: (b) 4

Q. X can complete one-third of a certain work in 6 days, Y can complete one-third of the same work in 8 days and Z can complete three-fourth of the same work in 12 days. All of them work together for n days and then X and Z quit and Y alone finishes the remaining work in 8 2/3 days. What is n equal to? Read More »

Q. The 5-digit number PQRST (all distinct digits) is such that T ≠ 0. P is thrice T. S is greater than Q by 4, while Q is greater than R by 3. How many such 5-digit numbers are possible?

Q. The 5-digit number PQRST (all distinct digits) is such that T ≠ 0. P is thrice T. S is greater than Q by 4, while Q is greater than R by 3. How many such 5-digit numbers are possible?

(a) 3
(b) 4
(c) 5
(d) 6

Correct Answer : (b) 4

UPSC Prelims 2025 CSAT

Explanation : 

1. The 5‐digit number is P Q R S T with all digits distinct and T ≠ 0.
2. Given:
• P = 3·T
• Q = R + 3
• S = Q + 4

3. Since P=3T must be a single digit (0–9) and T≠0, the only possibilities for T are 1, 2 or 3:
– T=1 ⇒ P=3
– T=2 ⇒ P=6
– T=3 ⇒ P=9

4. Also Q=R+3 ≤9 ⇒ R≤6, and S=Q+4=R+7 ≤9 ⇒ R≤2. Hence R∈{0,1,2}.

5. Check each T and each R∈{0,1,2}, discarding any repeat digits:

Case A: T=1, P=3
R=0 ⇒ Q=3 (conflicts with P=3) ✗
R=2 ⇒ Q=5, S=9 → digits {3,5,2,9,1} all distinct ✓
→ Number = 35291

Case B: T=2, P=6
R=0 ⇒ Q=3, S=7 → {6,3,0,7,2} distinct ✓ → 63072
R=1 ⇒ Q=4, S=8 → {6,4,1,8,2} distinct ✓ → 64182
R=2 ⇒ Q=5, S=9 → conflicts with T=2 or repeats none but R=2=T? actually R=2 conflicts with T=2 ✗

Case C: T=3, P=9
R=0 ⇒ Q=3 conflicts with T=3 ✗
R=1 ⇒ Q=4, S=8 → {9,4,1,8,3} distinct ✓ → 94183
R=2 ⇒ Q=5, S=9 conflicts with P=9 ✗

6. Valid numbers found: 35291, 63072, 64182, 94183 → total 4.

Answer: (b) Only 4 such numbers.

Q. The 5-digit number PQRST (all distinct digits) is such that T ≠ 0. P is thrice T. S is greater than Q by 4, while Q is greater than R by 3. How many such 5-digit numbers are possible? Read More »

Q. If FRANCE is coded as 654321 and GERMANY is coded as 9158437, then how is YEMEN coded?

Q. If FRANCE is coded as 654321 and GERMANY is coded as 9158437, then how is YEMEN coded?

(a) 54321
(b) 81913
(c) 71913
(d) 71813

Correct Answer : (d) 71813

UPSC Prelims 2025 CSAT

Explanation : 

1. From “FRANCE → 654321” we get a letter→digit mapping:
F→6, R→5, A→4, N→3, C→2, E→1

2. From “GERMANY → 9158437” the same mapping must hold for letters already seen, and it tells us the new letters’ codes:
G→9, E→1 (matches), R→5, M→8, A→4, N→3, Y→7

3. Now code “YEMEN” by replacing each letter with its digit:
Y → 7
E → 1
M → 8
E → 1
N → 3

So YEMEN → 71813

Answer: (d) 71813

Q. If FRANCE is coded as 654321 and GERMANY is coded as 9158437, then how is YEMEN coded? Read More »

Q. If NO is coded as 210, NOT is coded as 4200 and NOTE is coded as 21000, then how is NOTES coded?

Q. If NO is coded as 210, NOT is coded as 4200 and NOTE is coded as 21000, then how is NOTES coded?

(a) 399000
(b) 420000
(c) 440000
(d) 630000

Correct Answer : (a) 399000

UPSC Prelims 2025 CSAT

Explanation : 

We notice that each code is the product of the letters’ positions in the alphabet:

• N = 14
• O = 15
• T = 20
• E = 5
• S = 19

Check the given examples:

1. NO → 14 × 15 = 210
2. NOT → 14 × 15 × 20 = 210 × 20 = 4200
3. NOTE → 14 × 15 × 20 × 5 = 4200 × 5 = 21000

Therefore, for NOTES:

NOTES → 14 × 15 × 20 × 5 × 19
= (14 × 15 × 20 × 5) × 19
= 21000 × 19
= 399000

Answer: (a) 399000

Q. If NO is coded as 210, NOT is coded as 4200 and NOTE is coded as 21000, then how is NOTES coded? Read More »

Q. P is the brother of Q and R. S is R’s mother. T is P’s father. How many of the following statements are definitely true?

Q. P is the brother of Q and R. S is R’s mother. T is P’s father. How many of the following statements are definitely true?

I. S and T are a couple.
II. Q is T’s son.
III. T is Q’s father.
IV. S is P’s mother.
V. R is T’s daughter.
VI. P is S’s son.

Select the correct answer using the code given below:

(a) Only two
(b) Only three
(c) Only four
(d) Only five

Correct Answer : (c) Only four

UPSC Prelims 2025 CSAT

Explanation : 

Let’s first restate the given facts in “family‐tree” form:

1. P is the brother of Q and of R.
⇒ P is male, and (in a standard puzzle) P, Q and R share the same two parents.
2. S is R’s mother.
⇒ S is the mother of R (and hence, of P and Q).
3. T is P’s father.
⇒ T is the father of P (and hence, of Q and R).

So the (full) parents of P, Q, R are S (mother) and T (father). Now check each statement:

I. S and T are a couple.
– True (they are mother and father of the same children).

II. Q is T’s son.
– Not necessarily: we know Q is T’s child, but Q’s gender wasn’t given.

III. T is Q’s father.
– True (T is father of P, Q and R).

IV. S is P’s mother.
– True (S is the mother of R, and P is R’s full brother ⇒ same mother).

V. R is T’s daughter.
– Not necessarily: R is T’s child, but R’s gender wasn’t given.

VI. P is S’s son.
– True (P is male and S is the mother of P, Q, R).

Counting the definitely true ones: I, III, IV and VI ⇒ 4 statements.

Answer: (c) Only four.

Q. P is the brother of Q and R. S is R’s mother. T is P’s father. How many of the following statements are definitely true? Read More »