The test: a sequence is an AP only if every consecutive difference is the same number. Subtract neighbour from neighbour and check they all match.
(a) 12−7=5, 17−12=5, 22−17=5. All equal ⇒ AP with a=7, d=5.
(b) 4−2=2 but 8−4=4. Differences change ⇒ not an AP (this one multiplies by 2 — that's a Geometric Progression (GP)).
(c) 7−10=−3, 4−7=−3, 1−4=−3. All equal ⇒ AP with a=10, d=−3. Note d is allowed to be negative — the sequence goes downhill.
(d) 5−5=0 every time ⇒ AP with a=5, d=0. A constant sequence is the flat, degenerate AP. It's still legal because "same difference" is satisfied (d=0 is a number).
Recall Solution
a=3 (the first entry). d=8−3=5 (any consecutive difference).
Use an=a+(n−1)d. Why (n−1) and not n? Term 1 costs zero jumps — you're already standing on it. Reaching term 8 needs 8−1=7 jumps.
a8=3+(8−1)⋅5=3+35=38
a=4, d=3. We know the value (an=100) and want the positionn, so we solve an=a+(n−1)d for n:
100=4+(n−1)⋅3⇒96=3(n−1)⇒n−1=32⇒n=33.
So 100 is the 33rd term. Sanity check:n=33 is a positive whole number, so 100 genuinely appears in the list. Had we got a fraction, the answer would be "100 is not a term."
Recall Solution
a=2, d=3, n=30. Use the standard sum form (best when you know a and d but not the last term yet):
S30=230[2(2)+(30−1)⋅3]=15[4+87]=15×91=1365.Why this form? The Gauss Summation Trick pairs first-with-last, and 2a+(n−1)d is exactly a1+an written using only a and d.
Recall Solution
Here we already know a=6 and a25=54, so the average form is fastest — no need to find d:
S25=2n(a+an)=225(6+54)=225×60=25×30=750.Read it as (number of terms) × (average term). The average of an evenly-spaced list is just 2first+last=30, which links to Arithmetic Mean.
Write each fact with an=a+(n−1)d:
a4=a+3d=11,a9=a+8d=26.Why subtract the equations? Subtracting kills a and leaves only d:
(a+8d)−(a+3d)=26−11⇒5d=15⇒d=3.
Back-substitute: a+3(3)=11⇒a=2. Then
a15=2+(15−1)⋅3=2+42=44.
Recall Solution
Use an=Sn−Sn−1. Why?Sn counts terms 1 through n; Sn−1 counts 1 through n−1; the leftover is exactly the nth term.
an=(2n2+3n)−(2(n−1)2+3(n−1)).
Expand (n−1)2=n2−2n+1:
an=2n2+3n−(2n2−4n+2+3n−3)=2n2+3n−(2n2−n−1)=4n+1.
So a1=5, a2=9, a3=13. Common difference d=a2−a1=4. First three terms: 5,9,13.
The figure below plots these terms as dots against their position n. Notice the dots fall exactly on the straight lavender line an=4n+1: the green arrow marks one step of size d=4 between consecutive terms. The whole point of the picture is visual — because the term-values line up on a straight line, the jump between neighbours is the same everywhere, and that constant jump is what makes it an AP (linking to Linear Functions).
Recall Solution
Compute the general term:
an=Sn−Sn−1=(pn2+qn)−(p(n−1)2+q(n−1)).(n−1)2=n2−2n+1, so
an=pn2+qn−(pn2−2pn+p+qn−q)=2pn−p+q.
This is linear in n (of the form mn+c). A linear an is exactly the shape a+(n−1)d, which links to Linear Functions. The step between terms is
d=an+1−an=2p(n+1)−(2pn)=2p.
Because d came out as a constant (no n left), the difference is the same every step ⇒ AP. (The "no constant term" condition matters: it guarantees S0=0, i.e. the sum of zero terms is zero, as it should be.)
a=9, d=3, Sn=189. Since we know a,d but notn, plug into the standard sum form and solve for n:
189=2n[2(9)+(n−1)⋅3]=2n[18+3n−3]=2n(3n+15).
Clear the fraction — why? to turn this into a plain quadratic we can factor:
378=n(3n+15)=3n2+15n⇒3n2+15n−378=0.
Divide the whole equation by 3 (every coefficient is a multiple of 3) to make the numbers small:
n2+5n−126=0⇒(n+14)(n−9)=0⇒n=−14 or n=9.Why reject n=−14?n counts terms, so it must be a positive whole number. That leaves n=9.
Always check the discriminant is a perfect square before trusting an answer: here 52+4(126)=25+504=529=232, a perfect square, so a whole-number n exists. If it hadn't been a perfect square, no number of terms would hit the target and the honest answer would be "unreachable." (This perfect-square check is verified in the =VERIFY= block at the bottom of this page.)
Recall Solution
The five terms are 4,_,_,_,20: so a1=4 and a5=20. Use a5=a+4d:
20=4+4d⇒4d=16⇒d=4.Why 4 gaps, not 5? Five terms have exactly 5−1=4 jumps between the ends. The inserted numbers are
4+4=8,8+4=12,12+4=16.
The three numbers are 8,12,16. (Inserting evenly-spaced terms is the many-term version of the Arithmetic Mean.)
Recall Solution
Strategy: sum from 5 to 12 =S12−S4 (everything up to 12, minus everything up to 4).
a=3, d=4.
S12=212[2(3)+11⋅4]=6[6+44]=6×50=300.S4=24[2(3)+3⋅4]=2[6+12]=2×18=36.
Slice sum =300−36=264.
Cross-check with average form: the slice has 12−5+1=8 terms, first =a5=3+16=19, last =a12=3+44=47; sum =28(19+47)=4×66=264 ✓.
Turn each condition into an equation using Sn=2n[2a+(n−1)d].
S7=27(2a+6d)=49⇒2a+6d=14⇒a+3d=7.S17=217(2a+16d)=289⇒2a+16d=34⇒a+8d=17.
Subtract: 5d=10⇒d=2, then a=7−3(2)=1.
Sn=2n[2(1)+(n−1)⋅2]=2n(2n)=n2.
Neat: the sum of the first n odd numbers (1,3,5,…) is n2. Verify: S7=49 ✓, S17=289 ✓.
Recall Solution
Key idea: the mth term of an AP equals the average form run backwards — specifically am=2m−1S2m−1, because S2m−1=(2m−1)×(middle term)=(2m−1)am. Why? In an AP, the average of the first 2m−1 terms is the middle term am, and (number of terms)×(average) = sum.
For the 12th term set m=12⇒2m−1=23. So
a12(2)a12(1)=S23(2)S23(1)=7(23)+153(23)+8=161+1569+8=17677=167.
The 12th terms are in ratio 7:16.
Recall Solution
(a) Terms: an=20+(n−1)(−3)=23−3n. Set an<0: 23−3n<0⇒n>7.67, so the 8th term is the first negative one (a7=2>0, a8=−1<0).
(b) The partial sum grows while terms are positive and shrinks once they turn negative. So the peak is reached after adding the last positive term, term 7.
S7=27[2(20)+6(−3)]=27(40−18)=27×22=77.
Check the neighbours: S8=S7+a8=77+(−1)=76<77 ✓, and S6=75<77 ✓. The maximum is 77 at n=7. The figure shows the sum climbing then falling.