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

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

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

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

55. A diameter PQ is drawn to a circle whose diameter length is 1 m. A squ

A diameter PQ is drawn to a circle whose diameter length is 1 m. A square is drawn using the diameter PQ as one of its sides. Assuming that $\pi$ is 22/7, what is the area of the part of the square lying outside the circle ?

3/28 sq. m
11/28 sq. m
15/28 sq. m
17/28 sq. m
This question was previously asked in
UPSC CISF-AC-EXE – 2020
The area of the part of the square lying outside the circle is 17/28 sq. m.
– The diameter PQ of the circle has length 1 m. The radius of the circle is $1/2$ m.
– A square is drawn using the diameter PQ as one of its sides. This means the side length of the square is equal to the length of the diameter, which is 1 m.
– The area of the square is side * side = $1^2 = 1$ sq. m.
– The area of the circle is $\pi r^2 = \pi (1/2)^2 = \pi/4$ sq. m.
– Using $\pi = 22/7$, the area of the circle is $(22/7) / 4 = 22/28 = 11/14$ sq. m.
– Let’s interpret “using the diameter PQ as one of its sides” to mean that the line segment PQ forms one boundary of the square. Let PQ lie on the x-axis from (0,0) to (1,0). The square would then occupy the region $0 \le x \le 1$ and $0 \le y \le 1$ (assuming it’s drawn above PQ). The circle with diameter PQ is centered at the midpoint of PQ, which is (0.5, 0), and has radius 0.5. Its equation is $(x-0.5)^2 + y^2 = 0.5^2 = 0.25$.
– The area of the part of the square lying outside the circle is the Area of the Square minus the Area of the region common to both the square and the circle.
– The square is defined by $0 \le x \le 1$ and $0 \le y \le 1$. The circle is defined by $(x-0.5)^2 + y^2 \le 0.25$.
– The part of the circle within the square is where $y \ge 0$ and $(x-0.5)^2 + y^2 \le 0.25$. This describes the upper semi-circle bounded by the diameter PQ (the base of the square).
– The area of this upper semi-circle is half the area of the full circle = (Area of circle) / 2 = $(\pi/4) / 2 = \pi/8$.
– Using $\pi = 22/7$, the area of the semi-circle is $(22/7) / 8 = 22/56 = 11/28$ sq. m.
– The area of the part of the square lying outside this semi-circular region is Area of Square – Area of the semi-circle.
– Area outside = 1 sq. m – 11/28 sq. m = $(28/28) – (11/28) = (28-11)/28 = 17/28$ sq. m.
The crucial part of this problem is correctly interpreting the geometric setup based on the phrase “A square is drawn using the diameter PQ as one of its sides”. The standard interpretation in such geometry problems is that the diameter forms one edge of the square, and the region considered is the area within the square but outside the shape (or part of it) defined by the diameter.

56. R walks a long distance every Sunday. He walks 2 km towards the north

R walks a long distance every Sunday. He walks 2 km towards the north from his house and then turns right; he walks another 2 km and again turns right; next he walks 5 km and turns left; he further walks 2 km and stops. He rests for some time and returns home following a straight route without any turning point. What is the distance R walks after he has rested ?

11 km
7 km
6 km
5 km
This question was previously asked in
UPSC CISF-AC-EXE – 2020
The distance R walks after he has rested is 5 km.
– Let R’s house be the starting point (0,0).
– 1. Walks 2 km towards North: Reaches point (0, 2).
– 2. Turns right (East) and walks 2 km: Reaches point (0+2, 2) = (2, 2).
– 3. Turns right (South) and walks 5 km: Reaches point (2, 2-5) = (2, -3).
– 4. Turns left (East) and walks 2 km: Reaches point (2+2, -3) = (4, -3).
– R stops at the point (4, -3). This point is 4 km East and 3 km South of his house (0,0).
– He returns home following a straight route from (4, -3) to (0,0).
– This is the distance between these two points, which can be calculated using the distance formula or by recognizing it as the hypotenuse of a right triangle with legs of length 4 km and 3 km.
– Distance = $\sqrt{(4-0)^2 + (-3-0)^2} = \sqrt{4^2 + (-3)^2} = \sqrt{16 + 9} = \sqrt{25} = 5$ km.
– The distance R walks after he has rested is the length of this straight return journey, which is 5 km.
Direction and distance problems can be solved by representing the movements on a coordinate plane. The final position relative to the starting point can then be determined, and the straight-line distance calculated using the Pythagorean theorem.

57. Consider the following number : $3^5 \times 5^5 \times 6^{10} \times 1

Consider the following number : $3^5 \times 5^5 \times 6^{10} \times 10^6 \times 15^{12} \times 12^{15} \times 25^7$
What is the number of consecutive zeros at the end of the number given above ?

50
46
37
35
This question was previously asked in
UPSC CISF-AC-EXE – 2020
The number of consecutive zeros at the end of the number is 37.
– The number of consecutive zeros at the end of an integer is determined by the number of times 10 is a factor in its prime factorization. Since $10 = 2 \times 5$, we need to count the number of pairs of factors (2, 5). The number of zeros is equal to the minimum of the total number of factors of 2 and the total number of factors of 5 in the prime factorization of the given number.
– The given number is $3^5 \times 5^5 \times 6^{10} \times 10^6 \times 15^{12} \times 12^{15} \times 25^7$.
– Prime factorize each term:
– $3^5 = 3^5$
– $5^5 = 5^5$
– $6^{10} = (2 \times 3)^{10} = 2^{10} \times 3^{10}$
– $10^6 = (2 \times 5)^6 = 2^6 \times 5^6$
– $15^{12} = (3 \times 5)^{12} = 3^{12} \times 5^{12}$
– $12^{15} = (2^2 \times 3)^{15} = (2^2)^{15} \times 3^{15} = 2^{30} \times 3^{15}$
– $25^7 = (5^2)^7 = 5^{14}$
– Combine the prime factors:
– Factors of 2: $2^{10} \times 2^6 \times 2^{30} = 2^{10+6+30} = 2^{46}$. Total power of 2 is 46.
– Factors of 5: $5^5 \times 5^6 \times 5^{12} \times 5^{14} = 5^{5+6+12+14} = 5^{37}$. Total power of 5 is 37.
– (Factors of 3 are $3^5 \times 3^{10} \times 3^{12} \times 3^{15}$, but these do not contribute to zeros).
– The number of factors of 2 is 46. The number of factors of 5 is 37.
– The number of pairs of (2, 5) is $\min(46, 37) = 37$.
– Therefore, there are 37 consecutive zeros at the end of the number.
Counting trailing zeros involves finding the highest power of 10 that divides the number. Since $10 = 2 \times 5$, this is equivalent to finding the highest power of 5 in the prime factorization of the number (as there are always more factors of 2 than 5 in typical integers).

58. There are four large urns numbered 1 to 4. The number of different way

There are four large urns numbered 1 to 4. The number of different ways all the three balls numbered 1 to 3 can be kept inside the four urns is

7
12
27
64
This question was previously asked in
UPSC CISF-AC-EXE – 2020
The number of different ways all the three balls numbered 1 to 3 can be kept inside the four urns is 64.
– We have 3 distinct balls (numbered 1, 2, and 3).
– We have 4 distinct urns (numbered 1, 2, 3, and 4).
– Each ball can be placed into any one of the four urns, and the placement of one ball does not affect the choices for the other balls.
– For Ball 1, there are 4 possible urns it can be placed in.
– For Ball 2, there are also 4 possible urns it can be placed in, independently of where Ball 1 was placed.
– For Ball 3, there are similarly 4 possible urns it can be placed in, independently of the placement of the other balls.
– The total number of ways to place all three balls is the product of the number of choices for each ball.
– Total ways = (Choices for Ball 1) * (Choices for Ball 2) * (Choices for Ball 3) = 4 * 4 * 4 = $4^3$.
– $4^3 = 64$.
This is a problem involving permutations with repetition, specifically distributing distinct items into distinct bins. If there are $k$ distinct items and $n$ distinct bins, and each item can go into any bin, the total number of ways is $n^k$. Here, items are balls (k=3) and bins are urns (n=4).

59. The first ten letters of the English Alphabet are used in place of the

The first ten letters of the English Alphabet are used in place of the integers 0, 1, 2, …, 9 respectively. Then what is the value of BAG – ADD + FIG ?

GFI
GAD
GJF
GFJ
This question was previously asked in
UPSC CISF-AC-EXE – 2020
The value of BAG – ADD + FIG in the given code is GFJ.
– The first ten letters of the English Alphabet (A, B, C, D, E, F, G, H, I, J) are used in place of integers 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 respectively.
– A=0, B=1, C=2, D=3, E=4, F=5, G=6, H=7, I=8, J=9.
– The question asks for the value of BAG – ADD + FIG. Assuming the letters represent digits in a number based on their position:
– BAG corresponds to the number formed by B(1), A(0), G(6), which is 106.
– ADD corresponds to the number formed by A(0), D(3), D(3), which is 033 or 33.
– FIG corresponds to the number formed by F(5), I(8), G(6), which is 586.
– Perform the calculation: 106 – 33 + 586.
– 106 – 33 = 73.
– 73 + 586 = 659.
– Now convert the result 659 back into letters using the given mapping:
– 6 corresponds to G.
– 5 corresponds to F.
– 9 corresponds to J.
– The resulting sequence of letters is GFJ.
This type of problem requires interpreting letters as numerical digits based on a defined code and then performing standard arithmetic operations. The result is then converted back into the letter code.

60. Two teams named A and B do business together and their shares are in t

Two teams named A and B do business together and their shares are in the ratio of 2 : 1. Team A has got three members A1, A2 and A3 whose shares are in the ratio of 1 : 2 : 3. Team B has got four members B1, B2, B3 and B4 whose shares are in the ratio of 1 : 2 : 3 : 4. If the actual share of B3 is ₹ 2,25,000, then what is the actual share of A2 ?

₹ 5,00,000
₹ 4,00,000
₹ 2,00,000
₹ 1,00,000
This question was previously asked in
UPSC CISF-AC-EXE – 2020
The actual share of A2 is ₹ 5,00,000.
– The shares of Team A and Team B are in the ratio 2:1. Let the total business amount be 3k. Then Team A’s share is 2k and Team B’s share is k.
– Team A’s share (2k) is divided among A1, A2, A3 in the ratio 1:2:3. The total parts in this ratio are 1+2+3=6.
– A2’s share within Team A is (2/6) of Team A’s total share = (1/3) * 2k.
– Team B’s share (k) is divided among B1, B2, B3, B4 in the ratio 1:2:3:4. The total parts in this ratio are 1+2+3+4=10.
– B3’s share within Team B is (3/10) of Team B’s total share = (3/10) * k.
– We are given that the actual share of B3 is ₹ 2,25,000.
– So, (3/10) * k = 2,25,000.
– From this, we can find k: k = (2,25,000 * 10) / 3 = 2,250,000 / 3 = 7,50,000.
– Team B’s total share is ₹ 7,50,000. Team A’s total share is 2k = 2 * 7,50,000 = ₹ 15,00,000.
– Now we find A2’s share, which is (1/3) of Team A’s share.
– A2’s share = (1/3) * 15,00,000 = 5,00,000.
Problems involving nested ratios can be solved by representing the total shares of the larger groups (Teams A and B) and then distributing those shares according to the internal ratios of their members.