141. The angle (in degrees) made by a sector having area one-sixth of the a

The angle (in degrees) made by a sector having area one-sixth of the area of a semicircle is

[amp_mcq option1=”15°” option2=”30°” option3=”45°” option4=”60°” correct=”option2″]

This question was previously asked in
UPSC CAPF – 2024
The correct answer is B) 30°.
Let the radius of the semicircle be $r$. The area of the semicircle is $\frac{1}{2} \pi r^2$.
The area of the sector is given as one-sixth of the area of the semicircle.
Area of sector $= \frac{1}{6} \times \left(\frac{1}{2} \pi r^2\right) = \frac{1}{12} \pi r^2$.
The formula for the area of a sector with angle $\theta$ (in degrees) and radius $r$ is $\frac{\theta}{360°} \pi r^2$.
Equating the two expressions for the area of the sector:
$\frac{\theta}{360°} \pi r^2 = \frac{1}{12} \pi r^2$.
Assuming $r > 0$, we can cancel $\pi r^2$ from both sides:
$\frac{\theta}{360°} = \frac{1}{12}$.
Now, solve for $\theta$:
$\theta = \frac{360°}{12} = 30°$.
The angle made by the sector is 30 degrees.

142. The remainder, when 1 + (1 × 2) + (1 × 2 × 3) + … + (1 × 2 × 3 × …

The remainder, when 1 + (1 × 2) + (1 × 2 × 3) + … + (1 × 2 × 3 × … × 500) is divided by 8, is

[amp_mcq option1=”1″ option2=”2″ option3=”3″ option4=”4″ correct=”option1″]

This question was previously asked in
UPSC CAPF – 2024
The correct answer is A) 1.
We need to find the remainder of the sum $S = 1! + 2! + 3! + … + 500!$ when divided by 8.
Let’s compute the first few factorials modulo 8:
$1! = 1 \equiv 1 \pmod 8$
$2! = 2 \equiv 2 \pmod 8$
$3! = 6 \equiv 6 \pmod 8$
$4! = 24 = 3 \times 8 \equiv 0 \pmod 8$
$5! = 5 \times 4!$. Since $4!$ is a multiple of 8, $5!$ is also a multiple of 8. $5! \equiv 0 \pmod 8$.
In general, for any integer $n \ge 4$, $n!$ includes $4!$ as a factor. Since $4!$ is a multiple of 8, $n!$ is a multiple of 8 for all $n \ge 4$.
So, $n! \pmod 8 = 0$ for $n \ge 4$.
The sum modulo 8 is:
$S \pmod 8 = (1! + 2! + 3! + 4! + … + 500!) \pmod 8$
$S \pmod 8 = (1! \pmod 8 + 2! \pmod 8 + 3! \pmod 8 + 4! \pmod 8 + … + 500! \pmod 8) \pmod 8$
$S \pmod 8 = (1 + 2 + 6 + 0 + 0 + … + 0) \pmod 8$
$S \pmod 8 = (1 + 2 + 6) \pmod 8$
$S \pmod 8 = 9 \pmod 8$
$S \pmod 8 = 1$.
The remainder is 1.

143. How many three-digit numbers are possible such that the difference bet

How many three-digit numbers are possible such that the difference between the original number and the number obtained by reversing the digits is 396? (no digit is repeated)

[amp_mcq option1=”4″ option2=”5″ option3=”50″ option4=”40″ correct=”option4″]

This question was previously asked in
UPSC CAPF – 2023
Let the three-digit number be 100a + 10b + c, where a is a digit from 1 to 9, and b and c are digits from 0 to 9. The digits a, b, and c must be distinct.
The number obtained by reversing the digits is 100c + 10b + a.
The difference between the original number and the reversed number is given as 396.
(100a + 10b + c) – (100c + 10b + a) = 396
99a – 99c = 396
99(a – c) = 396
a – c = 396 / 99 = 4.
We need to find the number of triplets (a, b, c) such that:
1. a is a digit from 1 to 9.
2. c is a digit from 0 to 9.
3. b is a digit from 0 to 9.
4. a, b, c are distinct (a != b, b != c, a != c).
5. a – c = 4.
Since a – c = 4 and a is a single digit, a > c, which guarantees a != c. Also, since a >= 1, c >= 0.
Let’s list the possible pairs of (a, c) where a – c = 4 and a is in {1..9}, c is in {0..9}:
– If c = 0, a = 4. Pair (4, 0).
– If c = 1, a = 5. Pair (5, 1).
– If c = 2, a = 6. Pair (6, 2).
– If c = 3, a = 7. Pair (7, 3).
– If c = 4, a = 8. Pair (8, 4).
– If c = 5, a = 9. Pair (9, 5).
There are 6 such pairs for (a, c).
For each pair (a, c), the digit b must be distinct from a and c. There are 10 possible digits (0-9). Since a and c are distinct and are already chosen, b can be any of the remaining 10 – 2 = 8 digits.

If we strictly follow N – N_rev = 396, there are 6 * 8 = 48 such numbers. However, 48 is not among the options.

Let’s consider a common convention in such problems: the reversed number must also be a three-digit number. This implies that the units digit of the original number, c, cannot be 0.
If c must be in {1..9} (and a in {1..9}) with a-c=4:
– If c = 1, a = 5. Pair (5, 1).
– If c = 2, a = 6. Pair (6, 2).
– If c = 3, a = 7. Pair (7, 3).
– If c = 4, a = 8. Pair (8, 4).
– If c = 5, a = 9. Pair (9, 5).
There are 5 such pairs for (a, c) if c!=0.
For each of these 5 pairs, b must be distinct from a and c. There are 10 – 2 = 8 possible digits for b.
Total number of such three-digit numbers = 5 pairs * 8 options for b per pair = 40.
This matches option D. This suggests the implicit condition that the reversed number is also a three-digit number (c!=0) was intended.

If the question had asked for the absolute difference to be 396, i.e., |N – N_rev| = 396, then we would also include cases where N_rev – N = 396. This would mean c – a = 4, with a in {1..9} and c in {0..9}. Possible pairs (a, c) are (1,5), (2,6), (3,7), (4,8), (5,9). There are 5 such pairs. For each pair, there are 8 options for b. This would give 5 * 8 = 40 numbers. The total count for |N – N_rev| = 396 would be 48 (for a>c) + 40 (for c>a) = 88, which is not an option. The phrasing “the difference… is 396” generally implies a positive difference, N – N_rev = 396. The likely reason for 40 being the correct answer is the assumption that the reversed number must also be a three-digit number (c != 0).

144. Suppose a, b and c are three distinct natural numbers such that a + b

Suppose a, b and c are three distinct natural numbers such that a + b + c = abc.
Consider the following statements:

  • 1. The arithmetic mean of a, b and c is a natural number.
  • 2. The harmonic mean of a, b and c lies between 1 and 2.

Which of the statements given above is/are correct?

[amp_mcq option1=”1 only” option2=”2 only” option3=”Both 1 and 2″ option4=”Neither 1 nor 2″ correct=”option3″]

This question was previously asked in
UPSC CAPF – 2023
Let the three distinct natural numbers be a, b, and c. The given condition is a + b + c = abc. We need to find the distinct natural numbers that satisfy this equation.
Assuming a <= b <= c, and since a, b, c are natural numbers (>= 1):
If a=1, the equation becomes 1 + b + c = bc. Rearranging gives bc – b – c = 1. Adding 1 to both sides to factor: bc – b – c + 1 = 2, which is (b-1)(c-1) = 2. Since b <= c, we have b-1 <= c-1. As b and c are natural numbers, b-1 >= 0 and c-1 >= 0. The only factors of 2 are (1, 2). So, b-1=1 and c-1=2, which gives b=2 and c=3. The set of distinct natural numbers is {1, 2, 3}. Checking: 1 + 2 + 3 = 6 and 1 * 2 * 3 = 6. This solution is valid.
We can show that there are no other solutions by considering a >= 2. If a >= 2, then b >= 2 and c >= 2. If a=2, 2+b+c = 2bc. Dividing by bc gives 2/bc + 1/c + 1/b = 2. If b=2, 2/4c + 1/c + 1/2 = 2 => 1/2c + 1/c + 1/2 = 2 => 3/2c = 3/2 => c=1. This contradicts c>=b=2. If b>=3, c>=b>=3, then 1/b <= 1/3 and 1/c <= 1/3. 1/b + 1/c <= 2/3. But 1/b + 1/c = 2 - 2/bc. So 2 - 2/bc <= 2/3 => 4/3 <= 2/bc => bc <= 1.5. This contradicts bc >= 3*3=9. If a>=3, then b>=3, c>=3, leading to the same contradiction bc <= 1.5 while bc >= 9.
Thus, the only set of distinct natural numbers satisfying the equation is {1, 2, 3}.

Statement 1: The arithmetic mean of a, b and c is a natural number.
AM = (1+2+3)/3 = 6/3 = 2. 2 is a natural number. Statement 1 is correct.

Statement 2: The harmonic mean of a, b and c lies between 1 and 2.
HM = 3 / (1/a + 1/b + 1/c) = 3 / (1/1 + 1/2 + 1/3) = 3 / (6/6 + 3/6 + 2/6) = 3 / (11/6) = 18/11.
18/11 is approximately 1.636. 1 < 18/11 < 2. Statement 2 is correct.

The equation a + b + c = abc is a Diophantine equation. The set {1, 2, 3} is the only solution in distinct natural numbers. If distinctness is not required, other solutions in natural numbers exist, e.g., {1, 1, 2} is not a solution (1+1+2=4, 1*1*2=2), {1, 1, 1} is not a solution (1+1+1=3, 1*1*1=1). In positive integers (which includes natural numbers), the only solution sets for a+b+c=abc are {1,2,3}.

145. If “O” and “U”, irrespective of upper or lower case, occur exactly 504

If “O” and “U”, irrespective of upper or lower case, occur exactly 5040 times, then how many times does the letter “E” occur in the book in the upper or the lower case?

[amp_mcq option1=”11840″ option2=”11600″ option3=”11430″ option4=”11340″ correct=”option4″]

This question was previously asked in
UPSC CAPF – 2023
The correct answer is 11340. This question is known to be from a passage in the original paper that provided a rule for letter frequencies. Without the passage, the rule is not explicitly given. However, based on common interpretations and the correct answer from official sources for this specific question, the frequency of the vowel ‘E’ is approximately 9/4 times the frequency of ‘O’ or ‘U’.
Given that the letter “O” occurs exactly 5040 times and the letter “U” occurs exactly 5040 times, and assuming a relationship where N(E) / N(O) = 9/4 (or N(E) / N(U) = 9/4, which implies N(O)=N(U) as given), we can calculate the frequency of E.
N(E) = N(O) * (9/4)
N(E) = 5040 * (9/4)
N(E) = (5040 / 4) * 9
N(E) = 1260 * 9
N(E) = 11340.
The exact rule linking vowel frequencies to letter properties (like position in the alphabet) that results in the 9/4 ratio for E relative to O (or U) is not directly inferable from the question as presented. This implies the ratio was provided or derivable from the preceding passage in the original question paper. Common but unconfirmed postulations regarding the rule involve proportionality to (26 – alphabetical position) values or other complex relationships that are not straightforward.

146. Among the three vowels which occur minimum number of times, what is th

Among the three vowels which occur minimum number of times, what is the percentage of occurrence of the letter that occurs the maximum number of times among them?

[amp_mcq option1=”42 6/7 %” option2=”41 5/7 %” option3=”40 4/7 %” option4=”39 2/7 %” correct=”option1″]

This question was previously asked in
UPSC CAPF – 2023
The percentage is 42 6/7 %.
This question, along with Q26774, refers to data on vowel occurrences in “the book” which is not provided. By inferring the data that satisfies the options for both questions, we assume the counts of the five vowels are 1, 3, 3, 3, and 3 in increasing order of frequency. The question asks about “the three vowels which occur minimum number of times”. These are the vowels with counts 1, 3, and 3. Among these three vowels, the letter that occurs the maximum number of times is the one with count 3. The question asks for the percentage of occurrence of this letter (with count 3) among the total occurrences of these three minimum vowels. The total occurrences of the three minimum vowels is $1 + 3 + 3 = 7$. The percentage is calculated as: $\frac{\text{Maximum count among minimum three}}{\text{Sum of minimum three counts}} \times 100\% = \frac{3}{7} \times 100\%$.
To convert the fraction $\frac{3}{7}$ to a mixed number percentage: $\frac{3}{7} \times 100\% = \frac{300}{7}\%$. Performing the division: $300 \div 7$. $300 = 42 \times 7 + 6$. So, $\frac{300}{7} = 42 \frac{6}{7}$. The percentage is $42 \frac{6}{7}\%$. This matches option A and further supports the inferred vowel counts (1, 3, 3, 3, 3) as the likely basis for both quantitative reasoning questions.

147. For how many pairs of vowels is the chance of occurrence of any one of

For how many pairs of vowels is the chance of occurrence of any one of the two more than 34% in the book?

[amp_mcq option1=”4″ option2=”5″ option3=”6″ option4=”7″ correct=”option3″]

This question was previously asked in
UPSC CAPF – 2023
The correct answer is 6.
This question, along with Q26775, refers to data on vowel occurrences in “the book” which is not provided. However, the options suggest specific numerical outcomes. By working backward from the plausible answers to both questions, it is possible to infer the underlying data. Let’s assume the counts of the five vowels in “the book” are 1, 3, 3, 3, and 3 in increasing order of frequency. The total number of vowel occurrences is $1+3+3+3+3 = 13$. The probability of occurrence of a vowel is its count divided by the total count. We are looking for pairs of distinct vowels $(V_i, V_j)$ such that the chance of occurrence of “any one of the two” is more than 34%. Interpreting “chance of occurrence of any one of the two” as the sum of their individual probabilities $P(V_i) + P(V_j)$, the condition is $P(V_i) + P(V_j) > 0.34$.
$P(V) = \text{count}(V)/13$. So, we need $(\text{count}(V_i) + \text{count}(V_j))/13 > 0.34$, which simplifies to $\text{count}(V_i) + \text{count}(V_j) > 0.34 \times 13 = 4.42$.
The counts of the five vowels are {1, 3, 3, 3, 3}. Let’s examine the possible sums of counts for pairs of distinct vowels:
– Pair of counts (1, 3): Sum is $1+3=4$. $4 \ngtr 4.42$. There are 4 such pairs (the vowel with count 1 paired with each of the four vowels with count 3).
– Pair of counts (3, 3): Sum is $3+3=6$. $6 > 4.42$. There are 4 vowels with count 3. The number of pairs of distinct vowels chosen from these four is $\binom{4}{2} = \frac{4 \times 3}{2} = 6$.
Only the pairs of vowels with counts (3, 3) satisfy the condition. There are 6 such pairs. This matches option C. This inferred data also consistently works for Q26775.
The problem requires assuming the underlying data distribution for vowel frequencies in “the book”. The specific counts (1, 3, 3, 3, 3) provide a consistent solution for both this question and Q26775. Without the actual text or data, the problem is unsolvable in a rigorous manner, common in some quantitative reasoning questions where data needs to be deduced from options.

148. Sixty-four cubes of sides 2 cm each are combined to form a cube of sid

Sixty-four cubes of sides 2 cm each are combined to form a cube of side 8 cm. If four of the smaller cubes along the diagonal of a surface are removed from the surface of the large cube, which one of the following statements about the surface area of this solid object is true ?

[amp_mcq option1=”It is equal to the surface area of the large cube.” option2=”It is less than the surface area of the large cube.” option3=”It is more than the surface area of the large cube.” option4=”Insufficient data” correct=”option3″]

This question was previously asked in
UPSC CAPF – 2023
The correct option is C) It is more than the surface area of the large cube.
A large cube of side 8 cm is formed from 64 smaller cubes of sides 2 cm (8/2 = 4, so it’s a 4x4x4 arrangement of small cubes).
The surface area of the large cube is 6 * (8 cm)^2 = 6 * 64 sq cm = 384 sq cm.
Four smaller cubes are removed along the diagonal of a surface (face) of the large cube. Consider one face as a 4×4 grid of the smaller cubes’ exposed faces. The diagonal consists of the 4 cubes at positions (0,0), (1,1), (2,2), (3,3) in this grid (assuming indexing from a corner 0,0).
These 4 small cubes correspond to positions in the 4x4x4 large cube grid. Let’s say the face is the top face (z=3, using 0-3 indexing). The cubes are (0,0,3), (1,1,3), (2,2,3), (3,3,3).
– Cubes (0,0,3) and (3,3,3) are corner cubes of the large cube assembly (3 faces originally exposed on the large cube’s surface).
– Cubes (1,1,3) and (2,2,3) are ‘face’ cubes of the large cube assembly (1 face originally exposed on the large cube’s surface).

When a small cube is removed from the surface of the large cube:
– Surface area is lost from the original surface of the large cube.
– New surface area is gained from the faces of the removed small cube that were previously internal.

– For a corner cube (like (0,0,3) or (3,3,3)): 3 faces (each 2×2=4 sq cm) were exposed on the large cube surface (total 12 sq cm). When removed, the 3 interior faces become exposed (total 12 sq cm). Net change in surface area = -12 + 12 = 0.
– For a face cube (like (1,1,3) or (2,2,3)): 1 face (4 sq cm) was exposed on the large cube surface. When removed, the 5 interior faces become exposed (total 5 * 4 = 20 sq cm). Net change in surface area = -4 + 20 = +16 sq cm.

The four removed cubes consist of 2 corner cubes and 2 face cubes of the large cube assembly.
Total change in surface area = (2 * Change from corner cube) + (2 * Change from face cube)
Total change = (2 * 0) + (2 * +16 sq cm) = 0 + 32 sq cm = +32 sq cm.

The surface area of the solid object after removing the cubes is the original surface area plus the net change.
New Surface Area = 384 sq cm + 32 sq cm = 416 sq cm.

Since the new surface area (416 sq cm) is greater than the original surface area (384 sq cm), the surface area of this solid object is more than the surface area of the large cube. The removal of cubes, especially from non-corner positions on a face or edge, typically increases the total surface area by exposing internal faces.

149. If x and y are two-digit prime numbers such that y is obtained from x

If x and y are two-digit prime numbers such that y is obtained from x by interchanging its digits and x – y = 36, then what is the value of xy ?

[amp_mcq option1=”1611″ option2=”2701″ option3=”4031″ option4=”5603″ correct=”option2″]

This question was previously asked in
UPSC CAPF – 2023
The correct option is B) 2701.
Let the two-digit prime number x be represented as 10a + b, where ‘a’ is the tens digit and ‘b’ is the units digit. Both ‘a’ and ‘b’ are integers between 1 and 9, since x is a two-digit number and b cannot be 0 if the reversed number y is also two digits.
The number y is obtained by interchanging the digits, so y = 10b + a.
Both x and y must be prime numbers.
We are given that x – y = 36.
(10a + b) – (10b + a) = 36
9a – 9b = 36
9(a – b) = 36
a – b = 4.

We need to find two digits a and b (1-9) such that a – b = 4, and both (10a + b) and (10b + a) are prime numbers.
Let’s list the possible pairs (a, b) where a – b = 4:
– If b = 1, a = 5. x = 51 (51 = 3 * 17, not prime).
– If b = 2, a = 6. x = 62 (not prime).
– If b = 3, a = 7. x = 73. 73 is a prime number. y = 37. 37 is a prime number. This pair (a=7, b=3) satisfies all conditions.
– If b = 4, a = 8. x = 84 (not prime).
– If b = 5, a = 9. x = 95 (not prime).

The only pair of digits satisfying the conditions is a=7 and b=3.
So, x = 73 and y = 37.
Check: x and y are two-digit prime numbers. x – y = 73 – 37 = 36. All conditions met.

The question asks for the value of xy.
xy = 73 * 37.
Calculation:
73 * 37 = 73 * (30 + 7) = 73 * 30 + 73 * 7
= 2190 + 511
= 2701.

It’s important to systematically check all possible digit pairs that satisfy the difference condition and then verify the primality of both the original and reversed numbers. Recalling common two-digit prime numbers helps in quickly checking the candidates.

150. Assume that the Earth is a spherical ball of radius x km with a smooth

Assume that the Earth is a spherical ball of radius x km with a smooth surface so that one can travel along any direction. If you have travelled from point P on the Earth’s surface along the East direction a distance of πx km, which direction do you have to travel to return to P so that the distance required to travel is minimum ?

[amp_mcq option1=”East only” option2=”West only” option3=”East or West but not any other direction” option4=”Any fixed direction” correct=”option3″]

This question was previously asked in
UPSC CAPF – 2023
The most plausible intended option, considering typical geography/math puzzles and the specific options provided, is C) East or West but not any other direction.
The Earth is a sphere of radius x km. A great circle on this sphere has a circumference of 2πx km. Travelling a distance of πx km is travelling exactly half the circumference of a great circle.
The question states you travel “along the East direction a distance of πx km”. Travelling purely East means moving along a circle of latitude. A circle of latitude is a great circle only if it is the Equator (latitude 0).
If P is on the Equator, travelling East a distance πx along the Equator will take you to the point antipodal (exactly opposite) to P. Let this point be Q.
From Q (the antipodal point), the shortest distance back to P is along a great circle, and this distance is πx km. You can travel along the Equator back to P, either East or West. Both directions along the Equator lead to P in a distance of πx.
Other great circle paths from Q to P also exist, for instance, travelling North along a meridian to the North Pole (distance πx/2) and then South along a meridian from the North Pole to P (distance πx/2), totaling πx. Similarly, going via the South Pole takes πx. The initial directions from Q along these meridian paths are North and South respectively.
However, option C specifically limits the directions to “East or West but not any other direction”. This makes sense only in the simplified scenario where P is on the Equator, Q is antipodal, and the considered return paths are limited to East or West along the Equator. In this specific (likely intended) case, starting East or West from Q along the equator constitutes a minimum distance path back to P.
If P is not on the Equator, travelling East a distance πx along a latitude circle (which is not a great circle) does not necessarily take you to the antipodal point, and the shortest path back to P is a great circle whose initial direction from Q would generally be some combination of North/South and West, not purely East or West. The specific distance πx being half a great circle circumference strongly points towards the Equator/antipodal case as the intended scenario. While theoretically, North and South also yield minimum distance paths from an antipodal point, option C suggests a specific constraint or focus on the East-West movement along the original path line (the equator).

Exit mobile version