Let 3, a, b, c$3, a, b, c$ be in A.P. and 3, a-1, b+1, c+9$3, a-1, b+1, c+9$ be in G.P. Then, the arithmetic mean of a, b$a, b$ and c$c$ is:
A.-4$-4$
B.-1$-1$
C.13$13$
D.11$11$
Solution & Explanation
### Related Formula
- An Arithmetic Progression (A.P.) with common difference d$d$ sets consecutive terms as: T_n = T_1 + (n-1)d$T_n = T_1 + (n-1)d$
- A Geometric Progression (G.P.) ensures: T_2^2 = T_1 cdot T_3$T_2^2 = T_1 \cdot T_3$
### Core Logic
Since 3, a, b, c$3, a, b, c$ are elements of an A.P., let d$d$ denote the common difference:
- a = 3 + d$a = 3 + d$
- b = 3 + 2d$b = 3 + 2d$
- c = 3 + 3d$c = 3 + 3d$
Substituting these values into the sequence configurations of the given G.P. (3, a-1, b+1, c+9$3, a-1, b+1, c+9$):
textG.P. terms: 3, \, (3+d-1), \, (3+2d+1), \, (3+3d+9)$$\text{G.P. terms: } 3, \, (3+d-1), \, (3+2d+1), \, (3+3d+9)$$textG.P. terms: 3, \, 2+d, \, 4+2d, \, 12+3d$$\text{G.P. terms: } 3, \, 2+d, \, 4+2d, \, 12+3d$$
### Step 1: Compute the Common Difference
Using the geometric mean property for the first three terms (3, 2+d, 4+2d$3, 2+d, 4+2d$):
(2+d)^2 = 3(4 + 2d)$$(2+d)^2 = 3(4 + 2d)$$4 + 4d + d^2 = 12 + 6d$$4 + 4d + d^2 = 12 + 6d$$d^2 - 2d - 8 = 0$$d^2 - 2d - 8 = 0$$(d-4)(d+2) = 0 implies d = 4 quad textor quad d = -2$$(d-4)(d+2) = 0 \implies d = 4 \quad \text{or} \quad d = -2$$
### Step 2: Evaluate both cases for the Progressions
- **Case A: If d = 4$d = 4$**
The G.P. sequence reads: 3, 6, 12, 24$3, 6, 12, 24$ (common ratio r=2$r=2$, valid layout).
The values are: a = 7, b = 11, c = 15$a = 7, b = 11, c = 15$.
- **Case B: If d = -2$d = -2$**
The G.P. sequence reads: 3, 0, 0, 6$3, 0, 0, 6$ (contains zeros, violating standard geometric definitions).
Hence, select d = 4$d = 4$.
### Step 3: Calculate the Final Arithmetic Mean
The required arithmetic mean of a, b, c$a, b, c$ is:
textArithmetic Mean = fraca+b+c3 = frac7+11+153 = frac333 = 11$$\text{Arithmetic Mean} = \frac{a+b+c}{3} = \frac{7+11+15}{3} = \frac{33}{3} = 11$$
### Pattern Recognition
Sees: Transition parameters mapping from A.P. linear spacing into G.P. ratios.
Shortcut: Notice that the arithmetic mean of a, b, c$a, b, c$ is exactly equal to the middle value b$b$ for any linear sequence. Thus, finding b = 3 + 2(4) = 11$b = 3 + 2(4) = 11$ directly yields the final answer.
### Evaluation Rubric / Model Answer
null
### Chapter Mix
Class 11 Mathematics: Sequences and Series
Keywords:#arithmetic progression geometric progression#JEE Main 2024 Morning Q17#sequences and series properties#mean computations series
More Sequences and Series Previous-Year Questions — Page 2
Q70jee_main_2025_03_april_eveningSpecial Series
The sum 1 + frac1+32! + frac1+3+53! + frac1+3+5+74! + dots$1 + \frac{1+3}{2!} + \frac{1+3+5}{3!} + \frac{1+3+5+7}{4!} + \dots$ is equal to
A.6e$6e$
B.4e$4e$
C.3e$3e$
D.2e$2e$
Solution
### Related Formula
Sum of first r$r$ odd natural numbers:
sum_k=1^r (2k-1) = r^2$$\sum_{k=1}^{r} (2k-1) = r^2$$
Exponential series expansion:
sum_r=0^infty frac1r! = e$$\sum_{r=0}^{\infty} \frac{1}{r!} = e$$
### Core Logic
Let's find the general r$r$-th term of the series:
T_r = frac1 + 3 + 5 + dots + (2r-1)r! = fracr^2r! = fracr(r-1)!$$T_r = \frac{1 + 3 + 5 + \dots + (2r-1)}{r!} = \frac{r^2}{r!} = \frac{r}{(r-1)!}$$
### Step 1: Expressing term in terms of sum limits
Let's write r = (r-1) + 1$r = (r-1) + 1$:
T_r = fracr-1+1(r-1)! = frac1(r-2)! + frac1(r-1)!$$T_r = \frac{r-1+1}{(r-1)!} = \frac{1}{(r-2)!} + \frac{1}{(r-1)!}$$
Our infinite sum is:
S = sum_r=1^infty T_r = sum_r=2^infty frac1(r-2)! + sum_r=1^infty frac1(r-1)!$$S = \sum_{r=1}^{\infty} T_r = \sum_{r=2}^{\infty} \frac{1}{(r-2)!} + \sum_{r=1}^{\infty} \frac{1}{(r-1)!}$$
Both sums are standard representations of the exponential expansion.
### Step 2: Summing the parts
- First part: sum_r=2^infty frac1(r-2)! = 1 + frac11! + frac12! + dots = e$\sum_{r=2}^{\infty} \frac{1}{(r-2)!} = 1 + \frac{1}{1!} + \frac{1}{2!} + \dots = e$
- Second part: sum_r=1^infty frac1(r-1)! = 1 + frac11! + frac12! + dots = e$\sum_{r=1}^{\infty} \frac{1}{(r-1)!} = 1 + \frac{1}{1!} + \frac{1}{2!} + \dots = e$textTotal Sum S = e + e = 2e$$\text{Total Sum } S = e + e = 2e$$
### Pattern Recognition
The general term containing r^2$r^2$ in summation with factorials converges to 2e$2e$. Remember the shortcut: sum fracr^2r! = 2e$\sum \frac{r^2}{r!} = 2e$, sum fracr^3r! = 5e$\sum \frac{r^3}{r!} = 5e$. It is extremely useful to memorize these common limits.
### Evaluation Rubric / Model Answer
null
### Chapter Mix
Class 11 Mathematics: Sequences and Series
Class 12 Mathematics: Limits, Continuity and Differentiability
Let mathbfx_1, mathbfx_2, mathbfx_3, mathbfx_4$\mathbf{x}_1, \mathbf{x}_2, \mathbf{x}_3, \mathbf{x}_4$ be in a geometric progression. If 2, 7, 9, 5 are subtracted respectively from mathbfx_1, mathbfx_2, mathbfx_3, mathbfx_4$\mathbf{x}_1, \mathbf{x}_2, \mathbf{x}_3, \mathbf{x}_4$ then the resulting numbers are in an arithmetic progression. Then the value of frac124 (mathbfx_1 mathbfx_2 mathbfx_3 mathbfx_4)$\frac{1}{24} (\mathbf{x}_1 \mathbf{x}_2 \mathbf{x}_3 \mathbf{x}_4)$ is:
A.72$72$
B.18$18$
C.36$36$
D.216$216$
Solution
### Related Formula
For a geometric progression, the terms can be set as a, ar, ar^2, ar^3$a, ar, ar^2, ar^3$.
For three terms A, B, C$A, B, C$ to be in arithmetic progression, they must satisfy:
2B = A + C$2B = A + C$
### Core Logic
Let the elements be x_1 = a, x_2 = ar, x_3 = ar^2, x_4 = ar^3$x_1 = a, x_2 = ar, x_3 = ar^2, x_4 = ar^3$.
After the specified subtractions, the sequence becomes:
a - 2, quad ar - 7, quad ar^2 - 9, quad ar^3 - 5$$a - 2, \quad ar - 7, \quad ar^2 - 9, \quad ar^3 - 5$$
Since this sequence is in AP, we form two separate common difference linear linkages:
2(ar - 7) = (a - 2) + (ar^2 - 9) implies 2ar - 14 = ar^2 + a - 11 implies ar^2 - 2ar + a + 3 = 0 quad dots (1)$$2(ar - 7) = (a - 2) + (ar^2 - 9) \implies 2ar - 14 = ar^2 + a - 11 \implies ar^2 - 2ar + a + 3 = 0 \quad \dots (1)$$2(ar^2 - 9) = (ar - 7) + (ar^3 - 5) implies 2ar^2 - 18 = ar^3 + ar - 12 implies ar^3 - 2ar^2 + ar + 6 = 0 quad dots (2)$$2(ar^2 - 9) = (ar - 7) + (ar^3 - 5) \implies 2ar^2 - 18 = ar^3 + ar - 12 \implies ar^3 - 2ar^2 + ar + 6 = 0 \quad \dots (2)$$
### Step 1: Solve the Simultaneous Polynomials
Multiply equation (1) by r$r$:
ar^3 - 2ar^2 + ar + 3r = 0 quad dots (3)$$ar^3 - 2ar^2 + ar + 3r = 0 \quad \dots (3)$$
Subtract equation (3) from equation (2):
(ar^3 - 2ar^2 + ar + 6) - (ar^3 - 2ar^2 + ar + 3r) = 0$$(ar^3 - 2ar^2 + ar + 6) - (ar^3 - 2ar^2 + ar + 3r) = 0$$6 - 3r = 0 implies 3r = 6 implies r = 2$$6 - 3r = 0 \implies 3r = 6 \implies r = 2$$
Substitute r = 2$r = 2$ back into equation (1):
a(2)^2 - 2a(2) + a + 3 = 0$$a(2)^2 - 2a(2) + a + 3 = 0$$4a - 4a + a + 3 = 0 implies a = -3$$4a - 4a + a + 3 = 0 \implies a = -3$$
### Step 2: Find the Continuous Product Value
The continuous product term is:
mathbfx_1mathbfx_2mathbfx_3mathbfx_4 = a cdot ar cdot ar^2 cdot ar^3 = a^4 r^6$$\mathbf{x}_1\mathbf{x}_2\mathbf{x}_3\mathbf{x}_4 = a \cdot ar \cdot ar^2 \cdot ar^3 = a^4 r^6$$mathbfx_1mathbfx_2mathbfx_3mathbfx_4 = (-3)^4 cdot (2)^6 = 81 times 64 = 5184$$\mathbf{x}_1\mathbf{x}_2\mathbf{x}_3\mathbf{x}_4 = (-3)^4 \cdot (2)^6 = 81 \times 64 = 5184$$
Now divide by 24 as required:
frac124(5184) = 216$$\frac{1}{24}(5184) = 216$$
### Pattern Recognition
Notice that multiplying the first AP condition equation by r$r$ perfectly mimics the structure of the second condition equation except for the absolute scalar value, allowing direct elimination of all polynomial variable indices simultaneously.
### Evaluation Rubric / Model Answer
null
### Chapter Mix
Class 11 Mathematics: Sequences and Series
Let mathbfS = mathbfN cup \0\$\mathbf{S} = \mathbf{N} \cup \{0\}$. Define a relation \mathbf{R} from mathbfS$\mathbf{S}$ to mathbfR$\mathbf{R}$ by:
mathbfR = left\left(x, yright): log_e y = x log_e left(frac25right), x in S, y in R right\.$$\mathbf{R} = \left\{\left(x, y\right): \log_{e} y = x \log_{e} \left(\frac{2}{5}\right), x \in S, y \in R \right\}.$$
Then, the sum of all the elements in the range of mathbfR$\mathbf{R}$ is equal to
A.frac32$\frac{3}{2}$
B.frac53$\frac{5}{3}$
C.frac109$\frac{10}{9}$
D.frac52$\frac{5}{2}$
Solution
### Related Formula
Sum of an infinite geometric progression with |r| < 1$|r| < 1$:
S_infty = fraca1 - r$$S_{\infty} = \frac{a}{1 - r}$$
### Core Logic
From the definition of the relation:
log_e y = x log_eleft(frac25
ight) implies log_e y = log_eleft(frac25right)^x implies y = left(frac25
ight)^x$$\log_e y = x \log_e\left(\frac{2}{5}
ight) \implies \log_e y = \log_e\left(\frac{2}{5}\right)^x \implies y = \left(\frac{2}{5}
ight)^x$$Infinite Geometric Progression diagram for Q57 - JEE Main 2025 Evening
Since x in S = \0, 1, 2, 3, dots\$x \in S = \{0, 1, 2, 3, \dots\}$, the output values of y$y$ represent elements of the range.
### Step 1: Compute Infinite Sum
Generating elements by plugging in values of x$x$:
For x = 0 implies y = 1$x = 0 \implies y = 1$
For x = 1 implies y = frac25$x = 1 \implies y = \frac{2}{5}$
For x = 2 implies y = left(frac25
ight)^2$x = 2 \implies y = \left(\frac{2}{5}
ight)^2$
Sum of elements in the range:
textSum = 1 + left(frac25
ight)^1 + left(frac25
ight)^2 + dots = frac11 - frac25 = frac53$$\text{Sum} = 1 + \left(\frac{2}{5}
ight)^1 + \left(\frac{2}{5}
ight)^2 + \dots = \frac{1}{1 - \frac{2}{5}} = \frac{5}{3}$$
### Pattern Recognition
Convert log equations into standard exponential equations right away. A variable index belonging to whole numbers indicates an infinite GP summation scenario.
### Evaluation Rubric / Model Answer
null
### Chapter Mix
Class 11 Mathematics: Sequences and Series
Class 11 Mathematics: Relations and Functions
We Map Every Repeating Question in Competitive Exams.
Say goodbye to generic mock test fatigue. RankBit uses smart analysis to group past exam questions into their foundational Repeating Question Types. Find chapter weightage, track repeating questions, and score higher with targeted practice.
Select Your Target Exam
Choose an exam track below to find formulas per chapter and patterns.
Syncing Exam Intelligence
Mapping formulas and patterns across all tracks…
PATH A — FULL LENGTH PRACTICE
Full Mock Test Hub
Simulate real NTA exam conditions with fully tracked mocks. Time yourself against past papers.
Practice past-year questions one chapter at a time. Pick an exam → subject → chapter and get every PYQ for that topic — pulled together from all past papers — with the chapter's key formulas alongside.