The sum up to 10 terms of the series 1⋅3+5⋅7+9⋅11+... is
Enter your answer to attempt
The Setup: We need the sum of the first 10 terms of the series 1⋅3+5⋅7+9⋅11+.... We are dealing with products of Arithmetic Progressions (APs). We need to unmask the n-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+(n−1)4=4n−3Step 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+(n−1)4=4n−1Step 3: Construct the general term Tn by multiplying them, and expand it into a quadratic polynomial:
Tn=(4n−3)(4n−1)=16n2−16n+3Step 4: Deploy the summation formulas for the first 10 terms.
n=1∑10Tn=16∑n2−16∑n+∑3
Using the standard formulas ∑n2=6n(n+1)(2n+1) and ∑n=2n(n+1) for n=10:
* 16×(610×11×21)=16×385=6160
* −16×(210×11)=−16×55=−880
* 10×3=30Step 5: Crunch the final numbers.
6160−880+30=5310Final Answer: 5310
It is given that the sequence {xn} satisfies x1=0,xn+1=xn+1+2(1+xn) for n=1,2,... Then x31 is _______
Enter your answer to attempt
The Setup: We are faced with a recursive sequence: xn+1=xn+1+21+xn with a starting state of x1=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+1Step 2: Substitute yn=xn+1 to clean up the UI.
yn+1=yn+2yn+1
Notice that the right side is a literal perfect square: (yn+1)2.
yn+1=(yn+1)2Step 3: Take the square root of both sides.
yn+1=yn+1
This means the sequence yn is just a basic Arithmetic Progression increasing by 1 every step. Since x1=0, our base case is y1=1, which means y1=1.
Step 4: Find the n-th term of this AP.
yn=1+(n−1)(1)=nStep 5: Reverse the transformation to find xn.
yn=n2⟹xn+1=n2⟹xn=n2−1Step 6: Calculate the 31st term to finish the level.
x31=312−1=961−1=960Final Answer: 960
If the sum of the first 21 terms of the sequence ln(ba),ln(bba),ln(b2a)… is ln(bnam), then the value of m+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 m and n 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)) and exponent rules, we can break them down:
* Term 1 (T1): ln(ba)=ln(a)−ln(b)
* Term 2 (T2): ln(bba)=ln(b1.5a)=ln(a)−1.5ln(b)
* Term 3 (T3): ln(b2a)=ln(a)−2ln(b)Step 2: **Finding the Common Difference (D)**
To confirm this is a standard AP and to find our step size, we subtract T1 from T2:
D=T2−T1D=(ln(a)−1.5ln(b))−(ln(a)−ln(b))D=−0.5ln(b)
The sequence is linearly dropping by 0.5ln(b) every single term. This confirms we are working with an AP where the first term A=ln(a)−ln(b) and the common difference D=−0.5ln(b).
Step 3:The Carry (Summing 21 Terms)
Now we deploy the standard AP sum formula for 21 terms:
Sn=2n[2A+(n−1)D]
Plug in our n=21, A, and D values:
S21=221[2(ln(a)−ln(b))+(21−1)(−0.5ln(b))]S21=221[2ln(a)−2ln(b)+20(−0.5ln(b))]S21=221[2ln(a)−2ln(b)−10ln(b)]
Combine the ln(b) terms to clean up the bracket:
S21=221[2ln(a)−12ln(b)]
Factor out the 2 inside the bracket to cancel the denominator and nerf the equation:
S21=21[ln(a)−6ln(b)]Step 4:Repackaging the File
The question demands the final answer in the format ln(bnam). We need to compress our result back into a single log expression using power rules (kln(x)=ln(xk)).
First, distribute the 21:
S21=21ln(a)−126ln(b)
Now apply the power rule to push the coefficients back into the logs:
S21=ln(a21)−ln(b126)
Finally, use the quotient rule to merge them into one fraction:
S21=ln(b126a21)Step 5:The Audit (Double Check Protocol)
Let's match our final expression against the target form ln(bnam).
By direct comparison:
m=21n=126
The prompt asks for the value of m+n.
m+n=21+126=147
Math is verified, rules applied correctly, logic is absolutely flawless.
Final Answer: 147
A new sequence is obtained from the sequence of positive integers (1,2,3,…) by deleting all the perfect squares. Then the 2022nd 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 2022nd remaining integer in this sequence.
Step 1: Establish the formula for sequence terms.
Let N 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 N is ⌊N⌋.
Thus, the position of N in the modified sequence is given by: N−⌊N⌋=2022.
Step 2: Estimate N to find bounds.
Because N will be slightly larger than 2022, we estimate N≈2022.
442=1936 and 452=2025. Therefore, the square root will be bounded by approximately 45.
Step 3: Test the logical value for N.
Add our 45 estimated skipped squares to the 2022nd position:
Let's test N=2022+45=2067.
Check how many perfect squares exist up to 2067:
The largest integer square less than 2067 is 452=2025. Thus, exactly 45 squares are skipped.
Subtract the skipped squares to verify the position:
Position=2067−45=2022
The number 2067 precisely lands on the 2022nd 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 N−⌊N⌋ never decreases as N grows, so it takes the value 2022 on at most one non-square N. Hence 2067 is the only possibility.
Final Answer: 2067
The 3rd ,14th and 69th 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 term of the arithmetic progression, then n equals ________.
Enter your answer to attempt
The Setup: Three selected terms (3rd,14th,69th) of an Arithmetic Progression (AP) form a separate Geometric Progression (GP). The 4th term of this GP corresponds to the nth term of the AP. We must find index n.
Step 1: Establish the GP relationship.
Let the AP have a first term a and common difference d.
T3=a+2dT14=a+13dT69=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)a2+26ad+169d2=a2+70ad+136d2Step 2: Relate the starting term to the difference.
33d2=44ad
Assuming d=0 (otherwise all terms are identical and limits break), divide by 11d:
3d=4a⟹a=43dStep 3: Calculate the GP common ratio.
Substitute a=0.75d into the first two terms of the GP:
T3=0.75d+2d=2.75d=411dT14=0.75d+13d=13.75d=455d
The common ratio r=T3T14=11/455/4=5.
The third term is T69=0.75d+68d=68.75d=4275d. (Verified: 455d×5=4275d).
Step 4: Calculate the next GP term and map it to the AP index.
The 4th GP term is T69×r:
Next GP Term=4275d×5=41375d
Set this equal to the generic nth term of the AP (a+(n−1)d):
43d+(n−1)d=41375d(n−1)d=41372d⟹n−1=343⟹n=344Final Answer: 344
If f(n)=1+2+3+⋯+(n+1) and g(n)=∑k=1k=nf(k)1, then the least value of n for which g(n) exceeds the value 10099 is:
Enter your answer to attempt
The Setup: Given an arithmetic sum base function f(n), we have a reciprocal series g(n). We must find the least integer n that pushes g(n) above the threshold of 99/100.
Step 1: Simplify the base function f(n).
The function is the sum of consecutive integers:
f(n)=1+2+3+⋯+(n+1)=2(n+1)(n+2)Step 2: Construct the series g(n) and apply partial fractions.
g(n)=k=1∑nf(k)1=k=1∑n(k+1)(k+2)2
Split the fraction using partial fraction decomposition:
(k+1)(k+2)2=2(k+11−k+21)Step 3: Evaluate the telescoping sum.
When summing from k=1 to n, all intermediate terms cancel out:
g(n)=2[(21−31)+(31−41)+⋯+(n+11−n+21)]g(n)=2(21−n+21)=1−n+22Step 4: Apply the threshold inequality.
We need g(n)>10099:
1−n+22>0.990.01>n+221001>n+22⟹n+2>200⟹n>198
Since n must be an integer, the least value fulfilling this is 199.
Final Answer: 199
The numbers −16,2x+3−22x−1−16,22x−1+16 are in an arithmetic progression. Then x equals ________.
Enter your answer to attempt
The Setup: Three expressions involving exponential powers of 2 and constants are given as consecutive terms of an Arithmetic Progression. We must solve for the unknown exponent x.
Step 1: Establish the arithmetic mean equation.
For three terms A,B,C in an AP, 2B=A+C.
Given terms: A=−16, B=2x+3−22x−1−16, and C=22x−1+16.
2(2x+3−22x−1−16)=−16+(22x−1+16)Step 2: Simplify the algebraic constraints.
2⋅2x+3−2⋅22x−1−32=22x−1
Combine the exponential terms:
2x+4−22x−32=22x−1
Group the terms involving 2x on the right:
2x+4−32=22x−1+22x
Factor out 22x:
2x+4−32=22x(21+1)=23⋅22xStep 3: Use substitution to solve the resulting quadratic.
Let y=2x. Then 2x+4=16y, and 22x=y2.
16y−32=23y2
Multiply by 2 and rearrange into standard quadratic form:
3y2−32y+64=0
Factor the quadratic equation:
(3y−8)(y−8)=0Step 4: Evaluate valid roots for integer x.
This yields y=8/3 or y=8.
Since y=2x, resolving for y=8 yields 2x=8⟹x=3.
*(The fractional root y=8/3 yields an irrational logarithmic decimal out of scope for standard numeric data entry).*
Final Answer: 3
Let Sn be sum of the first n terms of an A.P. If S5=S9, what is the ratio of a3:a5
A9:5
B5:9
C3:5
D5:3
Pick an option to attempt
The Setup: We are working with Arithmetic Progressions. The standard sum formula is Sn=2n(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 (a) and the common difference (d).
Step 1: Expand both sides using the sum formula.
S5=25(2a+4d)=5(a+2d)=5a+10dS9=29(2a+8d)=9(a+4d)=9a+36dStep 2: Set them equal and isolate a in terms of d.
5a+10d=9a+36d−4a=26d⟹2a=−13d⟹a=−6.5dStep 3: Find the expressions for the specific requested terms, a3 and a5.
a3=a+2d=−6.5d+2d=−4.5da5=a+4d=−6.5d+4d=−2.5dStep 4: Calculate the ratio. The negative signs and the d variables cancel out cleanly.
Ratio=−2.5d−4.5d=2.54.5=2545=59Final Answer:9:5
If 121+221+321+… up to ∞=6π2, then the value of 121+321+521+… up to ∞ is
A8π2
B16π2
C12π2
D36π2
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=6π2. 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)
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 2n, so its square is 4n2:
Sum(Evens)=221+421+621+…=41(121+221+321+…)
The bracket is literally the original total S, so Sum(Evens)=4S. 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)+4S⟹Sum(Odds)=S−4S=43SStep 4: Final substitution. Plug in the known value of S:
Sum(Odds)=43×6π2=243π2=8π2Final Answer:8π2
Given that 1+221+321+421+...=6π2, the value of 1+321+521+721+... is
A6π2−1
B6π
C12π2
D8π2
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 S. The problem gives us the total value of this series right out of the gate:
S=1+221+321+421+...=6π2
This series contains both the odd terms (which we want) and the even terms. Let's split them into two distinct squads:
S=Sodd+SevenStep 2: Isolate and analyze the even terms.
The even terms form their own infinite sub-series:
Seven=221+421+621+...
Notice that every denominator here has a common factor of 22. If we factor out 221 (which is just 41), watch what happens:
Seven=41(1+221+321+...)
Bro, look closely at what is inside the parentheses—it is literally just our original series S hitting a respawn. So, we can rewrite this as:
Seven=41SStep 3: Solve for the odd terms.
Now we take this finding and plug it back into our main equation from Step 1.
S=Sodd+41S
To get Sodd by itself, just subtract 41S from both sides.
Sodd=S−41SSodd=43SStep 4: Calculate the final value.
Now for the final boss phase. Plug in Euler's iconic value for S to see exactly what the odd terms equal.
Sodd=43(6π2)
Simplify the fraction by cross-canceling the 3 and the 6, and the math is mathing perfectly:
Sodd=8π2Final Answer:8π2
The terms of a geometric progression are real and positive. If the p-th term of the progression is q and the q-th term is p, then the logarithm of the first term is
Ap−q(1−q)log(p)−(1−p)log(q)
Bp−q(1−q)log(q)−(1−p)log(p)
Cp−q(1−q)log(p)+(1−p)log(q)
Dp−q(1−q)log(q)+(1−p)log(p)
Pick an option to attempt
The Setup: The terms of a geometric progression are real and positive, with the p-th term equal to q and the q-th term equal to p. We need to find the logarithm of the first term.
Step 1: Define the sequence algebraically.
Let the first term be a and the common ratio be r.
The general term formula gives:
Tp=arp−1=qTq=arq−1=pStep 2: Apply logarithms to both equations.
Taking the log of both sides yields a system of linear equations:
log(a)+(p−1)log(r)=log(q)log(a)+(q−1)log(r)=log(p)Step 3: Eliminate log(r) to solve for log(a).
Subtract the second equation from the first:
(p−q)log(r)=log(q)−log(p)⟹log(r)=p−qlog(q)−log(p)
Substitute log(r) back into the first equation:
log(a)=log(q)−(p−1)(p−qlog(q)−log(p))Step 4: Simplify the expression.
Find a common denominator:
log(a)=p−q(p−q)log(q)−(p−1)(log(q)−log(p))log(a)=p−qplog(q)−qlog(q)−plog(q)+log(q)+plog(p)−log(p)log(a)=p−q(1−q)log(q)−(1−p)log(p)Final Answer:p−q(1−q)log(q)−(1−p)log(p)
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.
Block
Count of numbers
Digits each
Digits used
Running total
1-9
9
1
9
9
10-99
90
2
180
189
100-999
900
3
2,700
2,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.6389−2889=3500 digits into the block
Every number here uses exactly 4 digits, so:
43500=875 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+875−1=1874Step 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=6389 - exactly the digit asked for.
Final Answer: 4
The sum of a given infinite geometric progression is 80 and the sum of its first two terms is 35. Then the value of n for which the sum of its first n 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 80, and the sum of its first two terms is 35. We need to find the number of terms n for which the partial sum is closest to 100.
Step 1: Establish equations for the GP.
Let the first term be a and the common ratio be r.
S∞=1−ra=80⟹a=80(1−r)S2=a+ar=a(1+r)=35Step 2: Solve for the common ratio r and first term a.
Substitute the expression for a into the second equation:
80(1−r)(1+r)=3580(1−r2)=35⟹1−r2=8035=167r2=169⟹r=±43
If r=43, then a=80(1−3/4)=20. The partial sum for positive terms converging to 80 will never exceed 80 or approach 100.
If r=−43, then a=80(1+3/4)=140. This alternating series can exceed 80 and approach 100.
Step 3: Formulate the partial sum Sn for r=−3/4.
Sn=1−(−3/4)140(1−(−3/4)n)=7/4140(1−(−3/4)n)=80(1−(−3/4)n)Step 4: Test values of n to find the sum closest to 100.
For the sum to exceed 80, n must be odd (making (−3/4)n negative). Test odd integers:
If n=3: S3=80(1−(−27/64))≈113.75 (Distance to 100 = 13.75)
If n=5: S5=80(1−(−243/1024))≈98.98 (Distance to 100 = 1.02)
If n=7: S7=80(1−(−2187/16384))≈90.68 (Distance to 100 = 9.32)
The value S5 yields the closest proximity to 100.
Final Answer: 5
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
A97
B32
C94
D31
Pick an option to attempt
The Setup: We are given two continuous summation blocks of an Arithmetic Progression (S1−15 and S16−30). We must build a system of linear equations mapping the progression formula to isolate the common difference d.
Step 1: Translate the sums into standard AP formulation.
Let the first term be a and the common difference be d.
The sum of an AP is Sn=2n(2a+(n−1)d).
Sum of the first 15 terms (S15) = 200.
200=215(2a+14d)=15(a+7d)⟹a+7d=15200=340Step 2: Evaluate the total cumulative sum constraint.
The sum of the *next* 15 terms is 350. This means the total sum of the first 30 terms (S30) is 200+350=550.
550=230(2a+29d)=15(2a+29d)⟹2a+29d=15550=3110Step 3: Solve the linear system for d.
Multiply the first simplified equation by 2 to align coefficients:
2a+14d=380
Subtract this from the second equation:
(2a+29d)−(2a+14d)=3110−38015d=330=10d=1510=32Final Answer:32
Let a1,a2,a3 be three distinct real numbers in geometric progression. If the equations a1x2+2a2x+a3=0 and b1x2+2b2x+b3=0 have a common root, then which of the following is necessarily true?
Aa1b1,a2b2,a3b3 are in geometric progression
Bb1,b2,b3 are in geometric progression
Cb1,b2,b3 are in arithmetic progression
Da1b1,a2b2,a3b3 are in arithmetic progression
Pick an option to attempt
The Setup: Given three distinct real numbers a1,a2,a3 in a geometric progression (GP), we are told the quadratics a1x2+2a2x+a3=0 and b1x2+2b2x+b3=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,a3 are in GP, they satisfy the property a22=a1a3.
Check the discriminant (D) of the first quadratic equation a1x2+2a2x+a3=0:
D=(2a2)2−4(a1)(a3)=4a22−4a1a3
Substitute a1a3 for a22:
D=4(a1a3)−4a1a3=0
Since D=0, the first equation has a single repeated real root. We find this root using the quadratic formula:
x=2a1−2a2=−a1a2Step 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/a1) must exactly be the root of the second equation b1x2+2b2x+b3=0.
Substitute x=−a2/a1 into the second equation:
b1(−a1a2)2+2b2(−a1a2)+b3=0b1a12a22−2b2a1a2+b3=0Step 3: Simplify the relationship to match the options.
Divide the entire equation by a3:
b1a12a3a22−2b2a1a3a2+a3b3=0
Use the GP identity a22=a1a3 to simplify the denominators.
For the first term: a12a3a22=a12a3a1a3=a11
For the second term: a1a3a2=a22a2=a21
Substitute these back:
a1b1−2a2b2+a3b3=02(a2b2)=a1b1+a3b3
This fits the exact definition of an Arithmetic Progression (AP) where the middle term is the arithmetic mean of the outer terms.
Final Answer:a1b1.a2b2,a3b3 are in arithmetic progression
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?
A32 meters
B532 meters
C64 meters
D564 meters
Pick an option to attempt
The Setup: A person maps out a path taking consecutive 90∘ right turns, with each leg of the journey halving in distance (32m,16m,8m…). 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).
* Leg 1: 32m East (Positive x-direction).
* Leg 2: 16m South (Negative y-direction).
* Leg 3: 8m West (Negative x-direction).
* Leg 4: 4m North (Positive y-direction).
* Leg 5: 2m East (Positive x-direction).
This pattern continues infinitely.
Step 2: Calculate the net displacement on the x-axis.
The x-coordinate sequence alternates direction every two steps: 32 (East), −8 (West), 2 (East), −0.5 (West) …
This forms an infinite geometric progression where the first term a=32 and the common ratio r=−41.
Xfinal=1−ra=1−(−1/4)32=5/432=32×54=5128Step 3: Calculate the net displacement on the y-axis.
The y-coordinate sequence begins on the second step: −16 (South), 4 (North), −1 (South) …
This forms an infinite geometric progression where a=−16 and r=−41. (We'll use magnitude for distance).
Yfinal=1−(−1/4)16=5/416=16×54=564Step 4: Calculate the final straight-line distance.
Use the Pythagorean theorem: D=Xfinal2+Yfinal2.
D=(5128)2+(564)2=56422+12=5645
Simplify by converting the denominator:
D=(5⋅5)645=564Final Answer:564 meters
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 a and the common ratio be r.
We are given that the sum of the first 5 terms (S5) is equal to the sum of the first 7 terms (S7).
S5=S7
This means the 6th and 7th terms must sum to zero:
S7−S5=0ar5+ar6=0ar5(1+r)=0Step 2: Determine the common ratio.
From ar5(1+r)=0, we have three possibilities:
1. a=0: If the first term is 0, all terms are 0, and the sum of 9 terms would be 0. But we are given S9=24, so a=0.
2. r=0: If r=0, the sum of any number of terms is just a. This would mean S9=a=24. The 4th term would be ar3=24(0)3=0. This is not among the options, so r=0.
3. 1+r=0: This leaves us with r=−1.
Let's lock in r=−1. The sequence alternates: a,−a,a,−a,a,−a,…Step 3: Calculate the first term.
We are given that the sum of the first 9 terms (S9) is 24.
For a GP with r=−1, the sum of an odd number of terms is always just the first term a (since all the consecutive pairs cancel out to 0).
S9=a=24
Now we have our exact stats: a=24 and r=−1.
Step 4: Find the 4th term.
The question asks for the 4th term of the progression.
T4=ar3T4=24(−1)3T4=24(−1)=−24
The math is completely flawless.
Final Answer: -24
Let S1={100,105,110,115,…} and S2={100,95,90,85,…} be two series in arithmetic progression. If ak and bk are the k-th terms of S1 and S2, respectively, then ∑k=120akbk 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 k-th terms, multiply them together, and compute the sum of that quadratic sequence from k=1 to 20.
Step 1: Define the k-th terms.
For the first series S1, the first term is 100 and the common difference is 5:
ak=100+(k−1)5=5k+95
For the second series S2, the first term is 100 and the common difference is −5:
bk=100+(k−1)(−5)=−5k+105Step 2: Formulate the product akbk.
Multiply the two general terms together:
akbk=(5k+95)(−5k+105)
Expand the brackets:
akbk=−25k2+525k−475k+9975akbk=−25k2+50k+9975Step 3: Set up the summation.
We need to find the sum of this expression from k=1 to 20. Using summation properties, we can split it into three separate parts:
k=1∑20akbk=−25k=1∑20k2+50k=1∑20k+k=1∑209975Step 4: Evaluate the standard sums.
Let's calculate the values for the sum of squares and the sum of integers for n=20.
* Sum of squares:∑k2=6n(n+1)(2n+1)k=1∑20k2=620×21×41=2870
* Sum of integers:∑k=2n(n+1)k=1∑20k=220×21=210
* Sum of a constant:∑k=120c=n×ck=1∑209975=20×9975=199500Step 5: Calculate the final value.
Substitute the calculated sums back into our master equation:
Total Sum=−25(2870)+50(210)+199500Total Sum=−71750+10500+199500Total Sum=−61250+199500=138250
The math is perfectly locked in.
Final Answer: 138250
Let α,β be the roots of x2−x+p=0 and γ,δ be the roots of x2−4x+q=0 where p and q are integers. If α,β,γ,δ are in geometric progression then p+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 p and q pick the branch.
Step 1: Assign the GP terms. The stem lists the roots in the orderα,β,γ,δ, so writing the progression as a,ar,ar2,ar3:
α=a,β=ar(roots of the first quadratic),γ=ar2,δ=ar3(roots of the second)Step 2: Apply Vieta to the sums. For x2−x+p=0 the roots sum to 1; for x2−4x+q=0 they sum to 4:
a+ar=a(1+r)=1,ar2+ar3=ar2(1+r)=4
**Step 3: Divide to isolate r.** The first equation says a(1+r)=1, which is non-zero, so dividing by it is safe:
a(1+r)ar2(1+r)=14⟹r2=4⟹r=2 or r=−2Step 4: Let integrality choose the branch. Both roots of r2=4 satisfy the *sum* equations, so the deciding constraint is that p and q are integers:
* r=2: then a(1+2)=1 gives a=31, and the roots are 31,32,34,38. This yields p=31⋅32=92 and q=34⋅38=932 - neither an integer, so this branch is rejected.
* r=−2: then a(1−2)=1 gives −a=1, so a=−1, and the roots are −1,2,−4,8.
**Step 5: Compute p and q from the products.**
p=αβ=(−1)(2)=−2,q=γδ=(−4)(8)=−32p+q=−2+(−32)=−34Step 6: Verify the whole construction. The four roots −1,2,−4,8 do form a GP with common ratio −2 throughout. And they genuinely solve their quadratics: x2−x−2=(x+1)(x−2) has roots −1 and 2 ✓, while x2−4x−32=(x+4)(x−8) has roots −4 and 8 ✓. 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
If (1+x−2x2)6=A0+∑r=112Arxr, then the value of A2+A4+A6+⋯+A12 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=±1 collects the even-indexed coefficients in one move.
**Step 1: Evaluate at x=1 and x=−1.** Write P(x)=(1+x−2x2)6=A0+A1x+A2x2+⋯+A12x12.
P(1)=(1+1−2)6=06=0P(−1)=(1−1−2)6=(−2)6=64
Note P(1)=0 because x=1 is a root of 1+x−2x2 - the trinomial factors as (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) 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)0+64=2(A0+A2+⋯+A12)⟹A0+A2+⋯+A12=32
**Step 3: Strip out A0.** The question starts the sum at A2, so the constant term must be removed. Get it by evaluating at x=0, where every term with an x vanishes:
A0=P(0)=(1+0−0)6=1A2+A4+⋯+A12=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
The number of terms common to both the arithmetic progressions 2,5,8,11,...,179 and 3,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)Step 2: Build the common AP. Scanning the openings, AP 1 gives 2,5,8,… and AP 2 gives 3,5,7,… - the first shared value is 5. A number common to both must step by a multiple of 3 *and* of 2, so the common difference is:
LCM(3,2)=6
giving the sequence 5,11,17,23,…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)=101Step 4: Count the terms.5+(n−1)6≤101⟹(n−1)6≤96⟹n−1≤16⟹n≤17Step 5: Check the endpoint is genuinely common. The count is only right if the 17th term, 5+16×6=101, really appears in both lists - and it does: 101=2+33×3 sits in AP 1, and 101=3+49×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
There are numbers a1,a2,a3,…,an each of them being +1 or −1. If it is known that a1a2+a2a3+a3a4+…an−1an+ana1=0 then
An is a multiple of 2 but not a multiple of 4
Bn is a multiple of 3
Cn can be any multiple of 4
DThe only possible value of n 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=a1a2, x2=a2a3,…,xn=ana1.
Each xi is strictly either +1 or −1.
The given equation translates to ∑xi=0. This requires an equal number of +1s and −1s. Thus, n must be an even number. Let n=2k, meaning there are exactly k positive terms and k negative terms.
Step 2: Multiply Everything Together
Let's look at the product of all xi terms using two different perspectives.
Method A (using the base variables):
∏xi=(a1a2)(a2a3)…(ana1)=a12a22…an2
Since every ai∈{+1,−1}, their squares are all definitively 1. So the overall product is exactly 1.
Method B (using the +1 and -1 counts):
We know there are exactly k negative terms (−1) in the mix.
∏xi=(+1)k(−1)k=(−1)kStep 3: Match the Logic
For Method A and Method B to agree without breaking math, (−1)k must equal 1.
This means k MUST be an even integer. Let k=2m.
Since our total terms n=2k, we substitute to get n=2(2m)=4m. This confirms n must strictly be a multiple of 4.
Final Answer:n can be any multiple of 4
Let S 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 nth term of S is 174, then the number of possible distinct values of n 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=132 or a=158) and a restricted loot pool for our common difference (d). 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 n values, because a term's position index (n) 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 n-th term of an AP is:
an=a+(n−1)d
We are given an=174. Let's rearrange this to isolate the variable combo:
(n−1)d=174−a
**Step 2: Identify the valid d pool.**
The problem states d 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 d has to be a positive integer.
Valid d roster: {2,4,6,8}.
**Step 3: Run the a=132 timeline.**
Substitute a=132 into our core equation.
(n−1)d=174−132=42
Now we test our d roster to see which ones divide 42 cleanly to give an integer n.
* If d=2: n−1=21⟹n=22 (Valid W)
* If d=4: n−1=10.5 (Invalid fraction, L)
* If d=6: n−1=7⟹n=8 (Valid W)
* If d=8: n−1=5.25 (Invalid fraction, L)
**Step 4: Run the a=158 timeline.**
Substitute a=158 into the core equation.
(n−1)d=174−158=16
Test the d roster against 16.
* If d=2: n−1=8⟹n=9 (Valid W)
* If d=4: n−1=4⟹n=5 (Valid W)
* If d=6: n−1=616 (Invalid fraction, L)
* If d=8: n−1=2⟹n=3 (Valid W)
Step 5: Tally the unique loadouts.
From both timelines, the valid integer values for n are {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
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× 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 1−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.4096
The formula for the sum of an infinite GP is S=1−ra. Our common denominator for all axes will be:
1−0.4096=0.5904Step 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 = 1000
* First West = 640
* Net East for Cycle 1 = 1000−640=360
Now, we plug this into our infinite GP sum formula:
NetEast=0.5904360Step 3: Calculate the net Y-Axis displacement (North - South).
Let's group her North and South movements for the net vertical distance.
* First North = 800
* First South = 512
* Net North for Cycle 1 = 800−512=288
Apply the infinite GP sum formula:
NetNorth=0.5904288Step 4: Execute the Pythagorean drop.
We now have her absolute horizontal and vertical coordinates. We use d=x2+y2 to find the hypotenuse (the straight-line distance from A).
d=(0.5904360)2+(0.5904288)2d=0.59043602+2882
Let's calculate the square root payload:
3602+2882=129600+82944=212544212544≈461.02Step 5: Secure the final stat.
Divide by our GP denominator to get the final distance:
d≈0.5904461.02≈780.86
Rounding this to the nearest integer gives us 781.
Final Answer: 781
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 (Tn).**
Let Tn be the total money raised after n people have dropped their contributions.
* Person 1:T1=1
* **Person n:** The rule states they contribute double the existing total (2⋅Tn−1).
Therefore, the new total (Tn) is the old total plus the new contribution:
Tn=Tn−1+2Tn−1=3Tn−1
This reveals a massive 3× multiplier applied every round.
Step 2: Formulate the general equation.
Following this 3× geometric scaling pattern from the base stat:
* T1=1=30
* T2=3=31
* T3=9=32
The general formula for the total money raised after n people is:
Tn=3n−1
**Step 3: Solve for the final headcount (n).**
The problem states the final total raised is 2187 rupees. Set up the equation using our locked formula:
3n−1=2187
Now, we just need to find the power of 3 that hits 2187. Let's run the exponents:
34=8135=24336=72937=2187
Substitute 37 into the equation and equate the exponents to secure the final stat:
3n−1=37n−1=7⟹n=8Final Answer: 8