Past Year QuestionsIPMAT IndoreQAProgression & Series

IPMAT Indore Progression & Series — PYPs

25 solved Progression & Series previous year questions (PYQs) from IPMAT Indore past year papers — attempt each and check the answer.

Free SolutionsNo Login25 Questions
Q1:ipmat indore 2021QAProgression & SeriesMediumSA · TITA
The sum up to 1010 terms of the series 13+57+911+...1 \cdot 3 + 5 \cdot 7 + 9 \cdot 11 + ... is
Enter your answer to attempt
The Setup: We need the sum of the first 10 terms of the series 13+57+911+...1\cdot3+5\cdot7+9\cdot11+.... We are dealing with products of Arithmetic Progressions (APs). We need to unmask the nn-th term so we can just blast it with summation formulas and speedrun the calculation. Step 1: Find the pattern for the first part of each term (1, 5, 9...). This is an AP with a common difference of 4. an=1+(n1)4=4n3a_n = 1 + (n-1)4 = 4n - 3 Step 2: Find the pattern for the second part of each term (3, 7, 11...). This is another AP, also with a common difference of 4. bn=3+(n1)4=4n1b_n = 3 + (n-1)4 = 4n - 1 Step 3: Construct the general term TnT_n by multiplying them, and expand it into a quadratic polynomial: Tn=(4n3)(4n1)=16n216n+3T_n = (4n - 3)(4n - 1) = 16n^2 - 16n + 3 Step 4: Deploy the summation formulas for the first 10 terms. n=110Tn=16n216n+3\sum_{n=1}^{10} T_n = 16 \sum n^2 - 16 \sum n + \sum 3 Using the standard formulas n2=n(n+1)(2n+1)6\sum n^2 = \frac{n(n+1)(2n+1)}{6} and n=n(n+1)2\sum n = \frac{n(n+1)}{2} for n=10n=10: * 16×(10×11×216)=16×385=616016 \times \left(\frac{10 \times 11 \times 21}{6}\right) = 16 \times 385 = 6160 * 16×(10×112)=16×55=880-16 \times \left(\frac{10 \times 11}{2}\right) = -16 \times 55 = -880 * 10×3=3010 \times 3 = 30 Step 5: Crunch the final numbers. 6160880+30=53106160 - 880 + 30 = 5310 Final Answer: 5310
Q2:ipmat indore 2021QAProgression & SeriesMediumSA · TITA
It is given that the sequence {xnx_n} satisfies x1=0,xn+1=xn+1+2(1+xn)x_1 = 0, x_{n+1} = x_n + 1 + 2\sqrt(1+x_n) for n=1,2,...n = 1,2,... Then x31x_{31} is _______
Enter your answer to attempt
The Setup: We are faced with a recursive sequence: xn+1=xn+1+21+xnx_{n+1}=x_n+1+2\sqrt{1+x_n} with a starting state of x1=0x_1=0. It looks cursed, but it's actually just a perfect square in disguise. We just need to transform the variables to reveal the hidden meta. Step 1: Add 1 to both sides to complete the transformation. xn+1+1=(xn+1)+21+xn+1x_{n+1} + 1 = (x_n + 1) + 2\sqrt{1+x_n} + 1 Step 2: Substitute yn=xn+1y_n=x_n+1 to clean up the UI. yn+1=yn+2yn+1y_{n+1} = y_n + 2\sqrt{y_n} + 1 Notice that the right side is a literal perfect square: (yn+1)2(\sqrt{y_n} + 1)^2. yn+1=(yn+1)2y_{n+1} = (\sqrt{y_n} + 1)^2 Step 3: Take the square root of both sides. yn+1=yn+1\sqrt{y_{n+1}} = \sqrt{y_n} + 1 This means the sequence yn\sqrt{y_n} is just a basic Arithmetic Progression increasing by 1 every step. Since x1=0x_1=0, our base case is y1=1y_1=1, which means y1=1\sqrt{y_1}=1. Step 4: Find the nn-th term of this AP. yn=1+(n1)(1)=n\sqrt{y_n} = 1 + (n-1)(1) = n Step 5: Reverse the transformation to find xnx_n. yn=n2    xn+1=n2    xn=n21y_n = n^2 \implies x_n + 1 = n^2 \implies x_n = n^2 - 1 Step 6: Calculate the 31st term to finish the level. x31=3121=9611=960x_{31} = 31^2 - 1 = 961 - 1 = 960 Final Answer: 960
Q3:ipmat indore 2025QAProgression & SeriesMediumSA · TITA
If the sum of the first 21 terms of the sequence ln(ab),ln(abb),ln(ab2)\ln(\frac{a}{b}), \ln(\frac{a}{b\sqrt{b}}), \ln(\frac{a}{b^2}) \dots is ln(ambn)\ln(\frac{a^m}{b^n}), then the value of m+nm+n is
Enter your answer to attempt
The Setup: At first glance, this looks like a cursed sequence of logarithms, but if we peel back the formatting, it is literally just an Arithmetic Progression (AP) in disguise. We just need to unpack the logs, find the common difference to establish our AP meta, calculate the sum of the first 21 terms, and then repackage it to find our mm and nn values. Step 1: Unpacking the Logs (The Vibe Check) Let's analyze the first three terms to figure out exactly what kind of progression we are dealing with. Using the logarithm quotient rule (ln(x/y)=ln(x)ln(y)\ln(x/y) = \ln(x) - \ln(y)) and exponent rules, we can break them down: * Term 1 (T1T_1): ln(ab)=ln(a)ln(b)\ln(\frac{a}{b}) = \ln(a) - \ln(b) * Term 2 (T2T_2): ln(abb)=ln(ab1.5)=ln(a)1.5ln(b)\ln(\frac{a}{b\sqrt{b}}) = \ln(\frac{a}{b^{1.5}}) = \ln(a) - 1.5\ln(b) * Term 3 (T3T_3): ln(ab2)=ln(a)2ln(b)\ln(\frac{a}{b^2}) = \ln(a) - 2\ln(b) Step 2: **Finding the Common Difference (DD)** To confirm this is a standard AP and to find our step size, we subtract T1T_1 from T2T_2: D=T2T1D = T_2 - T_1 D=(ln(a)1.5ln(b))(ln(a)ln(b))D = (\ln(a) - 1.5\ln(b)) - (\ln(a) - \ln(b)) D=0.5ln(b)D = -0.5\ln(b) The sequence is linearly dropping by 0.5ln(b)0.5\ln(b) every single term. This confirms we are working with an AP where the first term A=ln(a)ln(b)A = \ln(a) - \ln(b) and the common difference D=0.5ln(b)D = -0.5\ln(b). Step 3: The Carry (Summing 21 Terms) Now we deploy the standard AP sum formula for 21 terms: Sn=n2[2A+(n1)D]S_n = \frac{n}{2} [2A + (n-1)D] Plug in our n=21n = 21, AA, and DD values: S21=212[2(ln(a)ln(b))+(211)(0.5ln(b))]S_{21} = \frac{21}{2} [2(\ln(a) - \ln(b)) + (21-1)(-0.5\ln(b))] S21=212[2ln(a)2ln(b)+20(0.5ln(b))]S_{21} = \frac{21}{2} [2\ln(a) - 2\ln(b) + 20(-0.5\ln(b))] S21=212[2ln(a)2ln(b)10ln(b)]S_{21} = \frac{21}{2} [2\ln(a) - 2\ln(b) - 10\ln(b)] Combine the ln(b)\ln(b) terms to clean up the bracket: S21=212[2ln(a)12ln(b)]S_{21} = \frac{21}{2} [2\ln(a) - 12\ln(b)] Factor out the 2 inside the bracket to cancel the denominator and nerf the equation: S21=21[ln(a)6ln(b)]S_{21} = 21 [\ln(a) - 6\ln(b)] Step 4: Repackaging the File The question demands the final answer in the format ln(ambn)\ln(\frac{a^m}{b^n}). We need to compress our result back into a single log expression using power rules (kln(x)=ln(xk)k\ln(x) = \ln(x^k)). First, distribute the 21: S21=21ln(a)126ln(b)S_{21} = 21\ln(a) - 126\ln(b) Now apply the power rule to push the coefficients back into the logs: S21=ln(a21)ln(b126)S_{21} = \ln(a^{21}) - \ln(b^{126}) Finally, use the quotient rule to merge them into one fraction: S21=ln(a21b126)S_{21} = \ln\left(\frac{a^{21}}{b^{126}}\right) Step 5: The Audit (Double Check Protocol) Let's match our final expression against the target form ln(ambn)\ln(\frac{a^m}{b^n}). By direct comparison: m=21m = 21 n=126n = 126 The prompt asks for the value of m+nm + n. m+n=21+126=147m + n = 21 + 126 = 147 Math is verified, rules applied correctly, logic is absolutely flawless. Final Answer: 147
Q4:ipmat indore 2022QAProgression & SeriesMediumSA · TITA
A new sequence is obtained from the sequence of positive integers (1,2,3,)(1,2,3, \ldots) by deleting all the perfect squares. Then the 2022nd 2022^{\text {nd }} term of the new sequence is ________.
Enter your answer to attempt
The Setup: A sequence of positive integers removes all perfect squares. We must determine the numerical value of the 2022nd2022^{\text{nd}} remaining integer in this sequence. Step 1: Establish the formula for sequence terms. Let NN be the actual value of the term. The sequence loses one position for every perfect square it passes. The number of perfect squares less than or equal to NN is N\lfloor\sqrt{N}\rfloor. Thus, the position of NN in the modified sequence is given by: NN=2022N - \lfloor\sqrt{N}\rfloor = 2022. Step 2: Estimate NN to find bounds. Because NN will be slightly larger than 20222022, we estimate N2022\sqrt{N} \approx \sqrt{2022}. 442=193644^2 = 1936 and 452=202545^2 = 2025. Therefore, the square root will be bounded by approximately 4545. Step 3: Test the logical value for NN. Add our 4545 estimated skipped squares to the 2022nd2022^{\text{nd}} position: Let's test N=2022+45=2067N = 2022 + 45 = 2067. Check how many perfect squares exist up to 20672067: The largest integer square less than 20672067 is 452=202545^2 = 2025. Thus, exactly 4545 squares are skipped. Subtract the skipped squares to verify the position: Position=206745=2022\text{Position} = 2067 - 45 = 2022 The number 20672067 precisely lands on the 2022nd2022^{\text{nd}} position, and it is not itself a perfect square, so it genuinely survives into the new sequence. Step 4: Confirm the answer is unique. The counting function NNN - \lfloor\sqrt{N}\rfloor never decreases as NN grows, so it takes the value 20222022 on at most one non-square NN. Hence 20672067 is the only possibility. Final Answer: 2067
Q5:ipmat indore 2022QAProgression & SeriesMediumSA · TITA
The 3rd ,14th 3^{\text {rd }}, 14^{\text {th }} and 69th 69^{\text {th }} terms of an arithmetic progression form three distinct and consecutive terms of a geometric progression. If the next term of the geometric progression is the nth n^{\text {th }} term of the arithmetic progression, then nn equals ________.
Enter your answer to attempt
The Setup: Three selected terms (3rd,14th,69th3^{\text{rd}}, 14^{\text{th}}, 69^{\text{th}}) of an Arithmetic Progression (AP) form a separate Geometric Progression (GP). The 4th term of this GP corresponds to the nthn^{\text{th}} term of the AP. We must find index nn. Step 1: Establish the GP relationship. Let the AP have a first term aa and common difference dd. T3=a+2dT_3 = a + 2d T14=a+13dT_{14} = a + 13d T69=a+68dT_{69} = a + 68d Because these form a GP, the square of the middle term equals the product of the outer terms: (a+13d)2=(a+2d)(a+68d)(a + 13d)^2 = (a + 2d)(a + 68d) a2+26ad+169d2=a2+70ad+136d2a^2 + 26ad + 169d^2 = a^2 + 70ad + 136d^2 Step 2: Relate the starting term to the difference. 33d2=44ad33d^2 = 44ad Assuming d0d \neq 0 (otherwise all terms are identical and limits break), divide by 11d11d: 3d=4a    a=34d3d = 4a \implies a = \frac{3}{4}d Step 3: Calculate the GP common ratio. Substitute a=0.75da = 0.75d into the first two terms of the GP: T3=0.75d+2d=2.75d=114dT_3 = 0.75d + 2d = 2.75d = \frac{11}{4}d T14=0.75d+13d=13.75d=554dT_{14} = 0.75d + 13d = 13.75d = \frac{55}{4}d The common ratio r=T14T3=55/411/4=5r = \frac{T_{14}}{T_3} = \frac{55/4}{11/4} = 5. The third term is T69=0.75d+68d=68.75d=2754dT_{69} = 0.75d + 68d = 68.75d = \frac{275}{4}d. (Verified: 554d×5=2754d\frac{55}{4}d \times 5 = \frac{275}{4}d). Step 4: Calculate the next GP term and map it to the AP index. The 4th GP term is T69×rT_{69} \times r: Next GP Term=2754d×5=13754d\text{Next GP Term} = \frac{275}{4}d \times 5 = \frac{1375}{4}d Set this equal to the generic nthn^{\text{th}} term of the AP (a+(n1)da + (n-1)d): 34d+(n1)d=13754d\frac{3}{4}d + (n-1)d = \frac{1375}{4}d (n1)d=13724d    n1=343    n=344(n-1)d = \frac{1372}{4}d \implies n-1 = 343 \implies n = 344 Final Answer: 344
Q6:ipmat indore 2023QAProgression & SeriesHardSA · TITA
If f(n)=1+2+3++(n+1)f(n)= 1 + 2 + 3 +\cdots+(n+1) and g(n)=k=1k=n1f(k)g(n)= \sum_{k=1}^{k=n} \dfrac{1}{f(k)}, then the least value of nn for which g(n)g(n) exceeds the value 99100\dfrac{99}{100} is:
Enter your answer to attempt
The Setup: Given an arithmetic sum base function f(n)f(n), we have a reciprocal series g(n)g(n). We must find the least integer nn that pushes g(n)g(n) above the threshold of 99/10099/100. Step 1: Simplify the base function f(n)f(n). The function is the sum of consecutive integers: f(n)=1+2+3++(n+1)=(n+1)(n+2)2f(n) = 1 + 2 + 3 + \dots + (n+1) = \frac{(n+1)(n+2)}{2} Step 2: Construct the series g(n)g(n) and apply partial fractions. g(n)=k=1n1f(k)=k=1n2(k+1)(k+2)g(n) = \sum_{k=1}^n \frac{1}{f(k)} = \sum_{k=1}^n \frac{2}{(k+1)(k+2)} Split the fraction using partial fraction decomposition: 2(k+1)(k+2)=2(1k+11k+2)\frac{2}{(k+1)(k+2)} = 2 \left( \frac{1}{k+1} - \frac{1}{k+2} \right) Step 3: Evaluate the telescoping sum. When summing from k=1k=1 to nn, all intermediate terms cancel out: g(n)=2[(1213)+(1314)++(1n+11n+2)]g(n) = 2 \left[ \left(\frac{1}{2} - \frac{1}{3}\right) + \left(\frac{1}{3} - \frac{1}{4}\right) + \dots + \left(\frac{1}{n+1} - \frac{1}{n+2}\right) \right] g(n)=2(121n+2)=12n+2g(n) = 2 \left( \frac{1}{2} - \frac{1}{n+2} \right) = 1 - \frac{2}{n+2} Step 4: Apply the threshold inequality. We need g(n)>99100g(n) > \frac{99}{100}: 12n+2>0.991 - \frac{2}{n+2} > 0.99 0.01>2n+20.01 > \frac{2}{n+2} 1100>2n+2    n+2>200    n>198\frac{1}{100} > \frac{2}{n+2} \implies n+2 > 200 \implies n > 198 Since nn must be an integer, the least value fulfilling this is 199199. Final Answer: 199
Q7:ipmat indore 2022QAProgression & SeriesMediumSA · TITA
The numbers 16,2x+322x116,22x1+16-16,2^{x+3}-2^{2 x-1}-16,2^{2 x-1}+16 are in an arithmetic progression. Then xx equals ________.
Enter your answer to attempt
The Setup: Three expressions involving exponential powers of 22 and constants are given as consecutive terms of an Arithmetic Progression. We must solve for the unknown exponent xx. Step 1: Establish the arithmetic mean equation. For three terms A,B,CA, B, C in an AP, 2B=A+C2B = A + C. Given terms: A=16A = -16, B=2x+322x116B = 2^{x+3} - 2^{2x-1} - 16, and C=22x1+16C = 2^{2x-1} + 16. 2(2x+322x116)=16+(22x1+16)2(2^{x+3} - 2^{2x-1} - 16) = -16 + (2^{2x-1} + 16) Step 2: Simplify the algebraic constraints. 22x+3222x132=22x12 \cdot 2^{x+3} - 2 \cdot 2^{2x-1} - 32 = 2^{2x-1} Combine the exponential terms: 2x+422x32=22x12^{x+4} - 2^{2x} - 32 = 2^{2x-1} Group the terms involving 2x2x on the right: 2x+432=22x1+22x2^{x+4} - 32 = 2^{2x-1} + 2^{2x} Factor out 22x2^{2x}: 2x+432=22x(12+1)=3222x2^{x+4} - 32 = 2^{2x} \left(\frac{1}{2} + 1\right) = \frac{3}{2} \cdot 2^{2x} Step 3: Use substitution to solve the resulting quadratic. Let y=2xy = 2^x. Then 2x+4=16y2^{x+4} = 16y, and 22x=y22^{2x} = y^2. 16y32=32y216y - 32 = \frac{3}{2}y^2 Multiply by 22 and rearrange into standard quadratic form: 3y232y+64=03y^2 - 32y + 64 = 0 Factor the quadratic equation: (3y8)(y8)=0(3y - 8)(y - 8) = 0 Step 4: Evaluate valid roots for integer xx. This yields y=8/3y = 8/3 or y=8y = 8. Since y=2xy = 2^x, resolving for y=8y = 8 yields 2x=8    x=32^x = 8 \implies x = 3. *(The fractional root y=8/3y=8/3 yields an irrational logarithmic decimal out of scope for standard numeric data entry).* Final Answer: 3
Q8:ipmat indore 2021QAProgression & SeriesMediumMCQ · MCQ
Let SnS_n be sum of the first nn terms of an A.P. If S5=S9S_5 = S_9, what is the ratio of a3:a5a_3 : a_5
  • A9:59:5
  • B5:95:9
  • C3:53:5
  • D5:35:3
Pick an option to attempt
The Setup: We are working with Arithmetic Progressions. The standard sum formula is Sn=n2(2a+(n1)d)S_n=\frac{n}{2}(2a+(n-1)d). We need to build an algebraic equation equating the two given sums to find the direct relationship between the first term (aa) and the common difference (dd). Step 1: Expand both sides using the sum formula. S5=52(2a+4d)=5(a+2d)=5a+10dS_5=\frac{5}{2}(2a+4d)=5(a+2d)=5a+10d S9=92(2a+8d)=9(a+4d)=9a+36dS_9=\frac{9}{2}(2a+8d)=9(a+4d)=9a+36d Step 2: Set them equal and isolate aa in terms of dd. 5a+10d=9a+36d5a+10d=9a+36d 4a=26d    2a=13d    a=6.5d-4a=26d \implies 2a=-13d \implies a=-6.5d Step 3: Find the expressions for the specific requested terms, a3a_3 and a5a_5. a3=a+2d=6.5d+2d=4.5da_3=a+2d=-6.5d+2d=-4.5d a5=a+4d=6.5d+4d=2.5da_5=a+4d=-6.5d+4d=-2.5d Step 4: Calculate the ratio. The negative signs and the dd variables cancel out cleanly. Ratio=4.5d2.5d=4.52.5=4525=95\text{Ratio}=\frac{-4.5d}{-2.5d}=\frac{4.5}{2.5}=\frac{45}{25}=\frac{9}{5} Final Answer: 9:59:5
Q9:ipmat indore 2020QAProgression & SeriesHardMCQ · MCQ
If 112+122+132+\frac{1}{1^2} + \frac{1}{2^2} + \frac{1}{3^2} + \ldots up to =π26\infty = \frac{\pi^2}{6}, then the value of 112+132+152+\frac{1}{1^2} + \frac{1}{3^2} + \frac{1}{5^2} + \ldots up to \infty is
  • Aπ28\frac{\pi^2}{8}
  • Bπ216\frac{\pi^2}{16}
  • Cπ212\frac{\pi^2}{12}
  • Dπ236\frac{\pi^2}{36}
Pick an option to attempt
The Setup: We are manipulating the famous Basel problem. We are handed the sum of *all* inverse squares and asked for the sum of only the *odd* ones. The trick is to split the total into its even and odd halves, then notice the even half is a scaled copy of the whole thing. Step 1: Define the series. Let the total be S=π26S=\frac{\pi^2}{6}. Every positive integer is either odd or even, so the total splits cleanly with nothing counted twice and nothing missed: S=Sum(Odds)+Sum(Evens)S=\text{Sum(Odds)}+\text{Sum(Evens)} Every term here is positive and the series converges, so splitting and rearranging it like this is legitimate rather than a formal trick. Step 2: Factor the even series. Write out the even terms and pull out the common factor. Each even number is 2n2n, so its square is 4n24n^2: Sum(Evens)=122+142+162+=14(112+122+132+)\text{Sum(Evens)}=\frac{1}{2^2}+\frac{1}{4^2}+\frac{1}{6^2}+\ldots=\frac{1}{4}\left(\frac{1}{1^2}+\frac{1}{2^2}+\frac{1}{3^2}+\ldots\right) The bracket is literally the original total SS, so Sum(Evens)=S4\text{Sum(Evens)}=\frac{S}{4}. This self-similarity is the whole engine of the problem. Step 3: Solve for the odds. Substitute back into the master equation: S=Sum(Odds)+S4    Sum(Odds)=SS4=3S4S=\text{Sum(Odds)}+\frac{S}{4} \implies \text{Sum(Odds)}=S-\frac{S}{4}=\frac{3S}{4} Step 4: Final substitution. Plug in the known value of SS: Sum(Odds)=34×π26=3π224=π28\text{Sum(Odds)}=\frac{3}{4}\times \frac{\pi^2}{6}=\frac{3\pi^2}{24}=\frac{\pi^2}{8} Final Answer: π28\frac{\pi^2}{8}
Q10:ipmat indore 2025QAProgression & SeriesMediumMCQ · MCQ
Given that 1+122+132+142+...=π261+\frac{1}{2^{2}}+\frac{1}{3^{2}}+\frac{1}{4^{2}}+...=\frac{\pi^{2}}{6}, the value of 1+132+152+172+...1+\frac{1}{3^{2}}+\frac{1}{5^{2}}+\frac{1}{7^{2}}+... is
  • Aπ261\frac{\pi^{2}}{6}-1
  • Bπ6\frac{\pi}{6}
  • Cπ212\frac{\pi^{2}}{12}
  • Dπ28\frac{\pi^{2}}{8}
Pick an option to attempt
The Setup: This is a classic infinite series manipulation. We are taking the legendary Basel problem (solved by Euler, the absolute GOAT of 18th-century mathematics) and splitting it into its odd and even components. Think of it like taking a full, mixed studio track and isolating just the vocals. We know the total sum, so we can isolate the odd-denominator series by mathematically filtering out the even-denominator series. Step 1: Define the master series. Let the total sum be represented by SS. The problem gives us the total value of this series right out of the gate: S=1+122+132+142+...=π26S = 1+\frac{1}{2^{2}}+\frac{1}{3^{2}}+\frac{1}{4^{2}}+... = \frac{\pi^{2}}{6} This series contains both the odd terms (which we want) and the even terms. Let's split them into two distinct squads: S=Sodd+SevenS = S_{odd} + S_{even} Step 2: Isolate and analyze the even terms. The even terms form their own infinite sub-series: Seven=122+142+162+...S_{even} = \frac{1}{2^{2}}+\frac{1}{4^{2}}+\frac{1}{6^{2}}+... Notice that every denominator here has a common factor of 222^2. If we factor out 122\frac{1}{2^2} (which is just 14\frac{1}{4}), watch what happens: Seven=14(1+122+132+...)S_{even} = \frac{1}{4}\left(1+\frac{1}{2^{2}}+\frac{1}{3^{2}}+...\right) Bro, look closely at what is inside the parentheses—it is literally just our original series SS hitting a respawn. So, we can rewrite this as: Seven=14SS_{even} = \frac{1}{4}S Step 3: Solve for the odd terms. Now we take this finding and plug it back into our main equation from Step 1. S=Sodd+14SS = S_{odd} + \frac{1}{4}S To get SoddS_{odd} by itself, just subtract 14S\frac{1}{4}S from both sides. Sodd=S14SS_{odd} = S - \frac{1}{4}S Sodd=34SS_{odd} = \frac{3}{4}S Step 4: Calculate the final value. Now for the final boss phase. Plug in Euler's iconic value for SS to see exactly what the odd terms equal. Sodd=34(π26)S_{odd} = \frac{3}{4}\left(\frac{\pi^{2}}{6}\right) Simplify the fraction by cross-canceling the 33 and the 66, and the math is mathing perfectly: Sodd=π28S_{odd} = \frac{\pi^{2}}{8} Final Answer: π28\frac{\pi^{2}}{8}
Q11:ipmat indore 2024QAProgression & SeriesHardMCQ · MCQ
The terms of a geometric progression are real and positive. If the pp-th term of the progression is qq and the qq-th term is pp, then the logarithm of the first term is
  • A(1q)log(p)(1p)log(q)pq\dfrac{(1-q)\log(p)-(1-p)\log(q)}{p-q}
  • B(1q)log(q)(1p)log(p)pq\dfrac{(1-q)\log(q)-(1-p)\log(p)}{p-q}
  • C(1q)log(p)+(1p)log(q)pq\dfrac{(1-q)\log(p)+(1-p)\log(q)}{p-q}
  • D(1q)log(q)+(1p)log(p)pq\dfrac{(1-q)\log(q)+(1-p)\log(p)}{p-q}
Pick an option to attempt
The Setup: The terms of a geometric progression are real and positive, with the pp-th term equal to qq and the qq-th term equal to pp. We need to find the logarithm of the first term. Step 1: Define the sequence algebraically. Let the first term be aa and the common ratio be rr. The general term formula gives: Tp=arp1=qT_p = a r^{p-1} = q Tq=arq1=pT_q = a r^{q-1} = p Step 2: Apply logarithms to both equations. Taking the log of both sides yields a system of linear equations: log(a)+(p1)log(r)=log(q)\log(a) + (p-1)\log(r) = \log(q) log(a)+(q1)log(r)=log(p)\log(a) + (q-1)\log(r) = \log(p) Step 3: Eliminate log(r)\log(r) to solve for log(a)\log(a). Subtract the second equation from the first: (pq)log(r)=log(q)log(p)    log(r)=log(q)log(p)pq(p-q)\log(r) = \log(q) - \log(p) \implies \log(r) = \frac{\log(q) - \log(p)}{p-q} Substitute log(r)\log(r) back into the first equation: log(a)=log(q)(p1)(log(q)log(p)pq)\log(a) = \log(q) - (p-1)\left(\frac{\log(q) - \log(p)}{p-q}\right) Step 4: Simplify the expression. Find a common denominator: log(a)=(pq)log(q)(p1)(log(q)log(p))pq\log(a) = \frac{(p-q)\log(q) - (p-1)(\log(q) - \log(p))}{p-q} log(a)=plog(q)qlog(q)plog(q)+log(q)+plog(p)log(p)pq\log(a) = \frac{p\log(q) - q\log(q) - p\log(q) + \log(q) + p\log(p) - \log(p)}{p-q} log(a)=(1q)log(q)(1p)log(p)pq\log(a) = \frac{(1-q)\log(q) - (1-p)\log(p)}{p-q} Final Answer: (1q)log(q)(1p)log(p)pq\dfrac{(1-q)\log(q)-(1-p)\log(p)}{p-q}
Q12:ipmat indore 2019QAProgression & SeriesMediumSA · TITA
Assume that all positive integers are written down consecutively from left to right as in 1234567891011...... The 6389th digit in this sequence is
Enter your answer to attempt
The Setup: Walk through the concatenated string block by block. Count how many digits the 1-, 2- and 3-digit numbers consume, subtract that from the target position, then divide cleanly into the 4-digit block. Step 1: Count the early blocks.
BlockCount of numbersDigits eachDigits usedRunning total
1-99199
10-99902180189
100-99990032,7002,889
So position 2,889 is the final digit of 999, and everything beyond is 4-digit territory. Step 2: Penetrate the 4-digit block. 63892889=3500 digits into the block6389-2889=3500 \text{ digits into the block} Every number here uses exactly 4 digits, so: 35004=875 with remainder 0\frac{3500}{4}=875 \text{ with remainder } 0 A remainder of zero is the case to read carefully: it means the target does not fall partway into a number but lands exactly on the last digit of the 875th four-digit number. (A remainder of 1, 2 or 3 would instead point at that position within the *next* number.) Step 3: Identify the number. The block begins at 1000, which is the 1st, so the 875th is: 1000+8751=18741000+875-1=1874 Step 4: Extract the digit. With the remainder zero, we want the final digit of 1874, which is 4. Step 5: Confirm the position. The last digit of 1874 sits at position 2889+875×4=2889+3500=63892889+875\times 4=2889+3500=6389 - exactly the digit asked for. Final Answer: 4
Q13:ipmat indore 2024QAProgression & SeriesMediumMCQ · MCQ
The sum of a given infinite geometric progression is 80 and the sum of its first two terms is 35. Then the value of nn for which the sum of its first nn terms is closest to 100, is
  • A4
  • B5
  • C7
  • D6
Pick an option to attempt
The Setup: An infinite geometric progression has a sum of 8080, and the sum of its first two terms is 3535. We need to find the number of terms nn for which the partial sum is closest to 100100. Step 1: Establish equations for the GP. Let the first term be aa and the common ratio be rr. S=a1r=80    a=80(1r)S_\infty = \frac{a}{1-r} = 80 \implies a = 80(1-r) S2=a+ar=a(1+r)=35S_2 = a + ar = a(1+r) = 35 Step 2: Solve for the common ratio rr and first term aa. Substitute the expression for aa into the second equation: 80(1r)(1+r)=3580(1-r)(1+r) = 35 80(1r2)=35    1r2=3580=71680(1-r^2) = 35 \implies 1-r^2 = \frac{35}{80} = \frac{7}{16} r2=916    r=±34r^2 = \frac{9}{16} \implies r = \pm\frac{3}{4} If r=34r = \frac{3}{4}, then a=80(13/4)=20a = 80(1 - 3/4) = 20. The partial sum for positive terms converging to 8080 will never exceed 8080 or approach 100100. If r=34r = -\frac{3}{4}, then a=80(1+3/4)=140a = 80(1 + 3/4) = 140. This alternating series can exceed 8080 and approach 100100. Step 3: Formulate the partial sum SnS_n for r=3/4r = -3/4. Sn=140(1(3/4)n)1(3/4)=1407/4(1(3/4)n)=80(1(3/4)n)S_n = \frac{140(1 - (-3/4)^n)}{1 - (-3/4)} = \frac{140}{7/4}(1 - (-3/4)^n) = 80(1 - (-3/4)^n) Step 4: Test values of nn to find the sum closest to 100100. For the sum to exceed 8080, nn must be odd (making (3/4)n(-3/4)^n negative). Test odd integers: If n=3n=3: S3=80(1(27/64))113.75S_3 = 80(1 - (-27/64)) \approx 113.75 (Distance to 100 = 13.7513.75) If n=5n=5: S5=80(1(243/1024))98.98S_5 = 80(1 - (-243/1024)) \approx 98.98 (Distance to 100 = 1.021.02) If n=7n=7: S7=80(1(2187/16384))90.68S_7 = 80(1 - (-2187/16384)) \approx 90.68 (Distance to 100 = 9.329.32) The value S5S_5 yields the closest proximity to 100100. Final Answer: 5
Q14:ipmat indore 2022QAProgression & SeriesMediumMCQ · MCQ
The sum of the first 15 terms in an arithmetic progression is 200, while the sum of the next 15 terms is 350. Then the common difference is
  • A79\frac{7}{9}
  • B23\frac{2}{3}
  • C49\frac{4}{9}
  • D13\frac{1}{3}
Pick an option to attempt
The Setup: We are given two continuous summation blocks of an Arithmetic Progression (S115S_{1-15} and S1630S_{16-30}). We must build a system of linear equations mapping the progression formula to isolate the common difference dd. Step 1: Translate the sums into standard AP formulation. Let the first term be aa and the common difference be dd. The sum of an AP is Sn=n2(2a+(n1)d)S_n = \frac{n}{2}(2a + (n-1)d). Sum of the first 15 terms (S15S_{15}) = 200200. 200=152(2a+14d)=15(a+7d)    a+7d=20015=403200 = \frac{15}{2}(2a + 14d) = 15(a + 7d) \implies a + 7d = \frac{200}{15} = \frac{40}{3} Step 2: Evaluate the total cumulative sum constraint. The sum of the *next* 15 terms is 350350. This means the total sum of the first 30 terms (S30S_{30}) is 200+350=550200 + 350 = 550. 550=302(2a+29d)=15(2a+29d)    2a+29d=55015=1103550 = \frac{30}{2}(2a + 29d) = 15(2a + 29d) \implies 2a + 29d = \frac{550}{15} = \frac{110}{3} Step 3: Solve the linear system for dd. Multiply the first simplified equation by 22 to align coefficients: 2a+14d=8032a + 14d = \frac{80}{3} Subtract this from the second equation: (2a+29d)(2a+14d)=1103803(2a + 29d) - (2a + 14d) = \frac{110}{3} - \frac{80}{3} 15d=303=1015d = \frac{30}{3} = 10 d=1015=23d = \frac{10}{15} = \frac{2}{3} Final Answer: 23\frac{2}{3}
Q15:ipmat indore 2023QAProgression & SeriesMediumMCQ · MCQ
Let a1,a2,a3a_{1}, a_{2}, a_{3} be three distinct real numbers in geometric progression. If the equations a1x2+2a2x+a3=0a_{1} x ^ 2 + 2a_{2}x + a_{3} = 0 and b1x2+2b2x+b3=0b_{1} x ^ 2 + 2b_{2}x + b_{3} = 0 have a common root, then which of the following is necessarily true?
  • Ab1a1,b2a2,b3a3\dfrac{b_{1}}{a_{1}}, \dfrac{b_{2}}{a_{2}}, \dfrac{b_{3}}{a_{3}} are in geometric progression
  • Bb1,b2,b3b_{1}, b_{2}, b_{3} are in geometric progression
  • Cb1,b2,b3b_{1}, b_{2}, b_{3} are in arithmetic progression
  • Db1a1,b2a2,b3a3\dfrac{b_{1}}{a_{1}}, \dfrac{b_{2}}{a_{2}}, \dfrac{b_{3}}{a_{3}} are in arithmetic progression
Pick an option to attempt
The Setup: Given three distinct real numbers a1,a2,a3a_1, a_2, a_3 in a geometric progression (GP), we are told the quadratics a1x2+2a2x+a3=0a_1x^2+2a_2x+a_3=0 and b1x2+2b2x+b3=0b_1x^2+2b_2x+b_3=0 share a common root. We must deduce the relationship between the ratios of their coefficients. Step 1: Analyze the first quadratic equation. Since a1,a2,a3a_1, a_2, a_3 are in GP, they satisfy the property a22=a1a3a_2^2 = a_1a_3. Check the discriminant (DD) of the first quadratic equation a1x2+2a2x+a3=0a_1x^2 + 2a_2x + a_3 = 0: D=(2a2)24(a1)(a3)=4a224a1a3D = (2a_2)^2 - 4(a_1)(a_3) = 4a_2^2 - 4a_1a_3 Substitute a1a3a_1a_3 for a22a_2^2: D=4(a1a3)4a1a3=0D = 4(a_1a_3) - 4a_1a_3 = 0 Since D=0D = 0, the first equation has a single repeated real root. We find this root using the quadratic formula: x=2a22a1=a2a1x = \frac{-2a_2}{2a_1} = -\frac{a_2}{a_1} Step 2: Apply the common root constraint. Because the two equations share a common root, and the first equation only has *one* unique root, this root (x=a2/a1x = -a_2/a_1) must exactly be the root of the second equation b1x2+2b2x+b3=0b_1x^2+2b_2x+b_3=0. Substitute x=a2/a1x = -a_2/a_1 into the second equation: b1(a2a1)2+2b2(a2a1)+b3=0b_1\left(-\frac{a_2}{a_1}\right)^2 + 2b_2\left(-\frac{a_2}{a_1}\right) + b_3 = 0 b1a22a122b2a2a1+b3=0b_1\frac{a_2^2}{a_1^2} - 2b_2\frac{a_2}{a_1} + b_3 = 0 Step 3: Simplify the relationship to match the options. Divide the entire equation by a3a_3: b1a22a12a32b2a2a1a3+b3a3=0b_1\frac{a_2^2}{a_1^2 a_3} - 2b_2\frac{a_2}{a_1 a_3} + \frac{b_3}{a_3} = 0 Use the GP identity a22=a1a3a_2^2 = a_1a_3 to simplify the denominators. For the first term: a22a12a3=a1a3a12a3=1a1\frac{a_2^2}{a_1^2 a_3} = \frac{a_1 a_3}{a_1^2 a_3} = \frac{1}{a_1} For the second term: a2a1a3=a2a22=1a2\frac{a_2}{a_1 a_3} = \frac{a_2}{a_2^2} = \frac{1}{a_2} Substitute these back: b1a12b2a2+b3a3=0\frac{b_1}{a_1} - 2\frac{b_2}{a_2} + \frac{b_3}{a_3} = 0 2(b2a2)=b1a1+b3a32\left(\frac{b_2}{a_2}\right) = \frac{b_1}{a_1} + \frac{b_3}{a_3} This fits the exact definition of an Arithmetic Progression (AP) where the middle term is the arithmetic mean of the outer terms. Final Answer: b1a1.\frac{b_{1}}{a_{1}}. b2a2,\frac{b_{2}}{a_{2}}, b3a3\frac{b_{3}}{a_{3}} are in arithmetic progression
Q16:ipmat indore 2023QAProgression & SeriesHardMCQ · MCQ
A person standing at the centre of an open ground first walks 32 meters towards the east, takes a right turn and walks 16 meters, takes another right turn and walks 8 meters, and so on. How far will the person be from the original starting point after an infinite number of such walks in this pattern?
  • A3232 meters
  • B325\frac{32}{\sqrt{5}} meters
  • C6464 meters
  • D645\frac{64}{\sqrt{5}} meters
Pick an option to attempt
The Setup: A person maps out a path taking consecutive 9090^\circ right turns, with each leg of the journey halving in distance (32m,16m,8m32\text{m}, 16\text{m}, 8\text{m} \dots). We must find their net displacement from the origin after infinite turns. Step 1: Establish a coordinate system. Let the starting point be the origin (0,0)(0,0). * Leg 1: 32m32\text{m} East (Positive xx-direction). * Leg 2: 16m16\text{m} South (Negative yy-direction). * Leg 3: 8m8\text{m} West (Negative xx-direction). * Leg 4: 4m4\text{m} North (Positive yy-direction). * Leg 5: 2m2\text{m} East (Positive xx-direction). This pattern continues infinitely. Step 2: Calculate the net displacement on the xx-axis. The xx-coordinate sequence alternates direction every two steps: 3232 (East), 8-8 (West), 22 (East), 0.5-0.5 (West) \dots This forms an infinite geometric progression where the first term a=32a = 32 and the common ratio r=14r = -\frac{1}{4}. Xfinal=a1r=321(1/4)=325/4=32×45=1285X_{\text{final}} = \frac{a}{1 - r} = \frac{32}{1 - (-1/4)} = \frac{32}{5/4} = 32 \times \frac{4}{5} = \frac{128}{5} Step 3: Calculate the net displacement on the yy-axis. The yy-coordinate sequence begins on the second step: 16-16 (South), 44 (North), 1-1 (South) \dots This forms an infinite geometric progression where a=16a = -16 and r=14r = -\frac{1}{4}. (We'll use magnitude for distance). Yfinal=161(1/4)=165/4=16×45=645Y_{\text{final}} = \frac{16}{1 - (-1/4)} = \frac{16}{5/4} = 16 \times \frac{4}{5} = \frac{64}{5} Step 4: Calculate the final straight-line distance. Use the Pythagorean theorem: D=Xfinal2+Yfinal2D = \sqrt{X_{\text{final}}^2 + Y_{\text{final}}^2}. D=(1285)2+(645)2=64522+12=6455D = \sqrt{\left(\frac{128}{5}\right)^2 + \left(\frac{64}{5}\right)^2} = \frac{64}{5} \sqrt{2^2 + 1^2} = \frac{64\sqrt{5}}{5} Simplify by converting the denominator: D=645(55)=645D = \frac{64\sqrt{5}}{(\sqrt{5}\cdot\sqrt{5})} = \frac{64}{\sqrt{5}} Final Answer: 645\frac{64}{\sqrt{5}} meters
Q17:ipmat indore 2025QAProgression & SeriesMediumMCQ · MCQ
The sum of the first 5 terms of a geometric progression is the same as the sum of the first 7 terms of the same progression. If the sum of the first 9 terms is 24, then the 4th term of the progression is
  • A-48
  • B-24
  • C24
  • D48
Pick an option to attempt
The Setup: We are dealing with a geometric progression (GP) where the sums of different numbers of terms are behaving unusually. If adding more terms doesn't change the sum, those extra terms must cancel each other out. We will use the standard GP sum formulas to lock in the common ratio and the first term. Step 1: Analyze the equal sums. Let the first term be aa and the common ratio be rr. We are given that the sum of the first 5 terms (S5S_5) is equal to the sum of the first 7 terms (S7S_7). S5=S7S_5 = S_7 This means the 6th and 7th terms must sum to zero: S7S5=0S_7 - S_5 = 0 ar5+ar6=0ar^5 + ar^6 = 0 ar5(1+r)=0ar^5(1 + r) = 0 Step 2: Determine the common ratio. From ar5(1+r)=0ar^5(1 + r) = 0, we have three possibilities: 1. a=0a = 0: If the first term is 00, all terms are 00, and the sum of 9 terms would be 00. But we are given S9=24S_9 = 24, so a0a \neq 0. 2. r=0r = 0: If r=0r = 0, the sum of any number of terms is just aa. This would mean S9=a=24S_9 = a = 24. The 4th term would be ar3=24(0)3=0ar^3 = 24(0)^3 = 0. This is not among the options, so r0r \neq 0. 3. 1+r=01 + r = 0: This leaves us with r=1r = -1. Let's lock in r=1r = -1. The sequence alternates: a,a,a,a,a,a,a, -a, a, -a, a, -a, \dots Step 3: Calculate the first term. We are given that the sum of the first 9 terms (S9S_9) is 24. For a GP with r=1r = -1, the sum of an odd number of terms is always just the first term aa (since all the consecutive pairs cancel out to 00). S9=a=24S_9 = a = 24 Now we have our exact stats: a=24a = 24 and r=1r = -1. Step 4: Find the 4th term. The question asks for the 4th term of the progression. T4=ar3T_4 = ar^3 T4=24(1)3T_4 = 24(-1)^3 T4=24(1)=24T_4 = 24(-1) = -24 The math is completely flawless. Final Answer: -24
Q18:ipmat indore 2025QAProgression & SeriesMediumMCQ · MCQ
Let S1={100,105,110,115,}S_1 = \{100, 105, 110, 115, \dots\} and S2={100,95,90,85,}S_2 = \{100, 95, 90, 85, \dots\} be two series in arithmetic progression. If aka_k and bkb_k are the kk-th terms of S1S_1 and S2S_2, respectively, then k=120akbk\sum_{k=1}^{20} a_k b_k equals
  • A137275
  • B138250
  • C137225
  • D135375
Pick an option to attempt
The Setup: We have two arithmetic progressions (APs). One increases by 5, and the other decreases by 5. We need to find the general algebraic expressions for their kk-th terms, multiply them together, and compute the sum of that quadratic sequence from k=1k=1 to 2020. Step 1: Define the kk-th terms. For the first series S1S_1, the first term is 100100 and the common difference is 55: ak=100+(k1)5=5k+95a_k = 100 + (k - 1)5 = 5k + 95 For the second series S2S_2, the first term is 100100 and the common difference is 5-5: bk=100+(k1)(5)=5k+105b_k = 100 + (k - 1)(-5) = -5k + 105 Step 2: Formulate the product akbka_k b_k. Multiply the two general terms together: akbk=(5k+95)(5k+105)a_k b_k = (5k + 95)(-5k + 105) Expand the brackets: akbk=25k2+525k475k+9975a_k b_k = -25k^2 + 525k - 475k + 9975 akbk=25k2+50k+9975a_k b_k = -25k^2 + 50k + 9975 Step 3: Set up the summation. We need to find the sum of this expression from k=1k=1 to 2020. Using summation properties, we can split it into three separate parts: k=120akbk=25k=120k2+50k=120k+k=1209975\sum_{k=1}^{20} a_k b_k = -25\sum_{k=1}^{20} k^2 + 50\sum_{k=1}^{20} k + \sum_{k=1}^{20} 9975 Step 4: Evaluate the standard sums. Let's calculate the values for the sum of squares and the sum of integers for n=20n=20. * Sum of squares: k2=n(n+1)(2n+1)6\sum k^2 = \frac{n(n+1)(2n+1)}{6} k=120k2=20×21×416=2870\sum_{k=1}^{20} k^2 = \frac{20 \times 21 \times 41}{6} = 2870 * Sum of integers: k=n(n+1)2\sum k = \frac{n(n+1)}{2} k=120k=20×212=210\sum_{k=1}^{20} k = \frac{20 \times 21}{2} = 210 * Sum of a constant: k=120c=n×c\sum_{k=1}^{20} c = n \times c k=1209975=20×9975=199500\sum_{k=1}^{20} 9975 = 20 \times 9975 = 199500 Step 5: Calculate the final value. Substitute the calculated sums back into our master equation: Total Sum=25(2870)+50(210)+199500\text{Total Sum} = -25(2870) + 50(210) + 199500 Total Sum=71750+10500+199500\text{Total Sum} = -71750 + 10500 + 199500 Total Sum=61250+199500=138250\text{Total Sum} = -61250 + 199500 = 138250 The math is perfectly locked in. Final Answer: 138250
Q19:ipmat indore 2019QAProgression & SeriesHardMCQ · MCQ
Let α,β\alpha, \beta be the roots of x2x+p=0x^2 - x + p = 0 and γ,δ\gamma, \delta be the roots of x24x+q=0x^2 - 4x + q = 0 where p and q are integers. If α,β,γ,δ\alpha, \beta, \gamma, \delta are in geometric progression then p+qp + q is
  • A-34
  • B30
  • C26
  • D-38
Pick an option to attempt
The Setup: Two quadratics crossed with a geometric progression. Assign standard GP terms to the four roots, pull sum and product relations out with Vieta, and let the integrality of pp and qq pick the branch. Step 1: Assign the GP terms. The stem lists the roots in the order α,β,γ,δ\alpha,\beta,\gamma,\delta, so writing the progression as a,ar,ar2,ar3a,ar,ar^2,ar^3: α=a,β=ar(roots of the first quadratic),γ=ar2,δ=ar3(roots of the second)\alpha=a,\quad \beta=ar \quad\text{(roots of the first quadratic)}, \qquad \gamma=ar^2,\quad \delta=ar^3 \quad\text{(roots of the second)} Step 2: Apply Vieta to the sums. For x2x+p=0x^2-x+p=0 the roots sum to 1; for x24x+q=0x^2-4x+q=0 they sum to 4: a+ar=a(1+r)=1,ar2+ar3=ar2(1+r)=4a+ar=a(1+r)=1, \qquad ar^2+ar^3=ar^2(1+r)=4 **Step 3: Divide to isolate rr.** The first equation says a(1+r)=1a(1+r)=1, which is non-zero, so dividing by it is safe: ar2(1+r)a(1+r)=41    r2=4    r=2 or r=2\frac{ar^2(1+r)}{a(1+r)}=\frac{4}{1} \implies r^2=4 \implies r=2 \text{ or } r=-2 Step 4: Let integrality choose the branch. Both roots of r2=4r^2=4 satisfy the *sum* equations, so the deciding constraint is that pp and qq are integers: * r=2r=2: then a(1+2)=1a(1+2)=1 gives a=13a=\frac{1}{3}, and the roots are 13,23,43,83\frac{1}{3},\frac{2}{3},\frac{4}{3},\frac{8}{3}. This yields p=1323=29p=\frac{1}{3}\cdot\frac{2}{3}=\frac{2}{9} and q=4383=329q=\frac{4}{3}\cdot\frac{8}{3}=\frac{32}{9} - neither an integer, so this branch is rejected. * r=2r=-2: then a(12)=1a(1-2)=1 gives a=1-a=1, so a=1a=-1, and the roots are 1, 2, 4, 8-1,\ 2,\ -4,\ 8. **Step 5: Compute pp and qq from the products.** p=αβ=(1)(2)=2,q=γδ=(4)(8)=32p=\alpha\beta=(-1)(2)=-2, \qquad q=\gamma\delta=(-4)(8)=-32 p+q=2+(32)=34p+q=-2+(-32)=-34 Step 6: Verify the whole construction. The four roots 1,2,4,8-1,2,-4,8 do form a GP with common ratio 2-2 throughout. And they genuinely solve their quadratics: x2x2=(x+1)(x2)x^2-x-2=(x+1)(x-2) has roots 1-1 and 22 ✓, while x24x32=(x+4)(x8)x^2-4x-32=(x+4)(x-8) has roots 4-4 and 88 ✓. A negative ratio is what makes the signs alternate, which is exactly why the integer branch is the one most people discard by reflex. Final Answer: -34
Q20:ipmat indore 2019QAProgression & SeriesHardMCQ · MCQ
If (1+x2x2)6=A0+r=112Arxr(1 + x - 2x^2)^6 = A_0 + \sum_{r=1}^{12} A_r x^r, then the value of A2+A4+A6++A12A_2 + A_4 + A_6 + \cdots + A_{12} is
  • A31
  • B32
  • C30
  • D29
Pick an option to attempt
The Setup: A coefficient-extraction trick. Expanding a sixth power of a trinomial by hand is a losing game; evaluating the polynomial at x=±1x=\pm 1 collects the even-indexed coefficients in one move. **Step 1: Evaluate at x=1x=1 and x=1x=-1.** Write P(x)=(1+x2x2)6=A0+A1x+A2x2++A12x12P(x)=(1+x-2x^2)^6=A_0+A_1x+A_2x^2+\cdots+A_{12}x^{12}. P(1)=(1+12)6=06=0P(1)=\left(1+1-2\right)^6=0^6=0 P(1)=(112)6=(2)6=64P(-1)=\left(1-1-2\right)^6=(-2)^6=64 Note P(1)=0P(1)=0 because x=1x=1 is a root of 1+x2x21+x-2x^2 - the trinomial factors as (1x)(1+2x)(1-x)(1+2x), so raising it to any power keeps that root. Step 2: Add them to kill the odd terms. In P(1)P(-1) every odd power picks up a minus sign while every even power is unchanged, so adding cancels the odd coefficients and doubles the even ones: P(1)+P(1)=2(A0+A2+A4++A12)P(1)+P(-1)=2\left(A_0+A_2+A_4+\cdots+A_{12}\right) 0+64=2(A0+A2++A12)    A0+A2++A12=320+64=2\left(A_0+A_2+\cdots+A_{12}\right) \implies A_0+A_2+\cdots+A_{12}=32 **Step 3: Strip out A0A_0.** The question starts the sum at A2A_2, so the constant term must be removed. Get it by evaluating at x=0x=0, where every term with an xx vanishes: A0=P(0)=(1+00)6=1A_0=P(0)=(1+0-0)^6=1 A2+A4++A12=321=31A_2+A_4+\cdots+A_{12}=32-1=31 That last subtraction is the whole difficulty of the question - option 2 is 32, sitting there for anyone who stops one step early. Final Answer: 31
Q21:ipmat indore 2019QAProgression & SeriesEasyMCQ · MCQ
The number of terms common to both the arithmetic progressions 2,5,8,11,...,1792, 5, 8, 11, ..., 179 and 3,5,7,9,...,1013, 5, 7, 9, ..., 101 is
  • A17
  • B16
  • C19
  • D15
Pick an option to attempt
The Setup: Where two arithmetic progressions overlap, the shared terms form a third AP whose common difference is the LCM of the two originals. Find its first term, its step, and where it has to stop. Step 1: Identify the two APs. AP 1:2,5,8,11,,179(d1=3),AP 2:3,5,7,9,,101(d2=2)\text{AP 1}: 2,5,8,11,\ldots,179 \quad (d_1=3), \qquad \text{AP 2}: 3,5,7,9,\ldots,101 \quad (d_2=2) Step 2: Build the common AP. Scanning the openings, AP 1 gives 2,5,8,2,5,8,\ldots and AP 2 gives 3,5,7,3,5,7,\ldots - the first shared value is 55. A number common to both must step by a multiple of 3 *and* of 2, so the common difference is: LCM(3,2)=6\text{LCM}(3,2)=6 giving the sequence 5,11,17,23,5,11,17,23,\ldots Step 3: Find where it must stop. A common term has to belong to both lists, so it cannot exceed either final term: upper limit=min(179, 101)=101\text{upper limit}=\min(179,\ 101)=101 Step 4: Count the terms. 5+(n1)6101    (n1)696    n116    n175+(n-1)6\leq 101 \implies (n-1)6\leq 96 \implies n-1\leq 16 \implies n\leq 17 Step 5: Check the endpoint is genuinely common. The count is only right if the 17th term, 5+16×6=1015+16\times 6=101, really appears in both lists - and it does: 101=2+33×3101=2+33\times 3 sits in AP 1, and 101=3+49×2101=3+49\times 2 is the last term of AP 2. So the bound is tight rather than an overshoot, and the count is exactly 17. Final Answer: 17
Q22:ipmat indore 2019QAProgression & SeriesMediumMCQ · MCQ
There are numbers a1,a2,a3,,ana_1, a_2, a_3, \ldots, a_n each of them being +1+1 or 1-1. If it is known that a1a2+a2a3+a3a4+an1an+ana1=0a_1 a_2 + a_2 a_3 + a_3 a_4 + \ldots a_{n-1} a_n + a_n a_1 = 0 then
  • Ann is a multiple of 2 but not a multiple of 4
  • Bnn is a multiple of 3
  • Cnn can be any multiple of 4
  • DThe only possible value of nn is 4
Pick an option to attempt
The Setup: We are dealing with a cyclic sum of products that perfectly zeroes out. Because the terms can only be +1 or -1, for the sum to be zero, there must be a perfectly balanced meta-game: an equal number of positive and negative terms. Step 1: Define the Terms Let x1=a1a2x_1 = a_1 a_2, x2=a2a3,,xn=ana1x_2 = a_2 a_3, \dots, x_n = a_n a_1. Each xix_i is strictly either +1+1 or 1-1. The given equation translates to xi=0\sum x_i = 0. This requires an equal number of +1+1s and 1-1s. Thus, nn must be an even number. Let n=2kn = 2k, meaning there are exactly kk positive terms and kk negative terms. Step 2: Multiply Everything Together Let's look at the product of all xix_i terms using two different perspectives. Method A (using the base variables): xi=(a1a2)(a2a3)(ana1)=a12a22an2\prod x_i = (a_1 a_2)(a_2 a_3)\dots(a_n a_1) = a_1^2 a_2^2 \dots a_n^2 Since every ai{+1,1}a_i \in \{+1, -1\}, their squares are all definitively 11. So the overall product is exactly 11. Method B (using the +1 and -1 counts): We know there are exactly kk negative terms (1-1) in the mix. xi=(+1)k(1)k=(1)k\prod x_i = (+1)^k (-1)^k = (-1)^k Step 3: Match the Logic For Method A and Method B to agree without breaking math, (1)k(-1)^k must equal 11. This means kk MUST be an even integer. Let k=2mk = 2m. Since our total terms n=2kn = 2k, we substitute to get n=2(2m)=4mn = 2(2m) = 4m. This confirms nn must strictly be a multiple of 4. Final Answer: nn can be any multiple of 4
Q23:ipmat indore 2026QAProgression & SeriesMediumSA · TITA
Let SS denote an arithmetic progression whose first term is either 132 or 158, and the common difference is an even integer less than 10. If the nthn^{\text{th}} term of SS is 174, then the number of possible distinct values of nn is ___
Enter your answer to attempt
The Setup: We are dealing with an Arithmetic Progression (AP) that has branched storylines. We have two possible starting stats (a=132a = 132 or a=158a = 158) and a restricted loot pool for our common difference (dd). The ultimate goal is to hit a final term of 174. We need to plug these into the standard AP formula and filter out any timelines that result in fractional nn values, because a term's position index (nn) must pass the vibe check of being a positive integer. Math and logic are locked and double-verified. Step 1: Define the core equation. The standard formula for the nn-th term of an AP is: an=a+(n1)da_n = a + (n - 1)d We are given an=174a_n = 174. Let's rearrange this to isolate the variable combo: (n1)d=174a(n - 1)d = 174 - a **Step 2: Identify the valid dd pool.** The problem states dd is an "even integer less than 10". Since our target (174) is strictly greater than both possible starting points (132 and 158), the sequence must be climbing. This means dd has to be a positive integer. Valid dd roster: {2,4,6,8}\{2, 4, 6, 8\}. **Step 3: Run the a=132a = 132 timeline.** Substitute a=132a = 132 into our core equation. (n1)d=174132=42(n - 1)d = 174 - 132 = 42 Now we test our dd roster to see which ones divide 42 cleanly to give an integer nn. * If d=2d = 2: n1=21    n=22n - 1 = 21 \implies n = 22 (Valid W) * If d=4d = 4: n1=10.5n - 1 = 10.5 (Invalid fraction, L) * If d=6d = 6: n1=7    n=8n - 1 = 7 \implies n = 8 (Valid W) * If d=8d = 8: n1=5.25n - 1 = 5.25 (Invalid fraction, L) **Step 4: Run the a=158a = 158 timeline.** Substitute a=158a = 158 into the core equation. (n1)d=174158=16(n - 1)d = 174 - 158 = 16 Test the dd roster against 16. * If d=2d = 2: n1=8    n=9n - 1 = 8 \implies n = 9 (Valid W) * If d=4d = 4: n1=4    n=5n - 1 = 4 \implies n = 5 (Valid W) * If d=6d = 6: n1=166n - 1 = \frac{16}{6} (Invalid fraction, L) * If d=8d = 8: n1=2    n=3n - 1 = 2 \implies n = 3 (Valid W) Step 5: Tally the unique loadouts. From both timelines, the valid integer values for nn are {22,8,9,5,3}\{22, 8, 9, 5, 3\}. Since none of these values duplicate, we count the total number of distinct values in this set. Final Answer: 5
Q24:ipmat indore 2026QAProgression & SeriesHardMCQ · MCQ
Gita starts from point A and walks 1000 m east. She then walks 800 m north, followed by 640 m west and 512 m south, reaching point B. After this, she continues moving in the same cyclic order: east, north, west, south, with each successive movement 20% shorter than the previous one. After infinitely many such moves, approximately how far in meters will Gita be from her starting point A?
  • A711
  • B800
  • C765
  • D781
Pick an option to attempt
The Setup: We are dealing with an infinite geometric progression (GP) mapped onto a 2D coordinate plane. Gita is doing a spiral walk where each step is nerfed by 20% (an 0.8×0.8\times multiplier) compared to the previous one. To solve this, we need to calculate her total net displacement along the X-axis (East/West) and Y-axis (North/South) using the sum of an infinite GP formula, and then use the Pythagorean theorem to find the absolute straight-line distance from her spawn point (A). Math, logic, and syntax double-verified. Step 1: Calibrate the GP multiplier. Each movement is 20% shorter, meaning the multiplier (common ratio) between consecutive steps is 10.20=0.81 - 0.20 = 0.8. A full directional cycle consists of 4 moves (East, North, West, South). The common ratio between the *same* direction across cycles (e.g., East 1 to East 2) is: r=(0.8)4=0.4096r = (0.8)^4 = 0.4096 The formula for the sum of an infinite GP is S=a1rS = \frac{a}{1 - r}. Our common denominator for all axes will be: 10.4096=0.59041 - 0.4096 = 0.5904 Step 2: Calculate the net X-Axis displacement (East - West). Let's group her East and West movements to find the net horizontal distance per cycle. * First East = 10001000 * First West = 640640 * Net East for Cycle 1 = 1000640=3601000 - 640 = 360 Now, we plug this into our infinite GP sum formula: Net East=3600.5904Net\ East = \frac{360}{0.5904} Step 3: Calculate the net Y-Axis displacement (North - South). Let's group her North and South movements for the net vertical distance. * First North = 800800 * First South = 512512 * Net North for Cycle 1 = 800512=288800 - 512 = 288 Apply the infinite GP sum formula: Net North=2880.5904Net\ North = \frac{288}{0.5904} Step 4: Execute the Pythagorean drop. We now have her absolute horizontal and vertical coordinates. We use d=x2+y2d = \sqrt{x^2 + y^2} to find the hypotenuse (the straight-line distance from A). d=(3600.5904)2+(2880.5904)2d = \sqrt{\left(\frac{360}{0.5904}\right)^2 + \left(\frac{288}{0.5904}\right)^2} d=3602+28820.5904d = \frac{\sqrt{360^2 + 288^2}}{0.5904} Let's calculate the square root payload: 3602+2882=129600+82944=212544360^2 + 288^2 = 129600 + 82944 = 212544 212544461.02\sqrt{212544} \approx 461.02 Step 5: Secure the final stat. Divide by our GP denominator to get the final distance: d461.020.5904780.86d \approx \frac{461.02}{0.5904} \approx 780.86 Rounding this to the nearest integer gives us 781781. Final Answer: 781
Q25:ipmat indore 2026QAProgression & SeriesMediumMCQ · MCQ
A certain number of people contributed to a charity. The first person contributed one rupee. The rule for contribution was that the next person would contribute double the amount already raised. If the total money raised for the charity was 2187 rupees, then the number of people who contributed to the charity is ___
  • A6
  • B7
  • C8
  • D9
Pick an option to attempt
The Setup: This is a Progression & Series logic puzzle. The meta here is to track the *running total* instead of individual contributions to avoid getting bogged down in messy summation formulas. Since each new person adds exactly double the existing total, the new total simply triples every single round. We map this exponential scaling, equate it to the final target value, and solve for the exponent to get the exact headcount. Math, logic, and syntax are locked in and double-verified. **Step 1: Map the running total scaling (TnT_n).** Let TnT_n be the total money raised after nn people have dropped their contributions. * Person 1: T1=1T_1 = 1 * **Person nn:** The rule states they contribute double the existing total (2Tn12 \cdot T_{n-1}). Therefore, the new total (TnT_n) is the old total plus the new contribution: Tn=Tn1+2Tn1=3Tn1T_n = T_{n-1} + 2T_{n-1} = 3T_{n-1} This reveals a massive 3×3\times multiplier applied every round. Step 2: Formulate the general equation. Following this 3×3\times geometric scaling pattern from the base stat: * T1=1=30T_1 = 1 = 3^0 * T2=3=31T_2 = 3 = 3^1 * T3=9=32T_3 = 9 = 3^2 The general formula for the total money raised after nn people is: Tn=3n1T_n = 3^{n-1} **Step 3: Solve for the final headcount (nn).** The problem states the final total raised is 21872187 rupees. Set up the equation using our locked formula: 3n1=21873^{n-1} = 2187 Now, we just need to find the power of 3 that hits 21872187. Let's run the exponents: 34=813^4 = 81 35=2433^5 = 243 36=7293^6 = 729 37=21873^7 = 2187 Substitute 373^7 into the equation and equate the exponents to secure the final stat: 3n1=373^{n-1} = 3^7 n1=7    n=8n - 1 = 7 \implies n = 8 Final Answer: 8

Browse other topics · IPMAT Indore