41. If a > b are two real numbers such that a + b = 10 and aΒ² + bΒ² = 52, t

If a > b are two real numbers such that a + b = 10 and aΒ² + bΒ² = 52, then what is the value of a – b ?

1
2
3
4
This question was previously asked in
UPSC CISF-AC-EXE – 2021
The value of $a – b$ is 2.
We are given the sum ($a+b$) and the sum of squares ($a^2+b^2$) of two numbers. We can use algebraic identities to find the product ($ab$) and subsequently the difference ($a-b$).
We are given:
1) $a + b = 10$
2) $a^2 + b^2 = 52$
We know the identity $(a+b)^2 = a^2 + 2ab + b^2$.
Substitute the given values into this identity:
$(10)^2 = 52 + 2ab$
$100 = 52 + 2ab$
Subtract 52 from both sides:
$2ab = 100 – 52$
$2ab = 48$
Divide by 2:
$ab = 24$.

Now we need to find the value of $a-b$. We know the identity $(a-b)^2 = a^2 – 2ab + b^2$.
We can rewrite this as $(a-b)^2 = (a^2 + b^2) – 2ab$.
Substitute the values of $a^2+b^2$ and $ab$ that we found:
$(a-b)^2 = 52 – 2(24)$
$(a-b)^2 = 52 – 48$
$(a-b)^2 = 4$.
Taking the square root of both sides:
$a-b = \pm \sqrt{4} = \pm 2$.
The problem states that $a > b$, which means $a-b$ must be a positive value.
Therefore, $a-b = 2$.

42. If the sum of a real number and its reciprocal is equal to 5, then wha

If the sum of a real number and its reciprocal is equal to 5, then what is the sum of the squares of the number and its reciprocal ?

25
24
23
22
This question was previously asked in
UPSC CISF-AC-EXE – 2021
The sum of the squares of the number and its reciprocal is 23.
Given the sum of a variable and its reciprocal, we can find the sum of their squares by squaring the given sum and utilizing the algebraic identity $(a+b)^2 = a^2 + 2ab + b^2$.
Let the real number be $x$. Its reciprocal is $1/x$.
We are given that the sum of the number and its reciprocal is 5:
$x + \frac{1}{x} = 5$.
We need to find the sum of the squares of the number and its reciprocal, which is $x^2 + \frac{1}{x^2}$.
Square both sides of the given equation:
$(x + \frac{1}{x})^2 = 5^2$
Using the identity $(a+b)^2 = a^2 + 2ab + b^2$, where $a=x$ and $b=1/x$:
$x^2 + 2 \cdot x \cdot \frac{1}{x} + (\frac{1}{x})^2 = 25$
$x^2 + 2 \cdot 1 + \frac{1}{x^2} = 25$
$x^2 + 2 + \frac{1}{x^2} = 25$
Subtract 2 from both sides:
$x^2 + \frac{1}{x^2} = 25 – 2$
$x^2 + \frac{1}{x^2} = 23$.

43. What is the value of the following sum ? 1Γ—2 + 2Γ—2Β² + 3Γ—2Β³ + 4Γ—2⁴ + ..

What is the value of the following sum ?
1Γ—2 + 2Γ—2Β² + 3Γ—2Β³ + 4Γ—2⁴ + …… + 10Γ—2¹⁰

9Γ—2ΒΉΒΉ + 2
10Γ—2ΒΉΒΉ + 2
10Γ—2ΒΉΒΉ - 2
9Γ—2ΒΉΒΉ - 2
This question was previously asked in
UPSC CISF-AC-EXE – 2021
The value of the sum $1\times2 + 2\times2^2 + 3\times2^3 + …… + 10\times2^{10}$ is $9\times2^{11} + 2$.
This is an Arithmetico-Geometric Series (AGP) of the form $\sum_{k=1}^n k r^k$. The sum of such a series can be found using a standard technique involving multiplying the series by the common ratio and subtracting the original series.
Let the sum be $S$.
$S = 1\cdot2^1 + 2\cdot2^2 + 3\cdot2^3 + \dots + 10\cdot2^{10}$
Multiply S by the common ratio, $r=2$:
$2S = 1\cdot2^2 + 2\cdot2^3 + 3\cdot2^4 + \dots + 9\cdot2^{10} + 10\cdot2^{11}$
Subtract the first equation from the second:
$2S – S = (1\cdot2^2 + 2\cdot2^3 + \dots + 10\cdot2^{11}) – (1\cdot2^1 + 2\cdot2^2 + \dots + 10\cdot2^{10})$
$S = -1\cdot2^1 + (2-1)2^2 + (3-2)2^3 + \dots + (10-9)2^{10} + 10\cdot2^{11}$
$S = -2 + 1\cdot2^2 + 1\cdot2^3 + \dots + 1\cdot2^{10} + 10\cdot2^{11}$
$S = (2^2 + 2^3 + \dots + 2^{10}) – 2 + 10\cdot2^{11}$
The terms in the parenthesis form a geometric series with first term $a = 2^2 = 4$, common ratio $r=2$, and number of terms $n = 10-2+1 = 9$.
The sum of this geometric series is $G = a \frac{r^n – 1}{r-1} = 4 \frac{2^9 – 1}{2-1} = 4 (2^9 – 1) = 2^2 (2^9 – 1) = 2^{11} – 4$.
Substitute this back into the expression for S:
$S = (2^{11} – 4) – 2 + 10\cdot2^{11}$
$S = 2^{11} – 6 + 10\cdot2^{11}$
$S = (1 + 10)2^{11} – 6$
$S = 11\cdot2^{11} – 6$.

Hold on, let’s re-calculate the subtraction step correctly.
$S = 1\cdot2^1 + 2\cdot2^2 + 3\cdot2^3 + \dots + 10\cdot2^{10}$
$2S = \quad \quad 1\cdot2^2 + 2\cdot2^3 + \dots + 9\cdot2^{10} + 10\cdot2^{11}$
$2S – S = (1\cdot2^2 – 2\cdot2^2) + (2\cdot2^3 – 3\cdot2^3) + \dots + (9\cdot2^{10} – 10\cdot2^{10}) + 10\cdot2^{11} – 1\cdot2^1$
This is incorrect. The terms should align:
$S = \quad 1\cdot2^1 + 2\cdot2^2 + 3\cdot2^3 + \dots + 10\cdot2^{10}$
$2S = \quad \quad \quad 1\cdot2^2 + 2\cdot2^3 + \dots + 9\cdot2^{10} + 10\cdot2^{11}$
Subtracting S from 2S:
$S = (10\cdot2^{11}) – (1\cdot2^1) – [(2-1)2^2 + (3-2)2^3 + \dots + (10-9)2^{10}]$
$S = 10\cdot2^{11} – 2 – [2^2 + 2^3 + \dots + 2^{10}]$
The geometric series is $2^2 + 2^3 + \dots + 2^{10}$. First term $a=2^2=4$, ratio $r=2$, number of terms $n=9$.
Sum $G = 4 \frac{2^9 – 1}{2-1} = 4(512 – 1) = 4 \times 511 = 2044$.
Let’s re-calculate $G$ using the formula $a(r^n-1)/(r-1)$ where $a=2$, $n=10$ for $2^1 + … + 2^{10}$, then subtract the first term $2^1$.
$G’ = 2^1 + 2^2 + \dots + 2^{10} = 2 \frac{2^{10} – 1}{2-1} = 2(1024 – 1) = 2 \times 1023 = 2046$.
The sum $2^2 + 2^3 + \dots + 2^{10} = G’ – 2^1 = 2046 – 2 = 2044$.
$S = 10\cdot2^{11} – 2 – 2044 = 10\cdot2^{11} – 2046$.
$10 \cdot 2^{11} = 10 \cdot 2048 = 20480$.
$S = 20480 – 2046 = 18434$.

Now check the options:
A) $9\times2^{11} + 2 = 9 \times 2048 + 2 = 18432 + 2 = 18434$. Matches.
B) $10\times2^{11} + 2 = 10 \times 2048 + 2 = 20480 + 2 = 20482$.
C) $10\times2^{11} – 2 = 10 \times 2048 – 2 = 20480 – 2 = 20478$.
D) $9\times2^{11} – 2 = 9 \times 2048 – 2 = 18432 – 2 = 18430$.

My original calculation of the geometric series part in the subtraction was correct:
$S = 10 \cdot 2^{11} – (2^1 + 2^2 + \dots + 2^{10})$
The geometric series $2^1 + 2^2 + \dots + 2^{10}$ has $a=2, r=2, n=10$.
Sum is $2 \frac{2^{10}-1}{2-1} = 2(1024-1) = 2(1023) = 2046$.
$S = 10 \cdot 2^{11} – 2046$.
$S = 10 \cdot 2048 – 2046 = 20480 – 2046 = 18434$.
This matches $9 \cdot 2^{11} + 2$.

Let’s re-do the AGP subtraction step structure:
$S = 1\cdot2 + 2\cdot2^2 + 3\cdot2^3 + \dots + 10\cdot2^{10}$
$2S = \quad \quad 1\cdot2^2 + 2\cdot2^3 + \dots + 9\cdot2^{10} + 10\cdot2^{11}$
Subtracting the first from the second, aligning terms vertically:
$S = (2\cdot2^2 – 1\cdot2^2) + (3\cdot2^3 – 2\cdot2^3) + \dots + (10\cdot2^{10} – 9\cdot2^{10}) + 10\cdot2^{11} – 1\cdot2^1$ β€” This is wrong alignment
Correct alignment for subtraction:
$2S = \quad \quad 1\cdot2^2 + 2\cdot2^3 + \dots + 9\cdot2^{10} + 10\cdot2^{11}$
$S = 1\cdot2^1 + 2\cdot2^2 + 3\cdot2^3 + \dots + 10\cdot2^{10}$

$2S – S = (10\cdot2^{11}) + (9\cdot2^{10} – 10\cdot2^{10}) + \dots + (2\cdot2^2 – 3\cdot2^2) + (1\cdot2^1 – 2\cdot2^1)$ β€” Also wrong alignment.

Correct method:
$S = 1\cdot2^1 + 2\cdot2^2 + 3\cdot2^3 + \dots + 10\cdot2^{10}$
$2S = \quad \quad 1\cdot2^2 + 2\cdot2^3 + \dots + 9\cdot2^{10} + 10\cdot2^{11}$

$2S – S = (10\cdot2^{11}) – (1\cdot2^1) + (1\cdot2^2 – 2\cdot2^2) + (2\cdot2^3 – 3\cdot2^3) + \dots + (9\cdot2^{10} – 10\cdot2^{10})$ This is also not right.

The general formula for $\sum_{k=1}^n k r^k$ is $\frac{nr^{n+2} – (n+1)r^{n+1} + r}{(r-1)^2}$.
Here $n=10$, $r=2$.
$S = \frac{10 \cdot 2^{12} – (10+1)2^{11} + 2}{(2-1)^2} = \frac{10 \cdot 2^{12} – 11 \cdot 2^{11} + 2}{1^2}$
$S = 10 \cdot 2 \cdot 2^{11} – 11 \cdot 2^{11} + 2$
$S = 20 \cdot 2^{11} – 11 \cdot 2^{11} + 2$
$S = (20 – 11) \cdot 2^{11} + 2$
$S = 9 \cdot 2^{11} + 2$.
This matches option A and confirms the previous calculation result.

The error in manual subtraction breakdown was in the terms. It should be:
$S = 1\cdot2 + 2\cdot2^2 + 3\cdot2^3 + \dots + 10\cdot2^{10}$
$2S = \quad \quad 1\cdot2^2 + 2\cdot2^3 + \dots + 9\cdot2^{10} + 10\cdot2^{11}$
$2S – S = (10\cdot2^{11}) + (2\cdot2^2 – 1\cdot2^2) + (3\cdot2^3 – 2\cdot2^3) + \dots + (10\cdot2^{10} – 9\cdot2^{10}) – 1\cdot2^1$
This is still not quite right. The terms are offset.
$S = 1\cdot2^1 + 2\cdot2^2 + 3\cdot2^3 + \dots + (n-1)r^{n-1} + n r^n$
$rS = \quad \quad 1\cdot r^2 + 2\cdot r^3 + \dots + (n-1)r^n + n r^{n+1}$
$rS – S = n r^{n+1} – 1\cdot r^1 – [(2-1)r^2 + (3-2)r^3 + \dots + (n-(n-1))r^n]$
$(r-1)S = n r^{n+1} – r – [r^2 + r^3 + \dots + r^n]$
The geometric series in the bracket is $r^2 + \dots + r^n$. First term $r^2$, ratio $r$, number of terms $n-1$.
Sum is $r^2 \frac{r^{n-1}-1}{r-1}$.
$(r-1)S = n r^{n+1} – r – r^2 \frac{r^{n-1}-1}{r-1}$. For $r=2$:
$S = n 2^{n+1} – 2 – 4 \frac{2^{n-1}-1}{1} = n 2^{n+1} – 2 – 4(2^{n-1}-1) = n 2^{n+1} – 2 – 2^2 2^{n-1} + 4 = n 2^{n+1} – 2^{n+1} + 2$.
$S = (n-1)2^{n+1} + 2$.
With $n=10$:
$S = (10-1)2^{10+1} + 2 = 9\cdot2^{11} + 2$.
This confirms the formula derived from the difference method.

44. In a certain code language, CAR is written as ECT, DOG is written as F

In a certain code language, CAR is written as ECT, DOG is written as FQI and SUN is written as UWP. What is the code word for BET ?

DHU
EGV
CFU
DGV
This question was previously asked in
UPSC CISF-AC-EXE – 2021
The code word for BET is DGV.
This is a letter coding problem where a specific rule is applied to convert the letters of a word into a code. By analyzing the given examples, we can identify the transformation rule.
Let’s look at the positional values of the letters in the English alphabet (A=1, B=2, … Z=26).
CAR -> ECT
C(3) -> E(5) : +2
A(1) -> C(3) : +2
R(18) -> T(20) : +2
The rule is to shift each letter forward by 2 positions in the alphabet.

Let’s verify with the other examples:
DOG -> FQI
D(4) -> F(6) : +2
O(15) -> Q(17) : +2
G(7) -> I(9) : +2 (Consistent)

SUN -> UWP
S(19) -> U(21) : +2
U(21) -> W(23) : +2
N(14) -> P(16) : +2 (Consistent)

Applying the +2 rule to BET:
B(2) -> D(4)
E(5) -> G(7)
T(20) -> V(22)
The resulting letters are D, G, and V.
So, the code word for BET is DGV.

45. A solid metal ball of diameter 10 cm is melted and cast into smaller b

A solid metal ball of diameter 10 cm is melted and cast into smaller balls of diameter 1 cm. How many such small balls can be made ?

250
500
1000
100
This question was previously asked in
UPSC CISF-AC-EXE – 2021
1000 small balls can be made from the solid metal ball.
When a solid is melted and recast into smaller solids, the total volume remains constant (assuming no loss of material). The number of smaller solids is the ratio of the volume of the larger solid to the volume of a single smaller solid.
The volume of a sphere is given by the formula $V = \frac{4}{3}\pi r^3$, where $r$ is the radius.
The large ball has a diameter of 10 cm, so its radius is $R = 10/2 = 5$ cm.
The volume of the large ball is $V_{large} = \frac{4}{3}\pi (5^3) = \frac{4}{3}\pi \times 125$ cmΒ³.
Each smaller ball has a diameter of 1 cm, so its radius is $r = 1/2 = 0.5$ cm.
The volume of a small ball is $V_{small} = \frac{4}{3}\pi (0.5^3) = \frac{4}{3}\pi \times (1/8)$ cmΒ³.
The number of small balls, N, is the total volume of the large ball divided by the volume of a single small ball:
$N = \frac{V_{large}}{V_{small}} = \frac{\frac{4}{3}\pi \times 125}{\frac{4}{3}\pi \times (1/8)} = \frac{125}{1/8} = 125 \times 8$.
$125 \times 8 = 1000$.

46. A person starts from a point P and walks 1 km along a straight line an

A person starts from a point P and walks 1 km along a straight line and then turns to his right and walks straight for 2 km. After that, he turns to his left and walks for 3 km to reach a point Q. What is the straight line distance of the point Q from the point P ?

5 km
2√5 km
2√6 km
4Β·5 km
This question was previously asked in
UPSC CISF-AC-EXE – 2021
The straight line distance of point Q from point P is $2\sqrt{5}$ km.
This is a problem involving displacement vectors. We can represent the movements as steps in a coordinate plane. Regardless of the initial direction (assuming movement along an axis), the total displacement can be calculated as the vector sum of the individual movements.
Let the starting point P be at the origin (0,0).
Assume the first walk of 1 km is along the positive x-axis. The position is (1,0).
Turning right from the positive x-axis means moving along the negative y-axis. The walk of 2 km leads to the position (1, -2).
Turning left from the negative y-axis means moving along the positive x-axis. The walk of 3 km leads to the position (1+3, -2) = (4, -2).
Point Q is at (4, -2). The distance from P(0,0) to Q(4,-2) is $\sqrt{(4-0)^2 + (-2-0)^2} = \sqrt{4^2 + (-2)^2} = \sqrt{16 + 4} = \sqrt{20}$.
$\sqrt{20} = \sqrt{4 \times 5} = 2\sqrt{5}$.

Alternatively, assume the first walk of 1 km is along the positive y-axis. The position is (0,1).
Turning right from the positive y-axis means moving along the positive x-axis. The walk of 2 km leads to the position (2, 1).
Turning left from the positive x-axis means moving along the positive y-axis. The walk of 3 km leads to the position (2, 1+3) = (2, 4).
Point Q is at (2, 4). The distance from P(0,0) to Q(2,4) is $\sqrt{(2-0)^2 + (4-0)^2} = \sqrt{2^2 + 4^2} = \sqrt{4 + 16} = \sqrt{20} = 2\sqrt{5}$.
In both common interpretations of direction and turns, the distance is $2\sqrt{5}$ km.

47. Which one of the following does not fall within the scope of technical

Which one of the following does not fall within the scope of technical consultancy services provided by the CISF ?

Planning for defence against nuclear, biological and chemical attack on the Undertaking
Study of fire protection related problems and suggesting appropriate measures
Planning and designing of communication network and preparation of related operating instructions
Preparation of disaster management and contingency plan and supervision of rehearsals of such plans
This question was previously asked in
UPSC CISF-AC-EXE – 2020
Planning for defence against nuclear, biological and chemical attack on the Undertaking does not fall within the standard scope of technical consultancy services provided by the CISF.
CISF’s technical consultancy services primarily focus on providing expertise in industrial security, fire protection, and disaster management for critical infrastructure and industrial undertakings. These services aim at assessing security vulnerabilities, suggesting mitigation measures, and preparing for various emergencies within the typical threats faced by such establishments.
CISF’s consultancy wing offers services like security surveys, risk assessment, planning and designing integrated security systems (physical, electronic, access control), fire safety audits, fire fighting system design, communication network planning, and comprehensive disaster management planning. Defence against specialized threats like nuclear, biological, or chemical (NBC) attacks requires highly specialized expertise and is typically handled by dedicated national agencies like the National Disaster Response Force (NDRF) for response, or specialized wings within defense/security establishments for prevention and mitigation strategies. While CISF is involved in overall disaster management plans, the technical consultancy scope generally does not extend to the specific, highly complex domain of NBC attack defence planning.

48. Which one of the following statements is correct ?

Which one of the following statements is correct ?

The Assistant and Deputy Commandants do not have the power to suspend the enrolled members of the CISF.
The Senior Commandants and Commandants have the power to dismiss enrolled members of the CISF except the Inspectors.
Only the Sector Inspector General/ Inspector General (Headquarters) has the power to withhold promotion of the enrolled members.
Removal of enrolled members from an office of distinction or deprivation of special emoluments can be ordered only by the Director General and Additional Director General.
This question was previously asked in
UPSC CISF-AC-EXE – 2020
The correct statement is that Senior Commandants and Commandants have the power to dismiss enrolled members of the CISF except for Inspectors.
This question relates to the disciplinary powers vested in different ranks of the Central Industrial Security Force (CISF) under the CISF Act and Rules. The specific powers for imposing penalties, including dismissal, suspension, withholding promotion, etc., are outlined in the CISF Rules, 2001, particularly Rule 40 and Schedule II.
Schedule II of the CISF Rules, 2001 lists the competent authorities for imposing various penalties on enrolled members (Constable to Subedar). According to this schedule, Commandants are competent to impose major penalties including dismissal on Constables and Head Constables. Senior Commandants are competent to impose major penalties including dismissal on Constables, Head Constables, Assistant Sub-Inspectors, and Sub-Inspectors. Neither Commandants nor Senior Commandants are listed as competent authorities for the dismissal of Inspectors. Therefore, the statement that they can dismiss enrolled members except Inspectors is correct. Options A, C, and D are incorrect because disciplinary powers for suspension, withholding promotion, removal from office of distinction, and deprivation of special emoluments are delegated to various ranks, not exclusively as stated in those options.

49. Which one of the following statements is not correct ?

Which one of the following statements is not correct ?

The CISF deputed to an Undertaking shall work under the general supervision, direction and control of the Managing Director of the Undertaking.
The Unit Commander of the CISF shall keep the Managing Director fully informed of all developments including the state of the CISF.
The Managing Director shall inspect the posts of the CISF situated in his Undertaking at least once a year.
The Managing Director may require the Unit Commander to report directly to his superiors in the CISF in regard to all matters mentioned above.
This question was previously asked in
UPSC CISF-AC-EXE – 2020
The CISF deputed to an Undertaking functions under its own command structure within the Ministry of Home Affairs. While there is close coordination with the Managing Director of the Undertaking regarding security requirements and deployment, the CISF unit is not under the general supervision, direction, and control of the MD in terms of operational command, administration, or discipline.
CISF units operate under their own chain of command. The Undertaking’s management provides input on security needs, but the actual command and control of the CISF personnel rest with the CISF authorities.
Options B, C, and D describe aspects of the necessary cooperation and reporting relationship between the CISF Unit Commander and the Undertaking’s management. The Unit Commander keeps the MD informed, the MD inspects posts, and the MD may raise issues through the CISF hierarchy, reflecting a collaborative relationship based on mutual responsibilities, not direct subordination of the CISF to the MD.

50. Which one of the following statements is correct ?

Which one of the following statements is correct ?

Grant of such a local rank is not subject to confirmation by the Central Government.
Local rank can be conferred by the Director General up to and including the rank of Senior Commandant/Assistant Inspector General.
An officer of the CISF who has been granted a local rank is not entitled to any extra pay and allowances for holding such a rank.
The power to grant a local rank can be delegated by the Director General to the Additional Director General, if considered necessary.
This question was previously asked in
UPSC CISF-AC-EXE – 2020
A common characteristic of local or acting ranks in uniformed forces is that they confer the authority and responsibilities of the higher rank for a specific period or duty but do not necessarily entitle the holder to the extra pay and allowances associated with the regular substantive rank.
Local rank is temporary and functional, allowing an officer to perform duties of a higher rank. Financial benefits (pay/allowances) are usually linked to the substantive rank unless explicitly provided otherwise.
While the specifics of local rank in CISF depend on the force’s rules, the statement about lack of extra pay/allowances (C) is a widely applicable principle for temporary/local ranks in many services. Details regarding confirmation (A), rank limits (B), and delegation powers (D) would be defined in the specific CISF rules.

Exit mobile version