Before we start, one picture to keep in your head. The figure below draws a GP as a staircase of arrows: each arrow is a "×r" step. Notice that to reach the 4th term you cross 3 arrows — that is exactly why the nth term has exponent n−1: count the arrows (gaps), not the dots (terms). The same figure compares the GP against an AP so you can see multiplication curving away from the straight line of addition.
WHAT to do: for each list, divide each term by the one before. If that ratio is the same every time, it's a GP. WHY: the definition of a GP is a constant ratio — this is the one test.
(a)6/2=3, 18/6=3, 54/18=3. All equal 3 → GP with a=2, r=3.
(b)10/5=2, but 15/10=1.5. Ratios differ → not a GP. (It's an AP: you add5 each time — a habit trap covered below.)
(c)27/81=31, 9/27=31, 3/9=31. All equal 31 → GP with a=81, r=31.
Recall Solution 1.2
Find r by dividing:r=7−14=−2. Check: −1428=−2 ✓.
WHY the sign flips: a negative ratio multiplies the sign each step, so terms alternate positive/negative — this is a perfectly valid GP.
Next term:−56×(−2)=112.
WHAT: use an=arn−1 with n=10.
WHY exponent 9: there are n−1=10−1=9gaps (multiplications) between term 1 and term 10 — count the arrows, not the terms (exactly the picture in figure s01).
a10=3⋅29=3⋅512=1536.
Recall Solution 2.2
Identify:a=1, r=3/1=3, n=8.
Pick the form: since r>1, use Sn=r−1a(rn−1) so both top and bottom stay positive (no sign slips).
S8=3−11(38−1)=26561−1=26560=3280.
Recall Solution 2.3
Identify:a=16, r=8/16=21, n=5.
Pick the form: since r<1, use Sn=1−ra(1−rn) so 1−r>0.
S5=1−2116(1−(21)5)=2116(1−321)=32⋅3231=31.Verify by hand:16+8+4+2+1=31 ✓.
WHAT: we know an and want n — work backwards.
a=3, r=2. Set arn−1=768:
3⋅2n−1=768⇒2n−1=256.WHY next: recognise 256=28, so n−1=8⇒n=9.
(If you can't spot the power, take a logarithm: n−1=log2256=8.)
Recall Solution 3.2
WHAT: write both facts with an=arn−1, then divide to kill a.
a3=ar2=20,a6=ar5=160.WHY divide: dividing the equations cancels a and leaves only r:
ar2ar5=20160⇒r3=8⇒r=2.
Back-substitute: ar2=20⇒a⋅4=20⇒a=5, and r=2.
Recall Solution 3.3
Set up:a=2, r=2, use Sn=r−1a(rn−1)=12(2n−1)=2(2n−1).
Solve the inequality Sn≥2046:2(2n−1)≥2046⇒2n−1≥1023⇒2n≥1024=210.
So n≥10. The 10th partial sum is the first to reach it: S10=2(1024−1)=2046 exactly. Answer: n=10.
Connect to Compound interest: each year multiplies the amount by r=1+10010=1.1.
Careful with indexing (avoid an off-by-one trap): the principal ₹1000 is the value at time zero — call it A0=1000. After k full years the amount is A0rk, because k years means k multiplications by r. So "after 3 years" uses the exponent 3 (three multiplications), notn−1. This matches an=arn−1 only if we relabel the year-1 amount as the first terma: then a=A0r=1100 and the year-m amount is arm−1. Both viewpoints agree; just be consistent about which slot you call "term 1".
Amount after 3 years:A0r3=1000×(1.1)3=1000×1.331=₹1331.
Year-end amounts: year 1 = 1100, year 2 = 1210, year 3 = 1331 — a GP with first term a=1100, r=1.1, n=3.
Total=1.1−11100(1.13−1)=0.11100(1.331−1)=0.11100×0.331=₹3641.
Recall Solution 4.2
Clever labelling: write the three terms as rb,b,br (using the middle as the Geometric Mean). WHY: the product then collapses beautifully.
Product:rb⋅b⋅br=b3=64⇒b=4.
Sum:r4+4+4r=14⇒r4+4r=10.
Multiply by r: 4r2−10r+4=0⇒2r2−5r+2=0⇒(2r−1)(r−2)=0.
So r=2 or r=21. Both give the same set of numbers: 2,4,8.
What goes wrong: with r=1, the denominator 1−r=0, so the formula is 07(1−1)=00 — undefined (division by zero). The formula was derived by dividing by 1−r, which is only legal when r=1.
Correct reasoning: if r=1 every term equals a, so the sequence is 7,7,7,7,7 and
S5=5×7=35(i.e. Sn=na).
Recall Solution 5.2
Find r: first two terms are a+ar=a(1+r)=12(1+r)=16, so 1+r=1216=34⇒r=31. Since ∣31∣<1, the infinite sum exists.
Connect to Sum of infinite GP: because ∣r∣<1, rn→0 as n→∞, so S∞=1−ra.
S∞=1−3112=3212=12×23=18.
Recall Solution 5.3
Set up the sum: with a=2,
S4=a(1+r+r2+r3)=2(1+r+r2+r3)=30⇒1+r+r2+r3=15.Solve by factor-hunting: try small whole numbers. r=2: 1+2+4+8=15 ✓. So r=2.
WHY guessing is legitimate here: the terms 1,r,r2,r3 grow fast, so only a couple of integer candidates can land on 15 — testing r=2 is quicker than solving the cubic by formula.
Verify: the GP is 2,4,8,16, and 2+4+8+16=30 ✓. Using the formula: S4=2−12(24−1)=2×15=30 ✓.