141. If a shopkeeper sells an item β€˜A’ at 20% profit and item β€˜B’ at 25% pr

If a shopkeeper sells an item β€˜A’ at 20% profit and item β€˜B’ at 25% profit, then the total profit made is β‚Ή 120. If he sells item β€˜A’ at 25% profit and item β€˜B’ at 20% profit, then the total profit made is β‚Ή 105. What is the sum of the cost price of items β€˜A’ and β€˜B’ ?

[amp_mcq option1=”₹ 300β€³ option2=”₹ 400β€³ option3=”₹ 500β€³ option4=”₹ 600β€³ correct=”option3β€³]

This question was previously asked in
UPSC CISF-AC-EXE – 2021
The correct answer is β‚Ή 500.
Let the cost price of item β€˜A’ be CA and the cost price of item β€˜B’ be CB.
According to the first condition:
20% profit on A + 25% profit on B = β‚Ή 120
0.20 * CA + 0.25 * CB = 120 (Equation 1)

According to the second condition:
25% profit on A + 20% profit on B = β‚Ή 105
0.25 * CA + 0.20 * CB = 105 (Equation 2)

We want to find the sum of the cost prices, which is CA + CB.
Adding Equation 1 and Equation 2:
(0.20 * CA + 0.25 * CA) + (0.25 * CB + 0.20 * CB) = 120 + 105
0.45 * CA + 0.45 * CB = 225
0.45 * (CA + CB) = 225

Now, solve for CA + CB:
CA + CB = 225 / 0.45
CA + CB = 225 / (45/100)
CA + CB = 225 * (100/45)
CA + CB = (225/45) * 100
CA + CB = 5 * 100
CA + CB = 500

The sum of the cost price of items β€˜A’ and β€˜B’ is β‚Ή 500.

This problem can also be solved by multiplying the equations to remove decimals first and then adding them, or by using substitution or elimination methods to find CA and CB individually before summing them. For instance, multiplying equations by 100 gives:
20 CA + 25 CB = 12000
25 CA + 20 CB = 10500
Adding these yields 45(CA + CB) = 22500, leading to CA + CB = 500.

142. If the LCM and HCF of two positive integers are 18 and 3 respectively,

If the LCM and HCF of two positive integers are 18 and 3 respectively, then what is the minimum possible value of their sum ?

[amp_mcq option1=”21β€³ option2=”15β€³ option3=”18β€³ option4=”16β€³ correct=”option2β€³]

This question was previously asked in
UPSC CISF-AC-EXE – 2021
The minimum possible value of their sum is 15.
For any two positive integers $x$ and $y$, the product of the integers is equal to the product of their Least Common Multiple (LCM) and Highest Common Factor (HCF): $x \times y = \text{LCM}(x,y) \times \text{HCF}(x,y)$. Also, both numbers must be multiples of their HCF.
Let the two positive integers be $x$ and $y$.
Given LCM$(x, y) = 18$ and HCF$(x, y) = 3$.
Using the property $x \times y = \text{LCM}(x,y) \times \text{HCF}(x,y)$:
$x \times y = 18 \times 3 = 54$.

Since the HCF is 3, both $x$ and $y$ must be multiples of 3. We can write $x = 3a$ and $y = 3b$, where $a$ and $b$ are positive integers.
Substituting these into the product equation:
$(3a)(3b) = 54$
$9ab = 54$
$ab = 6$.

Furthermore, the HCF of $x$ and $y$ is 3, which means HCF$(3a, 3b) = 3 \times \text{HCF}(a, b) = 3$. This implies HCF$(a, b) = 1$, i.e., $a$ and $b$ must be coprime.

We need to find pairs of positive integers $(a, b)$ such that $ab=6$ and HCF$(a, b)=1$.
Possible pairs $(a,b)$ for $ab=6$:
1. (1, 6): HCF(1, 6) = 1. This pair is valid.
If $a=1, b=6$, then $x = 3 \times 1 = 3$ and $y = 3 \times 6 = 18$.
Check: HCF(3, 18) = 3, LCM(3, 18) = 18. Correct.
Sum $x+y = 3 + 18 = 21$.
2. (6, 1): HCF(6, 1) = 1. This pair is valid.
If $a=6, b=1$, then $x = 3 \times 6 = 18$ and $y = 3 \times 1 = 3$.
Check: HCF(18, 3) = 3, LCM(18, 3) = 18. Correct.
Sum $x+y = 18 + 3 = 21$.
3. (2, 3): HCF(2, 3) = 1. This pair is valid.
If $a=2, b=3$, then $x = 3 \times 2 = 6$ and $y = 3 \times 3 = 9$.
Check: HCF(6, 9) = 3, LCM(6, 9) = 18. Correct.
Sum $x+y = 6 + 9 = 15$.
4. (3, 2): HCF(3, 2) = 1. This pair is valid.
If $a=3, b=2$, then $x = 3 \times 3 = 9$ and $y = 3 \times 2 = 6$.
Check: HCF(9, 6) = 3, LCM(9, 6) = 18. Correct.
Sum $x+y = 9 + 6 = 15$.

The possible sums of the two integers are 21 and 15.
The minimum possible value of their sum is 15.

143. The average marks of 40 students in a class is 59 and after removing t

The average marks of 40 students in a class is 59 and after removing the highest mark, the average of the remaining 39 students is 58. What is the highest mark in the class ?

[amp_mcq option1=”98β€³ option2=”99β€³ option3=”97β€³ option4=”100β€³ correct=”option1β€³]

This question was previously asked in
UPSC CISF-AC-EXE – 2021
The highest mark in the class is 98.
The average of a set of numbers is the sum of the numbers divided by the count of the numbers. We can use the average and count to find the total sum of marks, and then find the difference between the total sums before and after removing the highest mark.
Given:
Number of students initially = 40
Average marks of 40 students = 59
Total marks of 40 students = Average $\times$ Number of students
Total marks (40 students) = $59 \times 40$.
$59 \times 40 = 2360$.

After removing the highest mark:
Number of remaining students = 39
Average marks of 39 students = 58
Total marks of 39 students = Average $\times$ Number of students
Total marks (39 students) = $58 \times 39$.
$58 \times 39 = 58 \times (40 – 1) = 58 \times 40 – 58 \times 1 = 2320 – 58 = 2262$.

The highest mark is the difference between the total marks of 40 students and the total marks of the remaining 39 students.
Highest mark = Total marks (40 students) – Total marks (39 students)
Highest mark = $2360 – 2262$
Highest mark = 98.

144. 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 ?

[amp_mcq option1=”1β€³ option2=”2β€³ option3=”3β€³ option4=”4β€³ correct=”option2β€³]

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$.

145. 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 ?

[amp_mcq option1=”25β€³ option2=”24β€³ option3=”23β€³ option4=”22β€³ correct=”option3β€³]

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$.

146. 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¹⁰

[amp_mcq option1=”9Γ—2ΒΉΒΉ + 2β€³ option2=”10Γ—2ΒΉΒΉ + 2β€³ option3=”10Γ—2ΒΉΒΉ – 2β€³ option4=”9Γ—2ΒΉΒΉ – 2β€³ correct=”option1β€³]

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.

147. 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 ?

[amp_mcq option1=”DHU” option2=”EGV” option3=”CFU” option4=”DGV” correct=”option4β€³]

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.

148. 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 ?

[amp_mcq option1=”250β€³ option2=”500β€³ option3=”1000β€³ option4=”100β€³ correct=”option3β€³]

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$.

149. 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 ?

[amp_mcq option1=”5 km” option2=”2√5 km” option3=”2√6 km” option4=”4Β·5 km” correct=”option2β€³]

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.

150. Consider the following statements : 1. In India, there is no law res

Consider the following statements :

  • 1. In India, there is no law restricting the candidates from contesting in one Lok Sabha election from three constituencies.
  • 2. In 1991, Lok Sabha Election, Shri Devi Lal contested from three Lok Sabha constituencies.
  • 3. As per the existing rules, if a candidate contests in one Lok Sabha election from many constituencies, his/her party should bear the cost of bye-elections to the constituencies vacated by him/her in the event of him/her winning in all the constituencies.

Which of the statements given above is/are correct?

[amp_mcq option1=”1 only” option2=”2 only” option3=”1 and 3β€³ option4=”2 and 3β€³ correct=”option2β€³]

This question was previously asked in
UPSC IAS – 2021
The correct answer is B) 2 only.
Statement 1 is incorrect. Section 33(7) of the Representation of the People Act, 1951, was amended in 1996 to restrict a candidate from contesting a general election or a group of bye-elections or elections to Rajya Sabha/Legislative Councils from more than two constituencies. Therefore, contesting from three constituencies is not allowed under the current law.
Statement 2 is correct. Before the 1996 amendment, there was no such restriction. Shri Devi Lal, among others (like Atal Bihari Vajpayee in 1957), contested from multiple constituencies. In the 1991 Lok Sabha election, Shri Devi Lal contested from Sikar, Rohtak, and Amethi constituencies.
Statement 3 is incorrect. There have been recommendations from the Election Commission and Law Commission to hold candidates or parties responsible for the cost of bye-elections caused by a candidate winning multiple seats and vacating all but one. However, these recommendations have not been enacted into law. The cost of conducting bye-elections is currently borne by the public exchequer.
The restriction to two constituencies was introduced to prevent candidates from winning multiple seats and then causing expensive bye-elections by vacating all but one.

Exit mobile version