31. Two years ago, the age of A was three times the age of B. If B is curr

Two years ago, the age of A was three times the age of B. If B is currently 9 years old, then after how many years, the age of A will be double of the age of B ?

2 years
3 years
4 years
5 years
This question was previously asked in
UPSC CAPF – 2020
Let A be A’s current age and B be B’s current age.
We are given that B’s current age is 9 years, so B = 9.
Two years ago:
A’s age was A – 2.
B’s age was B – 2 = 9 – 2 = 7.
According to the problem, two years ago, the age of A was three times the age of B:
A – 2 = 3 * (B – 2)
A – 2 = 3 * 7
A – 2 = 21
A = 21 + 2 = 23.
So, A’s current age is 23 years.
We want to find the number of years (let’s call it x) after which A’s age will be double B’s age.
After x years:
A’s age will be A + x = 23 + x.
B’s age will be B + x = 9 + x.
We are given that after x years, A’s age will be double B’s age:
23 + x = 2 * (9 + x)
23 + x = 18 + 2x
Subtract x from both sides:
23 = 18 + 2x – x
23 = 18 + x
Subtract 18 from both sides:
x = 23 – 18
x = 5.
So, after 5 years, the age of A will be double the age of B.
– Set up variables for the current ages.
– Translate the information about past ages into equations based on the current age variables.
– Solve for the unknown current age(s).
– Set up equations for future ages based on adding an unknown number of years (x).
– Solve for x based on the given relationship between future ages.
Always verify the answer by plugging the calculated number of years back into the future age condition. After 5 years, A will be 23 + 5 = 28, and B will be 9 + 5 = 14. Since 28 = 2 * 14, the condition is met.

32. In a group of 100 children, 64 children like to play cricket, 53 child

In a group of 100 children, 64 children like to play cricket, 53 children like to play football and 20 children like to play both cricket and football. How many children do NOT like to play cricket or football ?

3
5
7
9
This question was previously asked in
UPSC CAPF – 2020
This problem can be solved using the principle of inclusion-exclusion or a Venn diagram.
Let C be the set of children who like cricket and F be the set of children who like football.
Total children = 100.
Number of children who like cricket, |C| = 64.
Number of children who like football, |F| = 53.
Number of children who like both cricket and football, |C ∩ F| = 20.
The number of children who like at least one of the games (either cricket or football or both) is given by the union of the two sets:
|C U F| = |C| + |F| – |C ∩ F|
|C U F| = 64 + 53 – 20
|C U F| = 117 – 20
|C U F| = 97.
This means 97 children like either cricket or football or both.
The number of children who do NOT like to play cricket or football is the total number of children minus the number of children who like at least one game:
Children who like neither = Total children – |C U F|
Children who like neither = 100 – 97
Children who like neither = 3.
– Use the formula for the union of two sets: |A U B| = |A| + |B| – |A ∩ B|.
– Understand that the number of elements in the union represents those who like at least one of the items.
– Subtract the number who like at least one from the total number to find those who like neither.
This type of problem is a classic application of basic set theory. A Venn diagram could also be used: Draw two overlapping circles for Cricket and Football. The overlap is 20. The part of the Cricket circle only is 64 – 20 = 44. The part of the Football circle only is 53 – 20 = 33. The total inside the circles is 44 + 20 + 33 = 97. Those outside the circles are 100 – 97 = 3.

33. What is the value of the missing number ? [Image of a circle with sect

What is the value of the missing number ?
[Image of a circle with sectors containing numbers: 3,4; 1,5; 3,2; 3,1; 2,3; 2,7; 5,6; 4,5. Inner circle sectors: 5, 4, 5, 6, 7, 8, 3, ?]

9
7
5
3
This question was previously asked in
UPSC CAPF – 2020
The puzzle involves pairs of outer numbers and a single inner number in sectors of a circle. Let the outer numbers be `a` and `b`, and the inner number be `c`. We need to find a relationship between `a`, `b`, and `c`.
Observing the first sector with outer numbers (3, 4) and inner number 5, we notice that 3, 4, and 5 form a Pythagorean triple (3² + 4² = 5²). Here, the outer numbers appear to be the legs of a right triangle, and the inner number is the hypotenuse.
Let’s examine the last sector with outer numbers (4, 5) and a missing inner number ?. These numbers (4 and 5) are also part of the 3-4-5 Pythagorean triple. If 4 and 5 were legs, the hypotenuse would be sqrt(4² + 5²) = sqrt(16 + 25) = sqrt(41), which is not an integer option. However, if 5 is the hypotenuse and 4 is one leg, the other leg is calculated by x² + 4² = 5², which gives x² = 25 – 16 = 9, so x = 3.
This suggests a pattern related to the 3-4-5 Pythagorean triple:
– Sector 1 (3,4) -> 5: (leg, leg) -> hypotenuse (3² + 4² = 5²)
– Sector 8 (4,5) -> ?: If 5 is the hypotenuse and 4 is a leg, the missing number (the other leg) is 3 (3² + 4² = 5²).
While this specific pattern might not apply uniformly to *all* sectors using only standard leg/hypotenuse relations (e.g., (1,5)->4, (3,2)->5 don’t form 3-4-5 triples this way), the presence of the (3,4,5) triple in the first sector and the possibility of completing it in the last sector (4,5,?) using one of the options (3) provides the most plausible rule among typical puzzle patterns, especially when other arithmetic operations don’t yield a consistent rule across all sectors. Thus, the missing number is likely 3.
– Examine the relationship between the outer and inner numbers in each sector.
– Look for simple arithmetic operations (addition, subtraction, multiplication, division).
– Look for sequences or patterns across different sectors.
– Consider common mathematical concepts like Pythagorean triples if the numbers suggest it.
– The numbers 3, 4, and 5 in the first sector and 4 and 5 in the last sector strongly suggest a connection to the 3-4-5 Pythagorean triple.
Pythagorean triples are sets of three positive integers a, b, and c, such that a² + b² = c². The most well-known triple is (3, 4, 5). Number puzzles often incorporate basic mathematical properties or sequences. While a perfect, simple pattern across all sectors might not be immediately obvious, the prominent 3-4-5 relationship in the context of the numbers involved makes option 3 the most likely correct answer based on typical puzzle design principles.

34. If the day before yesterday was Tuesday, when will Saturday be ?

If the day before yesterday was Tuesday, when will Saturday be ?

Today
Tomorrow
Day after tomorrow
Two days after tomorrow
This question was previously asked in
UPSC CAPF – 2020
The statement “the day before yesterday was Tuesday” sets the timeline.
If today is represented as ‘T’, then ‘yesterday’ is T-1 day, and ‘the day before yesterday’ is T-2 days.
So, T-2 days = Tuesday.
To find ‘Today’ (T), we add 2 days to Tuesday: Tuesday + 1 day = Wednesday, Wednesday + 1 day = Thursday.
Therefore, Today is Thursday.
We are asked when Saturday will be.
If Today is Thursday, then Tomorrow (T+1 day) is Friday, and the Day after tomorrow (T+2 days) is Saturday.
– Establish ‘Today’ as the reference point.
– Work backward from the given information (“the day before yesterday was Tuesday”) to determine ‘Today’.
– Work forward from ‘Today’ to find when the target day (Saturday) occurs.
This is a simple logic puzzle involving days of the week. It relies on understanding relative time references like ‘yesterday’ and ‘tomorrow’.

35. If South-east is called East, North-west is called West, South-west is

If South-east is called East, North-west is called West, South-west is called South and so-on, what will North be called ?

East
North-east
North-west
South
This question was previously asked in
UPSC CAPF – 2020
The given changes in direction indicate a consistent rotation. If South-east (SE) is called East (E), North-west (NW) is called West (W), and South-west (SW) is called South (S), let’s determine the type and magnitude of the rotation.
– South-east (SE) to East (E) is a 90-degree clockwise rotation.
– North-west (NW) to West (W) is a 90-degree clockwise rotation.
– South-west (SW) to South (S) is a 90-degree clockwise rotation.
The rule is a 90-degree clockwise rotation of the compass points.
Applying this rule to North (N), a 90-degree clockwise rotation from North results in East (E).
– Identify the pattern of change in the given directions.
– Recognize the rotation (clockwise or counter-clockwise) and its magnitude (degrees).
– Apply the established rotation rule to the direction asked (North).
The standard eight compass points in clockwise order are N, NE, E, SE, S, SW, W, NW. A 90-degree clockwise rotation maps each direction to the one two positions ahead in this sequence (e.g., N -> E, NE -> SE, E -> S, etc.).

36. A is the smallest positive integer which when divided by 9 and 12 leav

A is the smallest positive integer which when divided by 9 and 12 leaves remainder 8. B is the smallest positive integer which when divided by 9 and 12 leaves remainder 5. Which one of the following is the value of A – B ?

3
2
1
0
This question was previously asked in
UPSC CAPF – 2020
3
This problem involves finding integers based on remainders when divided by multiple numbers, using the concept of the Least Common Multiple (LCM).
A is the smallest positive integer which when divided by 9 and 12 leaves remainder 8.
This means A $\equiv$ 8 (mod 9) and A $\equiv$ 8 (mod 12).
Equivalently, A – 8 is divisible by both 9 and 12. Therefore, A – 8 must be a multiple of the LCM of 9 and 12.
The prime factorization of 9 is $3^2$. The prime factorization of 12 is $2^2 \times 3$.
LCM(9, 12) = $2^2 \times 3^2 = 4 \times 9 = 36$.
So, A – 8 must be a multiple of 36. A – 8 = 36k for some integer k. A = 36k + 8.
We are looking for the smallest positive integer A.
If k=0, A = 36(0) + 8 = 8. Check: $8 \div 9$ gives remainder 8, $8 \div 12$ gives remainder 8. 8 is a positive integer.
So, A = 8.

B is the smallest positive integer which when divided by 9 and 12 leaves remainder 5.
This means B $\equiv$ 5 (mod 9) and B $\equiv$ 5 (mod 12).
Equivalently, B – 5 is divisible by both 9 and 12. Therefore, B – 5 must be a multiple of LCM(9, 12) = 36.
So, B – 5 = 36m for some integer m. B = 36m + 5.
We are looking for the smallest positive integer B.
If m=0, B = 36(0) + 5 = 5. Check: $5 \div 9$ gives remainder 5, $5 \div 12$ gives remainder 5. 5 is a positive integer.
So, B = 5.

Finally, we need to find the value of A – B:
A – B = 8 – 5 = 3.

37. The alphabets from A to J are numbered from 0 to 9 respectively. Which

The alphabets from A to J are numbered from 0 to 9 respectively. Which one of the following is the value of AGJ – CEG + EDB ?

CFE
DGF
GFD
FCE
This question was previously asked in
UPSC CAPF – 2020
CFE
Interpret the three-letter codes as numerical values in base 10 based on the provided alphabet-to-number mapping (A=0, B=1, …, J=9), perform the arithmetic operation, and then convert the result back to the letter code.
The mapping is A=0, B=1, C=2, D=3, E=4, F=5, G=6, H=7, I=8, J=9.
AGJ corresponds to the digits 0, 6, 9. As a number, this is 069 = 69.
CEG corresponds to the digits 2, 4, 6. As a number, this is 246.
EDB corresponds to the digits 4, 3, 1. As a number, this is 431.
The expression is AGJ – CEG + EDB, which translates to the arithmetic operation:
$69 – 246 + 431$
$69 – 246 = -177$
$-177 + 431 = 254$
Now, convert the result 254 back into a three-letter code using the mapping:
The digit 2 corresponds to C.
The digit 5 corresponds to F.
The digit 4 corresponds to E.
The resulting code is CFE.

38. A wire of length 6 m is stretched such that its radius is reduced by 2

A wire of length 6 m is stretched such that its radius is reduced by 20%. Which one of the following is the value of increase in its length?

50%
56.25%
62.25%
75%
This question was previously asked in
UPSC CAPF – 2020
56.25%
Assuming the wire is a cylinder and its material is incompressible, the volume of the wire remains constant when it is stretched. The volume of a cylinder is given by $V = \pi R^2 L$.
Let the original length be $L_1 = 6$ m and the original radius be $R_1$. The original volume is $V_1 = \pi R_1^2 L_1 = 6\pi R_1^2$.
The wire is stretched such that its radius is reduced by 20%. The new radius is $R_2 = R_1 – 0.20R_1 = 0.80R_1$.
Let the new length be $L_2$. The new volume is $V_2 = \pi R_2^2 L_2 = \pi (0.80R_1)^2 L_2 = \pi (0.64R_1^2) L_2$.
Since the volume remains constant, $V_1 = V_2$:
$6\pi R_1^2 = \pi (0.64R_1^2) L_2$
Assuming $R_1 > 0$, we can cancel $\pi R_1^2$:
$6 = 0.64 L_2$
$L_2 = \frac{6}{0.64} = \frac{600}{64} = \frac{75}{8} = 9.375$ m.
The increase in length is $L_2 – L_1 = 9.375 – 6 = 3.375$ m.
The percentage increase in length is $\frac{\text{Increase in length}}{\text{Original length}} \times 100\% = \frac{3.375}{6} \times 100\%$.
$\frac{3.375}{6} = \frac{3375}{6000} = \frac{675}{1200} = \frac{135}{240} = \frac{27}{48} = \frac{9}{16}$.
Percentage increase $= \frac{9}{16} \times 100\% = 0.5625 \times 100\% = 56.25\%$.

39. The number of ways by which 6 distinct balls can be put in 5 distinct

The number of ways by which 6 distinct balls can be put in 5 distinct boxes are

7776
15625
720
120
This question was previously asked in
UPSC CAPF – 2020
15625
This is a problem of placing distinct objects into distinct containers. For each distinct object, there are multiple independent choices of container.
We have 6 distinct balls and 5 distinct boxes.
Consider the balls one by one:
The first ball can be put into any of the 5 distinct boxes (5 choices).
The second ball can be put into any of the 5 distinct boxes (5 choices).

The sixth ball can be put into any of the 5 distinct boxes (5 choices).
Since the choice for each ball is independent, the total number of ways is the product of the number of choices for each ball.
Total ways = $5 \times 5 \times 5 \times 5 \times 5 \times 5 = 5^6$.
$5^6 = 15625$.
This is the general formula for placing $n$ distinct items into $m$ distinct bins: $m^n$. Here $n=6$ and $m=5$, so $5^6$.

40. A sum triples in ten years under compound interest at a certain rate o

A sum triples in ten years under compound interest at a certain rate of interest, the interest is being compounded annually. In how many years, it would become nine times ?

20 years
30 years
40 years
50 years
This question was previously asked in
UPSC CAPF – 2020
20 years
Under compound interest, if a principal amount becomes ‘x’ times in ‘T’ years, it will become ‘$x^n$’ times in ‘nT’ years, provided the interest rate and compounding frequency remain constant.
Let the principal be P and the annual interest rate be r. The amount A after t years is given by $A = P(1+r)^t$.
We are given that the sum triples in ten years:
$3P = P(1+r)^{10} \implies (1+r)^{10} = 3$.
We want to find the number of years ‘t’ it takes for the sum to become nine times the principal:
$9P = P(1+r)^t \implies (1+r)^t = 9$.
Since $9 = 3^2$, we can substitute the value of 3 from the first equation:
$(1+r)^t = ( (1+r)^{10} )^2$
$(1+r)^t = (1+r)^{10 \times 2}$
$(1+r)^t = (1+r)^{20}$
Equating the exponents, we get $t = 20$.
It would take 20 years for the sum to become nine times.