Rankbit System
JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%) | JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%)

If log_mathrmea, log_mathrmeb, log_mathrmec are in an A.P. and log_mathrmea - log_mathrme2b, log_mathrme2b - log_mathrme3c, log_mathrme3c - log_mathrmea are also in an A.P, then a:b:c is equal to

Solution & Explanation

### Related Formula If x, y, z are in A.P., then 2y = x + z. ### Core Logic From the first sequence condition: 2log_e b = log_e a + log_e c implies log_e b^2 = log_e(ac) implies b^2 = ac quad dots (i) From the second sequence condition, the components are log_eleft(fraca2bright), log_eleft(frac2b3cright), log_eleft(frac3caright): 2log_eleft(frac2b3cright) = log_eleft(fraca2bright) + log_eleft(frac3caright) left(frac2b3cright)^2 = fraca2b times frac3ca = frac3c2b frac4b^29c^2 = frac3c2b implies 8b^3 = 27c^3 implies fracbc = frac32 quad dots (ii) ### Step 1: Finding Ratios Substituting c = frac2b3 into equation (i): b^2 = a left(frac2b3right) implies b = frac2a3 implies fracab = frac32 Thus, consolidating all parts: a : b = 9 : 6 b : c = 6 : 4 a : b : c = 9 : 6 : 4 ### Pattern Recognition Logarithmic A.P. strings immediately translate to simple geometric proportions inside the core arguments via logarithmic properties (2log x = log x^2). ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Sequences and Series

Reference Study Guides

More Sequences and Series Previous-Year Questions — Page 4

Q61 jee_main_2025_04_april_morning Special Series
1 + 3 + 5^2 + 7 + 9^2 + dots upto 40 terms is equal to
  • A. 43890
  • B. 41880
  • C. 33980
  • D. 40870

Solution

### Related Formula Summation Identities: sum r = fracn(n+1)2, quad sum r^2 = fracn(n+1)(2n+1)6 ### Core Logic Split the 40-term series into two sub-series of 20 terms each: Series 1 (squared terms at positions 1, 3, 5... wait, positions are odd numbers whose base squares are odd): 1^2 + 5^2 + 9^2 + dots upto 20 terms. General term T_r = (4r - 3)^2. Series 2 (linear terms at positions 2, 4, 6...): 3 + 7 + 11 + dots upto 20 terms. General term t_r = (4r - 1). ### Step 1: Formulate Total Sigma Expression textSum = sum_r=1^20 left[ (4r - 3)^2 + (4r - 1) right] textSum = sum_r=1^20 (16r^2 - 24r + 9 + 4r - 1) = sum_r=1^20 (16r^2 - 20r + 8) textSum = 16sum_r=1^20 r^2 - 20sum_r=1^20 r + 8sum_r=1^20 1 ### Step 2: Arithmetic Evaluation sum_r=1^20 r^2 = frac20 times 21 times 416 = 2870 sum_r=1^20 r = frac20 times 212 = 210 textSum = 16(2870) - 20(210) + 8(20) = 45920 - 4200 + 160 = 41880 ### Pattern Recognition When dealing with interlaced series, pairing terms adjacent to each other simplifies the degree of general expressions into manageable standard summation polynomials. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Sequence and Series
Q60 jee_main_2025_07_april_evening Arithmetic Progression
Let a_n be the n^textth term of an A. P. If S_mathrmn = a_1 + a_2 + a_3 + dots + a_mathrmn = 700, a_6 = 7 and S_7 = 7, then a_n is equal to:
  • A. 56
  • B. 65
  • C. 64
  • D. 70

Solution

### Related Formula Sum of first n terms of an AP is given by: S_n = fracn2[2a + (n-1)d] ### Core Logic Given specifications: 1) a_6 = 7 implies a + 5d = 7 quad dots text(ii) 2) S_7 = 7 implies frac72(2a + 6d) = 7 implies a + 3d = 1 quad dots text(iii) Subtracting (iii) from (ii): 2d = 6 implies d = 3 Substituting d=3 into (iii): a + 3(3) = 1 implies a = -8 ### Step 1: Find n from Sn = 700 Substitute a = -8 and d = 3 into the equation for S_n = 700: 700 = fracn2[2(-8) + (n-1)3] 1400 = n[-16 + 3n - 3] 3n^2 - 19n - 1400 = 0 Factoring the quadratic equation: (3n + 56)(n - 25) = 0 Since n must be a positive integer, n = 25. ### Step 2: Determine standard term value We need to find a_25 corresponding to index n=25: a_25 = a + 24d a_25 = -8 + 24(3) = -8 + 72 = 64 ### Pattern Recognition When S_n and specific terms are given, prioritize finding the first term a and common difference d through simple elimination headers before targeting the value of n. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Sequences and Series
Q70 jee_main_2025_07_april_evening Geometric Progression
If the sum of the second, fourth and sixth terms of a G.P. of positive terms is 21 and the sum of its eighth, tenth and twelfth terms is 15309, then the sum of its first nine terms is :
  • A. 745
  • B. 755
  • C. 750
  • D. 757

Solution

### Related Formula Sum of first n terms of a Geometric Progression (GP) is: S_n = fraca(r^n - 1)r - 1 ### Core Logic Let the first term be a and common ratio be r. Given: 1) ar + ar^3 + ar^5 = 21 implies ar(1 + r^2 + r^4) = 21 quad dots text(1) 2) ar^7 + ar^9 + ar^11 = 15309 implies ar^7(1 + r^2 + r^4) = 15309 quad dots text(2) Dividing equation (2) by equation (1): fracar^7ar = frac1530921 implies r^6 = 729 implies r = 3 ### Step 1: Solve for a Substitute r = 3 into equation (1): a(3)(1 + 9 + 81) = 21 3a(91) = 21 implies a = frac791 = frac113 ### Step 2: Find Sum of 9 terms Evaluating S_9: S_9 = fraca(r^9 - 1)r - 1 = fracfrac113(3^9 - 1)3 - 1 = frac19683 - 126 = frac1968226 = 757 ### Pattern Recognition Ratios of shifted groups of terms in a GP always cleanly isolate a simple power of the common ratio r^k instantly. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Sequences and Series
Q59 jee_main_2025_24_jan_evening Arithmetic Progression Sum
In an arithmetic progression, if S_40=1030 and S_12=57, then S_30-S_10 is equal to: [cite: 3294, 3295, 3296]
  • A. 510
  • B. 515
  • C. 525
  • D. 505

Solution

### Related Formula Sum of first n terms of an Arithmetic Progression: S_n = fracn2[2a + (n-1)d] ### Core Logic Set up linear expressions for the given sums : S_40 = frac402[2a + 39d] = 1030 Rightarrow 2a + 39d = 51.5 S_12 = frac122[2a + 11d] = 57 Rightarrow 2a + 11d = 9.5 ### Step 1: Solve for a and d Subtract the second equation from the first : (2a + 39d) - (2a + 11d) = 51.5 - 9.5 28d = 42 Rightarrow d = frac4228 = frac32 = 1.5 Substitute d = 1.5 back to find a: 2a + 11(1.5) = 9.5 Rightarrow 2a + 16.5 = 9.5 Rightarrow 2a = -7 Rightarrow a = -3.5 ### Step 2: Evaluate S_30 - S_10 Write out the formula for the target subtraction : S_30 - S_10 = frac302[2a + 29d] - frac102[2a + 9d] = 15(2a + 29d) - 5(2a + 9d) = 30a + 435d - 10a - 45d = 20a + 390d [cite: 3964, 3965] Substitute the values of a and d : = 20(-3.5) + 390(1.5) = -70 + 585 = 515 ### Pattern Recognition Notice that S_30 - S_10 represents the \sum of terms from T_11 to T_30, which can also be formulated as 20 times A_20.5, saving algebraic steps if calculated symmetrically. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Sequences and Series
Q60 jee_main_2025_24_jan_evening Arithmetico-Geometric Progression
If 7=5+frac17(5+alpha)+frac17^2(5+2alpha)+frac17^3(5+3alpha)+dotsdotsinfty, then the value of alpha is: [cite: 3301, 3302]
  • A. 1
  • B. frac67
  • C. 6
  • D. frac17

Solution

### Related Formula Sum of an infinite geometric progression: S_infty = fraca1-r quad textfor |r| < 1 ### Core Logic The given expression is an infinite Arithmetico-Geometric Progression (AGP) : S = 5 + frac5+alpha7 + frac5+2alpha7^2 + frac5+3alpha7^3 + dots infty ### Step 1: Shift and Subtract Multiply the equation by the common ratio frac17 and shift it by one position : frac17S = frac57 + frac5+alpha7^2 + frac5+2alpha7^3 + dots infty Subtract this from the original equation: S - frac17S = 5 + left(frac5+alpha-57right) + left(frac5+2alpha-(5+alpha)7^2right) + dots frac67S = 5 + fracalpha7 + fracalpha7^2 + fracalpha7^3 + dots ### Step 2: Sum the Infinite Geometric Series Apply the infinite GP formula to the terms involving alpha : frac67S = 5 + fracalpha7left(frac11 - frac17right) = 5 + fracalpha7left(frac76right) = 5 + fracalpha6 Given that S = 7 : frac67(7) = 5 + fracalpha6 Rightarrow 6 = 5 + fracalpha6 1 = fracalpha6 Rightarrow alpha = 6 ### Pattern Recognition Standard trick for infinite AGPs: Multiply by the common ratio r, shift, and subtract to condense the arithmetic progression component into a straightforward infinite geometric progression. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Sequences and Series

More Sequences and Series Questions — jee_main_2024_29_january_evening

Practice all Sequences and Series previous-year questions →

YOUR FIRST PREP STEP STARTS HERE

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.

Under Development
PATH B — TARGETED PRACTICE

Topic-wise Practice Hub

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.

Loading Questions... Browse Topics
Latest from the Blog
View all →

Loading articles...