Mathbench

Chapter 8 — Sequences and Series

A Note on Curriculum Placement

Sequences and series appear in two NBT competence areas at once. Arithmetic and geometric sequences are classified under Algebraic Processes — the NBT tests whether students can manipulate the general term Tn=a+(n1)dT_n = a + (n-1)d and Tn=arn1T_n = ar^{n-1} algebraically, not just substitute into them. Series and sigma notation cross into Number Sense because summing a sequence is fundamentally about recognising a numerical pattern and applying a formula.

Both topics are severely underrepresented in the chapters covering those competence areas. Sequences were touched on briefly in Chapter 2 (Number Sense) as arithmetic patterns, and not at all in Chapter 1 (Algebraic Processes). This chapter exists to give sequences and series the depth the NBT expects.

The most common NBT errors in this topic: 1. Confusing the nnth term formula with the sum formula. 2. Using SnS_n when the question asks for TnT_n, or vice versa. 3. Forgetting that an infinite geometric series only converges when r<1|r| < 1. 4. Incorrectly applying sigma notation (wrong limits, wrong formula substituted).

Formulas you must know:

nnth term Sum of first nn terms
Arithmetic Tn=a+(n1)dT_n = a + (n-1)d Sn=n2(2a+(n1)d)=n2(a+l)S_n = \dfrac{n}{2}(2a + (n-1)d) = \dfrac{n}{2}(a + l)
Geometric Tn=arn1T_n = ar^{n-1} Sn=a(rn1)r1S_n = \dfrac{a(r^n - 1)}{r - 1} or a(1rn)1r\dfrac{a(1-r^n)}{1-r}
Infinite GP S=a1rS_\infty = \dfrac{a}{1-r}, only if r<1|r| < 1

Section 8.1 — Arithmetic Sequences: Finding Terms

In an arithmetic sequence the terms increase (or decrease) by a fixed amount called the common difference dd. Every term can be expressed as the first term plus a multiple of dd: Tn=a+(n1)dT_n = a + (n-1)d. This is a linear function of nn, so the graph of TnT_n against nn is a straight line with gradient dd.


Q1Basic

Topic: Arithmetic sequence — find the common difference

Find the common difference of the sequence 7, 11, 15, 19, 7,\ 11,\ 15,\ 19,\ \ldots

A) 4

B) 3

C) 5

D) 6

Show the worked solution

Answer: A

Explanation

The common difference is the fixed amount added each time. Subtract any term from the next:

d=T2T1=117=4d = T_2 - T_1 = 11 - 7 = 4

Confirm on another pair: 1511=415-11 = 4 ✓ and 1915=419-15 = 4

Why the others are wrong:

  • D (6) divided the span by the wrong gap count: (197)/2(19-7)/2. Four terms have three gaps, so (197)/3=4(19-7)/3 = 4.
  • B (3) is the gap count, not the gap size.
  • C (5) counted numbers instead of steps: 7,8,9,10,117,8,9,10,11 is five numbers but four steps.

Takeaway: d=Tn+1Tnd = T_{n+1} - T_n, checked on two pairs. Never confuse "how many gaps" with "how big is each gap".


Q2Basic

Topic: Arithmetic sequence — general term formula

An AP has first term a=3a = 3 and common difference d=5d = 5. Which formula gives the general term?

A) Tn=5n+3T_n = 5n + 3

B) Tn=5nT_n = 5n

C) Tn=5n2T_n = 5n - 2

D) Tn=3n+5T_n = 3n + 5

Show the worked solution

Answer: C

Explanation

Substitute into Tn=a+(n1)dT_n = a+(n-1)d and expand fully:

Tn=3+(n1)(5)=3+5n5=5n2T_n = 3 + (n-1)(5) = 3 + 5n - 5 = 5n - 2

The one-second test: substitute n=1n=1. The formula must give the first term, 3. Option C gives 5(1)2=35(1)-2 = 3

Why the others are wrong — each fails that test:

  • A (5n+35n+3) gives T1=8T_1 = 8. This is a+dna+dn — the "forgot the 1-1" version.
  • B (5n5n) gives T1=5T_1 = 5. The constant vanished.
  • D (3n+53n+5) gives T1=8T_1 = 8. The roles of aa and dd are swapped — the coefficient of nn must be dd.

Takeaway: Every AP expands to Tn=dn+(ad)T_n = dn + (a-d). Whatever you derive, test it at n=1n=1. Wrong formulas rarely survive one substitution.


Q3Basic

Topic: Arithmetic sequence — find a specific term

Find T15T_{15} of the AP 2, 5, 8, 11, 2,\ 5,\ 8,\ 11,\ \ldots

A) 42

B) 44

C) 47

D) 41

Show the worked solution

Answer: B

Explanation

Read off a=2a = 2 and d=3d = 3, then think of the journey: to reach the 15th term you start at 2 and take fourteen steps of 3 (the first term needs no step).

T15=2+(151)(3)=2+42=44T_{15} = 2 + (15-1)(3) = 2 + 42 = 44

Why the others are wrong: the options are a map of every way to fumble a+(n1)da + (n-1)d

  • A (42) is (151)×3(15-1) \times 3 alone — the steps were taken but the starting value was never added.
  • C (47) is 2+15×32 + 15 \times 3 — fifteen steps instead of fourteen: the "nn instead of n1n-1" slip.
  • D (41) is 2+13×32 + 13 \times 3 — an over-correction to thirteen steps (n2n-2), usually from "subtracting 1" twice.

Takeaway: Tn=a+(n1)dT_n = a + (n-1)d: the nnth term is reached after n1n-1 steps, never nn. Say it as a story — "start at aa, step n1n-1 times" — and the off-by-one options lose their pull.


Q4Intermediate

Topic: Arithmetic sequence — find which term equals a given value

Which term of the AP 1, 4, 7, 10, 1,\ 4,\ 7,\ 10,\ \ldots equals 100?

A) The 32nd term

B) The 33rd term

C) The 35th term

D) The 34th term

Show the worked solution

Answer: D

Explanation

The value is known; the position is wanted. Set the general term equal to 100:

1+(n1)(3)=100    3n=102    n=341 + (n-1)(3) = 100 \implies 3n = 102 \implies n = 34

Check forwards: T34=1+33(3)=100T_{34} = 1 + 33(3) = 100

Why the others are wrong:

  • B (33rd) solved to n1=33n-1 = 33 and stopped. That is the number of steps, not the position.
  • C (35th) added 1 to a finished answer.
  • A (32nd) counted from T2=4T_2 = 4 instead of the first term.

Takeaway: n1n-1 and nn are different numbers, and the wrong options wait for whichever you confuse. The forward check settles it in five seconds.


Q5Intermediate

Topic: Arithmetic sequence — three consecutive terms

The terms kk, 2k+12k+1, and 4k14k-1 are three consecutive terms of an arithmetic sequence. Find kk.

A) 3

B) 2

C) 4

D) 3-3

Show the worked solution

Answer: A

Explanation

In three consecutive AP terms, the middle one is the average of its neighbours. So double the middle term equals the sum of the outer two:

2(2k+1)=k+(4k1)    4k+2=5k1    k=32(2k+1) = k + (4k-1) \implies 4k+2 = 5k-1 \implies k = 3

Check: the terms are 3,7,113, 7, 11 — differences 4 and 4 ✓

Why the others are wrong: substitute each and the equal-differences test fails.

  • B (k=2k=2): 2,5,72, 5, 7 — gaps 3 and 2 ✗
  • C (k=4k=4): 4,9,154, 9, 15 — gaps 5 and 6 ✗
  • D (k=3k=-3): 3,5,13-3, -5, -13 — gaps 2-2 and 8-8

Takeaway: Three consecutive AP terms satisfy 2q=p+r2q = p+r. Solve, then substitute back — if the differences are not equal, it is not the answer.


Section 8.2 — Arithmetic Sequences: More Problems


Q6Intermediate

Topic: Arithmetic sequence — find dd from non-consecutive terms

In an AP, T3=11T_3 = 11 and T7=27T_7 = 27. Find the common difference.

A) 2

B) 3

C) 4

D) 5

Show the worked solution

Answer: C

Explanation

Two non-consecutive terms still pin down dd, because the distance between them is a known number of equal jumps. Position 3 to position 7 is 73=47-3 = 4 jumps:

4d=2711=16    d=44d = 27 - 11 = 16 \implies d = 4

Check: 111519232711 \to 15 \to 19 \to 23 \to 27 ✓ — four hops of 4.

Why the others are wrong: each fails the same forward check.

  • A (d=2d=2): 11+4(2)=192711 + 4(2) = 19 \neq 27
  • B (d=3d=3): 11+4(3)=232711 + 4(3) = 23 \neq 27
  • D (d=5d=5): 11+4(5)=312711 + 4(5) = 31 \neq 27

Takeaway: TmTn=(mn)dT_m - T_n = (m-n)d. Get the position gap by subtracting, never by counting terms inclusively — 3→4→5→6→7 is four jumps, not five.


Q7Intermediate

Topic: Arithmetic sequence — find the first term

In an AP with T5=23T_5 = 23 and d=4d = 4, find the first term.

A) 5

B) 7

C) 9

D) 3

Show the worked solution

Answer: B

Explanation

The fifth term sits four steps above the first (T5=a+4dT_5 = a + 4d), so walk those four steps backwards from 23:

T5=a+4d=a+16=23    a=7T_5 = a + 4d = a + 16 = 23 \implies a = 7

Or step down explicitly: 23191511723 \to 19 \to 15 \to 11 \to 7 — four subtractions of 4.

Why the others are wrong:

  • D (3) subtracts five steps (235×423 - 5 \times 4) — the "nn instead of n1n-1" slip running in reverse.
  • A (5) and C (9) both fail the forward check instantly: 5+16=21235 + 16 = 21 \neq 23 and 9+16=25239 + 16 = 25 \neq 23. They bracket the true answer to punish students who "walk back" hastily and land a step or two off.

Takeaway: a=Tn(n1)da = T_n - (n-1)d. Whether you use the formula or literally count backwards, the number of steps between T5T_5 and T1T_1 is four — and a forward check (7+16=237 + 16 = 23 ✓) certifies the landing.


Q8Intermediate

Topic: Inserting arithmetic means

Three arithmetic means are inserted between 2 and 18. What are the three inserted values?

A) 6, 10, 14

B) 4, 8, 16

C) 5, 10, 15

D) 7, 11, 15

Show the worked solution

Answer: A

Explanation

"Insert 3 means between 2 and 18" means build a five-term AP from 2 to 18 and report the three middle terms. Three insertions make four gaps:

d=1824=4d = \frac{18-2}{4} = 4

The run is 2, 6, 10, 14, 182,\ 6,\ 10,\ 14,\ 18, so the means are 6, 10, 14. Do not report the endpoints.

Why the others are wrong: write each run out and check the gaps are equal.

  • C (5,10,15): 2,5,10,15,182,5,10,15,18 has gaps 3,5,5,33,5,5,3
  • D (7,11,15): spacing of 4 inside, but anchored wrong — gaps 5,4,4,35,4,4,3
  • B (4,8,16): doubling, a geometric instinct. Gaps 2,4,8,22,4,8,2

Takeaway: Inserting kk means makes k+2k+2 terms and k+1k+1 gaps, so d=lastfirstk+1d = \frac{\text{last}-\text{first}}{k+1}. Write the run out — unequal spacing is instantly visible.


Q9Intermediate

Topic: Arithmetic sequence — real-world application

A theatre has 20 seats in row 1. Each subsequent row has 3 more seats than the row before. How many seats are in row 15?

A) 55

B) 60

C) 65

D) 62

Show the worked solution

Answer: D

Explanation

Strip the story: it starts at 20 and grows by 3 each row. An AP with a=20a=20, d=3d=3.

T15=20+14(3)=62T_{15} = 20 + 14(3) = 62

Why 14 and not 15? Row 1 already has its 20 seats with no increase. The "+3" happens on each of the 14 steps from row 1 to row 15.

Why the others are wrong:

  • C (65) is 20+15(3)20 + 15(3) — charging the increase to row 1 as well. The most common word-problem AP error.
  • B (60) and A (55) are arithmetic slips: 14×3=4214 \times 3 = 42, not 40 or 35.

Takeaway: Starting value is aa, per-step change is dd, and the step count is (row number − 1). Translate the story into Tn=a+(n1)dT_n = a+(n-1)d before touching numbers.


Q10Basic

Topic: Arithmetic sequence — large term

Find the 40th term of the AP 5, 8, 11, 14, 5,\ 8,\ 11,\ 14,\ \ldots

A) 120

B) 117

C) 122

D) 125

Show the worked solution

Answer: C

Explanation

a=5a = 5, d=3d = 3, and a large nn — exactly the situation the formula exists for (nobody lists forty terms):

T40=5+39(3)=5+117=122T_{40} = 5 + 39(3) = 5 + 117 = 122

Why the others are wrong: the three classic fumbles, all present and accounted for —

  • B (117) is 39×339 \times 3 alone — the first term a=5a = 5 was never added back.
  • D (125) is 5+40×35 + 40 \times 3 — forty steps instead of thirty-nine (nn instead of n1n-1).
  • A (120) treats the sequence as pure multiples of 3 (3×403 \times 40) — plausible-looking here only because aa and dd are small and close.

Takeaway: Big-nn term questions are two operations: (n1)×d(n-1) \times d, then +a+a. Each wrong option drops or distorts exactly one of the two — do both deliberately.


Section 8.3 — Geometric Sequences

In a geometric sequence every term is obtained by multiplying the previous term by a fixed common ratio rr. The nnth term is Tn=arn1T_n = ar^{n-1}. If r>1|r| > 1, the terms grow in magnitude. If r<1|r| < 1, they shrink towards zero. If r<0r < 0, the terms alternate in sign.


Q11Basic

Topic: Geometric sequence — find the common ratio

Find the common ratio of the GP 3, 12, 48, 192, 3,\ 12,\ 48,\ 192,\ \ldots

A) 3

B) 4

C) 9

D) 6

Show the worked solution

Answer: B

Explanation

In a geometric sequence the question is never "what is added?" but "what is multiplied?". Divide any term by the one before it:

r=T2T1=123=4r = \frac{T_2}{T_1} = \frac{12}{3} = 4

Confirm: 48/12=448/12 = 4 and 192/48=4192/48 = 4 ✓ — the ratio is constant, which is what "geometric" means.

Why the others are wrong:

  • C (9) is 12312 - 3subtracting instead of dividing, the arithmetic-sequence reflex applied to a geometric one.
  • A (3) just echoes the first term — a surface grab requiring no calculation.
  • D (6) is 3×12\sqrt{3 \times 12}, the geometric mean of the first two terms — a related idea, but the mean of two terms is not the ratio between them.

Takeaway: r=Tn+1/Tnr = T_{n+1}/T_n, verified on a second pair. The first question to ask of any sequence: is it add-the-same (AP) or multiply-by-the-same (GP)? Every later formula depends on getting that classification right.


Q12Basic

Topic: Geometric sequence — find a specific term

A GP has first term a=2a = 2 and common ratio r=3r = 3. Find T5T_5.

A) 162

B) 486

C) 54

D) 96

Show the worked solution

Answer: A

Explanation

Same journey logic as the AP, but the steps are multiplications: to reach the 5th term you start at 2 and multiply by 3 exactly four times.

T5=ar51=2×34=2×81=162T_5 = ar^{5-1} = 2 \times 3^4 = 2 \times 81 = 162

Walk it: 2618541622 \to 6 \to 18 \to 54 \to 162 — four hops ✓.

Why the others are wrong:

  • B (486) is 2×352 \times 3^5 — five multiplications instead of four: the GP version of the "nn vs n1n-1" slip.
  • C (54) is 2×332 \times 3^3 — one multiplication short (T4T_4, in fact).
  • D (96) is 3×253 \times 2^5 — the roles of aa and rr swapped (starting at 3 and doubling). Read carefully which number is the first term and which is the ratio.

Takeaway: Tn=arn1T_n = ar^{n-1} — the exponent counts the jumps, and there are always n1n-1 of them. When the numbers are small, walking the chain term by term is the perfect anti-slip check.


Q13Intermediate

Topic: Geometric sequence — find which term equals a value

The GP 5, 10, 20, 40, 5,\ 10,\ 20,\ 40,\ \ldots Which term equals 640?

A) 6th

B) 7th

C) 9th

D) 8th

Show the worked solution

Answer: D

Explanation

a=5a=5, r=2r=2. Set the general term to 640 and divide out the first term:

5×2n1=640    2n1=1285 \times 2^{n-1} = 640 \implies 2^{n-1} = 128

List the powers: 2,4,8,16,32,64,1282, 4, 8, 16, 32, 64, 128 — that is 272^7. So n1=7n-1 = 7 and n=8n = 8.

Check: 5×27=6405 \times 2^7 = 640

Why the others are wrong:

  • B (7th) reported n1n-1 and forgot the final "+1".
  • C (9th) added 1 to a finished answer.
  • A (6th) miscounted the ladder, taking 128 as 252^5.

Takeaway: Isolate rn1r^{n-1}, write it as a power of rr, then remember that exponent is n1n-1, not nn. Listing the powers takes ten seconds and makes miscounting impossible.


Q14Intermediate

Topic: Geometric sequence — negative common ratio

A GP has terms 4, 12, 36, 108, 4,\ {-12},\ 36,\ {-108},\ \ldots Find T5T_5.

A) 324-324

B) 216216

C) 324324

D) 108-108

Show the worked solution

Answer: C

Explanation

Find the ratio including its sign: r=12/4=3r = -12/4 = -3. Alternating signs are the fingerprint of a negative ratio.

T5=4×(3)4=4×81=324T_5 = 4 \times (-3)^4 = 4 \times 81 = 324

An even number of negatives multiplies to a positive. Or just extend the pattern: the signs run +,,+,,++,-,+,-,+, so the 5th term is positive.

Why the others are wrong:

  • A (324-324) right size, wrong sign — treated (3)4(-3)^4 as 81-81.
  • D (108-108) is just T4T_4 repeated.
  • B (216216) used a made-up ratio of 2-2. The ratio comes from dividing, not from guessing.

Takeaway: With r<0r<0, decide the sign first (even power → positive, odd → negative), then the size. Two separate decisions.


Q15Basic

Topic: Geometric sequence — real-world (doubling)

A colony starts with 500 bacteria. The population doubles every hour. How many bacteria are there after 4 hours?

A) 4 000

B) 8 000

C) 16 000

D) 2 000

Show the worked solution

Answer: B

Explanation

"Doubles every hour" is a GP with r=2r = 2 — and the only real danger here is counting the doublings. After 4 hours, exactly 4 doublings have happened:

500    1000    2000    4000    8000500 \;\to\; 1\,000 \;\to\; 2\,000 \;\to\; 4\,000 \;\to\; 8\,000

500×24=500×16=8000500 \times 2^4 = 500 \times 16 = 8\,000

(In sequence language this is T5T_5, because T1T_1 is "0 hours" — which is exactly why a×2hoursa \times 2^{\text{hours}} is safer than TnT_n bookkeeping here.)

Why the others are wrong:

  • A (4 000) used only 3 doublings — that is 3 hours.
  • C (16 000) used 5 doublings — 5 hours.
  • D (2 000) multiplied by 4 — linear thinking about exponential growth.

Takeaway: After nn doublings, multiply by 2n2^n. Count doublings, not terms — the hour-by-hour chain settles it in seconds.


Section 8.4 — Arithmetic Series

The sum of the first nn terms of an arithmetic sequence:

Sn=n2(2a+(n1)d)=n2(a+l)S_n = \frac{n}{2}(2a + (n-1)d) = \frac{n}{2}(a + l)

where l=Tnl = T_n is the last term. The second form is Gauss's pairing trick: pair the first and last term, second and second-last, etc. — each pair sums to a+la + l.


Q16Basic

Topic: Arithmetic series — find SnS_n directly

Find S10S_{10} of the AP 1, 3, 5, 7, 1,\ 3,\ 5,\ 7,\ \ldots

A) 100

B) 90

C) 110

D) 55

Show the worked solution

Answer: A

Explanation

This is the sum of the first 10 odd numbers. With a=1a = 1, d=2d = 2:

S10=102(2(1)+9(2))=5(2+18)=5×20=100S_{10} = \frac{10}{2}(2(1) + 9(2)) = 5(2 + 18) = 5 \times 20 = 100

Or use Gauss's pairing: the 10th odd number is T10=1+9(2)=19T_{10} = 1 + 9(2) = 19, so S10=102(1+19)=5×20=100S_{10} = \frac{10}{2}(1 + 19) = 5 \times 20 = 100.

Why the others are wrong:

  • D (55) is the sum of the first 10 integers 1+2++101+2+\cdots+10 — it ignores that this sequence skips the evens.
  • B (90) is the pairing form with the last term taken as 17 (T9T_9, the 9th odd number) — an off-by-one in the final term: 5(1+17)=905(1+17) = 90.
  • C (110) makes the opposite slip, pairing with 21 (T11T_{11}): 5(1+21)=1105(1+21) = 110.

Takeaway: The sum of the first nn odd numbers is always n2n^2 — here 102=10010^2 = 100. It is one of the most re-used facts in the NBT's sequence questions (see Q36), so own it outright.


Q17Intermediate

Topic: Arithmetic series — find nn given the sum

The sum of the first nn positive integers is 55. Find nn.

A) 9

B) 8

C) 11

D) 10

Show the worked solution

Answer: D

Explanation

The sum of the first nn positive integers has the famous closed form Sn=n(n+1)2S_n = \dfrac{n(n+1)}{2} (Gauss's formula — pair 1 with nn, 2 with n1n-1, and so on).

n(n+1)2=55    n(n+1)=110\frac{n(n+1)}{2} = 55 \implies n(n+1) = 110

Two consecutive integers multiplying to 110: 10×1110 \times 11 ✓. So n=10n = 10.

Why the others are wrong: all three are neighbours on the triangular-number ladder —

  • A (n=9n=9): 9×102=4555\frac{9 \times 10}{2} = 45 \neq 55.
  • B (n=8n=8): 8×92=3655\frac{8 \times 9}{2} = 36 \neq 55.
  • C (n=11n=11): 11×122=6655\frac{11 \times 12}{2} = 66 \neq 55.

If 55 isn't instantly recognisable as the 10th triangular number, the ten-second test above (does n(n+1)n(n+1) hit 110?) separates the candidates without any guessing.

Takeaway: 1+2++n=n(n+1)21 + 2 + \cdots + n = \frac{n(n+1)}{2}. Memorise the small triangular numbers — 15, 55, 210 for n=5,10,20n = 5, 10, 20 — the NBT re-uses them constantly.


Q18Intermediate

Topic: Arithmetic series — sum of a given AP

Find S8S_8 of the AP 4, 9, 14, 19, 4,\ 9,\ 14,\ 19,\ \ldots

A) 160

B) 164

C) 172

D) 176

Show the worked solution

Answer: C

Explanation

a=4a=4, d=5d=5, n=8n=8:

S8=82(8+35)=4(43)=172S_8 = \frac{8}{2}\bigl(8 + 35\bigr) = 4(43) = 172

Cross-check with the pairing form. Last term T8=4+7(5)=39T_8 = 4+7(5) = 39, so S8=4(4+39)=172S_8 = 4(4+39) = 172

Why the others are wrong: A (160), B (164) and D (176) all come from the bracket 8+35=438+35 = 43 becoming 40, 41 or 44 — slips like using 8×58\times5 instead of 7×57\times5. None survives the two-route check.

Takeaway: Work out 2a2a and (n1)d(n-1)d as two separate products before adding, then confirm with n2(a+l)\frac{n}{2}(a+l). Two routes agreeing is the strongest check you have without a calculator.


Q19Intermediate

Topic: Arithmetic series — use first and last term

An AP has T1=2T_1 = 2 and T16=62T_{16} = 62. Find S16S_{16}.

A) 480

B) 512

C) 496

D) 528

Show the worked solution

Answer: B

Explanation

With the first and last terms both known, use the pairing form — you never need dd:

S16=162(2+62)=8×64=512S_{16} = \frac{16}{2}(2 + 62) = 8 \times 64 = 512

The picture: pair T1T_1 with T16T_{16}, T2T_2 with T15T_{15}, and so on — eight pairs, each summing to 64.

Why the others are wrong — each has the wrong bracket:

  • C (496) is 8×628 \times 62 — the first term never joined its pair.
  • A (480) is 8×608 \times 60 — the bracket taken as a difference. Pairs are added.
  • D (528) is 8×668 \times 66 — the first term counted twice.

Takeaway: Sn=n2(a+l)S_n = \frac{n}{2}(a+l). Say the bracket aloud — "first plus last" — and the wrong-bracket options lose their pull.


Q20Proficient

Topic: Arithmetic series — real-world

A wall is built from rows of bricks. Row 1 (top) has 30 bricks; each lower row has 2 fewer bricks. There are 10 rows. How many bricks in total?

A) 210

B) 200

C) 220

D) 195

Show the worked solution

Answer: A

Explanation

A shrinking stack is still an AP, with a negative step: a=30a=30, d=2d=-2.

Step 1 — Bottom row. Nine steps down: T10=30+9(2)=12 bricksT_{10} = 30 + 9(-2) = 12 \text{ bricks}

Step 2 — Pair top with bottom. S10=102(30+12)=210S_{10} = \frac{10}{2}(30+12) = 210

Why the others are wrong — each used a wrong last term:

  • B (200) took ten steps instead of nine, giving a bottom row of 10.
  • C (220) miscounted the other way, giving 14.
  • D (195) fits no clean method — the sort of answer you get juggling both steps mentally.

Takeaway: Find the last term first, on its own line, then pair. This problem is won or lost on the bottom row.


Section 8.5 — Geometric Series

The sum of the first nn terms of a geometric sequence:

Sn=a(rn1)r1(r1)S_n = \frac{a(r^n - 1)}{r - 1} \quad (r \neq 1)

Use this form when r>1r > 1. When r<1r < 1, the equivalent form a(1rn)1r\dfrac{a(1-r^n)}{1-r} avoids negative signs.


Q21Basic

Topic: Geometric series — find SnS_n directly

Find S6S_6 of the GP 1, 2, 4, 8, 16, 1,\ 2,\ 4,\ 8,\ 16,\ \ldots

A) 32

B) 64

C) 127

D) 63

Show the worked solution

Answer: D

Explanation

a=1a = 1, r=2r = 2, six terms:

S6=1(261)21=6411=63S_6 = \frac{1(2^6 - 1)}{2 - 1} = \frac{64 - 1}{1} = 63

Sanity check by brute force — the terms are small enough: 1+2+4+8+16+32=631 + 2 + 4 + 8 + 16 + 32 = 63 ✓. Notice the pattern: each doubling sum lands one short of the next power of 2.

Why the others are wrong:

  • A (32) is 252^5 — the sixth term, not the sum of six terms. (TnT_n vs SnS_n confusion is error #2 on this chapter's opening list.)
  • B (64) is 262^6 — the "one short" fact forgotten: the sum is 2612^6 - 1, not 262^6 itself.
  • C (127) is 271=S72^7 - 1 = S_7 — one term too many.

Takeaway: For the doubling GP starting at 1, Sn=2n1S_n = 2^n - 1 ("all the previous powers sum to one less than the next power"). And always ask first: is the question requesting a term or a sum?


Q22Intermediate

Topic: Geometric series — larger ratio

A GP has a=2a = 2 and r=3r = 3. Find S5S_5.

A) 240

B) 486

C) 242

D) 244

Show the worked solution

Answer: C

Explanation

S5=2(351)31=2×2422=242S_5 = \frac{2(3^5 - 1)}{3 - 1} = \frac{2 \times 242}{2} = 242

(35=2433^5 = 243: walk the powers 3,9,27,81,2433, 9, 27, 81, 243.) Brute-force check: the five terms are 2+6+18+54+162=2422 + 6 + 18 + 54 + 162 = 242 ✓.

Why the others are wrong:

  • B (486) is 2×352 \times 3^5 — a term (T6T_6), not a sum. The formula's rnr^n lives inside a(rn1)r1\frac{a(r^n-1)}{r-1}; on its own it computes terms.
  • A (240) is the sum with the first term missing: 6+18+54+162=2406 + 18 + 54 + 162 = 240. Every term got multiplied by rr once too often — the series must start at aa, not at arar.
  • D (244) is 242+2242 + 2 — the first term counted twice, the mirror image of A's error.

Takeaway: S5=a(r51)r1S_5 = \frac{a(r^5-1)}{r-1}, and with numbers this small, adding the five terms directly is a fast, decisive check. Options that differ from the truth by exactly ±a\pm a are telling you someone mislaid the first term.


Q23Intermediate

Topic: Geometric series — find nn given the sum

The GP 1, 2, 4, 8, 1,\ 2,\ 4,\ 8,\ \ldots has sum Sn=127S_n = 127. Find nn.

A) 6

B) 7

C) 8

D) 5

Show the worked solution

Answer: B

Explanation

For the doubling GP starting at 1, the sum has the clean closed form Sn=2n1S_n = 2^n - 1 (Q21). Set it equal to 127:

2n1=127    2n=1282^n - 1 = 127 \implies 2^n = 128

List the powers: 2,4,8,16,32,64,1282, 4, 8, 16, 32, 64, 128 — seven of them. So n=7n = 7.

Why the others are wrong: the wrong options are neighbouring rungs of the 2n12^n - 1 ladder —

  • A (n=6n=6): S6=63S_6 = 63, not 127.
  • D (n=5n=5): S5=31S_5 = 31 — far short.
  • C (n=8n=8): S8=255S_8 = 255 — overshoot.

As with Q8's interest ladder, these questions test recognition: if 63,127,25563, 127, 255 ring bells as "one less than a power of 2", no wrong option can touch you.

Takeaway: Add 1 to the target sum and ask "which power of rr is this?" — then that exponent is nn itself (because the series started at a=1a = 1). The values 27=1282^7 = 128 and S7=127S_7 = 127 are worth owning outright.


Q24Proficient

Topic: Geometric series — future value of an annuity

R100 is deposited at the end of each year for 3 years at 10 % p.a. compound interest. What is the total accumulated value?

A) R331

B) R330

C) R300

D) R333

Show the worked solution

Answer: A

Explanation

Chapter 7's annuity seen through sequence eyes. Each deposit grows for a different number of years — 2, then 1, then 0:

100(1.1)2+100(1.1)+100=100(1.21+1.10+1.00)=R331100(1.1)^2 + 100(1.1) + 100 = 100(1.21+1.10+1.00) = \text{R}331

The amounts 100,110,121100, 110, 121 form a GP with r=1.1r=1.1 — an annuity's future value is a geometric series.

Why the others are wrong:

  • C (R300) ignores interest entirely.
  • B (R330) applies 10 % once to the whole R300, as if every deposit arrived together.
  • D (R333) is careless addition — the bracket is exactly 3.31.

Takeaway: Equal end-of-period deposits form a GP with ratio (1+i)(1+i), and the last deposit earns nothing. Write one line per payment and the series appears by itself.


Q25Intermediate

Topic: Geometric series — find first term given sum

A GP has common ratio r=2r = 2 and S4=120S_4 = 120. Find the first term.

A) 4

B) 12

C) 8

D) 16

Show the worked solution

Answer: C

Explanation

A reverse sum problem. With r=2r=2 and n=4n=4, the total is always 15 times the first term, since 1+2+4+8=151+2+4+8 = 15:

15a=120    a=815a = 120 \implies a = 8

Check: 8+16+32+64=1208+16+32+64 = 120

Why the others are wrong:

  • A (4) divided by 30 — summing from arar instead of aa (2+4+8+162+4+8+16).
  • D (16) divided by 7.5 — the arithmetic habit of halving, sneaking into a geometric formula.
  • B (12) fails the check: 12+24+48+96=18012+24+48+96 = 180.

Takeaway: a=Sn(r1)rn1a = \frac{S_n(r-1)}{r^n-1}. Reverse problems give you a free check — rebuild the sequence from your aa and add it up.


Section 8.6 — Sigma Notation

Sigma notation k=mnf(k)\displaystyle\sum_{k=m}^{n} f(k) is a compact way to write a series. The variable kk is the index, mm is the lower limit, and nn is the upper limit. Expand the notation by substituting k=m,m+1,,nk = m, m+1, \ldots, n and summing.


Q26Basic

Topic: Sigma notation — evaluate a simple sum

Evaluate k=15k\displaystyle\sum_{k=1}^{5} k.

A) 10

B) 12

C) 20

D) 15

Show the worked solution

Answer: D

Explanation

Sigma notation is an instruction, not a mystery: "substitute k=1k = 1 through 55 into the expression after the Σ\Sigma, and add the results."

k=15k=1+2+3+4+5=15\sum_{k=1}^{5} k = 1 + 2 + 3 + 4 + 5 = 15

Why the others are wrong:

  • A (10) stops at k=4k = 4 — the upper limit is inclusive; k=5k = 5 belongs in the sum.
  • C (20) is 5×45 \times 4, a corrupted use of the formula (n(n1)n(n-1) instead of n(n+1)/2n(n+1)/2).
  • B (12) matches no correct reading — with only five tiny terms, expanding and adding leaves no room for such an option to feel plausible.

Takeaway: When limits are small, expand — always. For big limits, k=1nk=n(n+1)2\displaystyle\sum_{k=1}^{n} k = \frac{n(n+1)}{2}; for n=5n = 5: 5×62=15\frac{5 \times 6}{2} = 15 ✓ (the formula and the expansion must agree).


Q27Basic

Topic: Sigma notation — evaluate with a formula

Evaluate k=14(2k+1)\displaystyle\sum_{k=1}^{4} (2k+1).

A) 20

B) 24

C) 22

D) 28

Show the worked solution

Answer: B

Explanation

Substitute each kk and add:

k=1: 3k=2: 5k=3: 7k=4: 9k=1:\ 3 \qquad k=2:\ 5 \qquad k=3:\ 7 \qquad k=4:\ 9 Sum=3+5+7+9=24\text{Sum} = 3 + 5 + 7 + 9 = 24

Formula check: this is an AP with a=3a = 3, l=9l = 9, n=4n = 4: S4=42(3+9)=24S_4 = \frac{4}{2}(3 + 9) = 24 ✓.

Why the others are wrong:

  • A (20) sums 2k2k without the +1+1's: 2+4+6+8=202 + 4 + 6 + 8 = 20. Four dropped +1+1's are exactly the four marks between A and the right answer.
  • D (28) reads 2k+12k + 1 as 2(k+1)2(k+1): 4+6+8+10=284 + 6 + 8 + 10 = 28. Brackets change everything.
  • C (22) is an addition slip in the four-term sum — the pairing check (3+9)+(5+7)=12+12(3+9) + (5+7) = 12 + 12 makes the true total hard to miss.

Takeaway: Substitute-and-add is the base method; the AP sum formula is the check. Watch two things like a hawk: the exact expression being summed, and every ++constant it carries.


Q28Intermediate

Topic: Sigma notation — identify the sequence type

The series k=1n(3k1)\displaystyle\sum_{k=1}^{n} (3k-1) represents:

A) An AP with first term 2 and common difference 3

B) A GP with first term 2 and common ratio 3

C) An AP with first term 3 and common difference 1

D) An AP with first term 1 and common difference 3

Show the worked solution

Answer: A

Explanation

Expand the first few terms — that is how you identify any sequence hiding in sigma notation.

T1=3(1)1=2,T2=5,T3=8T_1 = 3(1)-1 = 2, \qquad T_2 = 5, \qquad T_3 = 8

Differences of 3 and 3 — constant. So it is an AP with a=2a=2, d=3d=3.

Why the others are wrong:

  • D took the "1-1" as the first term. The first term comes from substituting k=1k=1, giving 2.
  • C swapped the roles — the 3 is the coefficient of kk, so it is dd, not aa.
  • B calls it a GP. A kk multiplied by a constant means "add that much each step"; only kk in an exponent multiplies.

Takeaway: Linear in kk → AP (difference = the coefficient). Exponential in kk → GP (ratio = the base). In doubt, expand three terms.


Q29Intermediate

Topic: Sigma notation — geometric series

Evaluate k=1423k1\displaystyle\sum_{k=1}^{4} 2 \cdot 3^{k-1}.

A) 81

B) 78

C) 80

D) 84

Show the worked solution

Answer: C

Explanation

The kk is in the exponent, so this is geometric. Expand:

2+6+18+54=802 + 6 + 18 + 54 = 80

Formula check (a=2a=2, r=3r=3, n=4n=4): S4=2(811)2=80S_4 = \frac{2(81-1)}{2} = 80

Why the others are wrong:

  • A (81) is just 343^4 — the factor 2 and the summing both ignored.
  • B (78) dropped the k=1k=1 term. The exponent k1k-1 makes it 230=22\cdot3^0 = 2, and 30=13^0=1 catches people.
  • D (84) is an addition slip; expanding and formula-checking leaves it no room.

Takeaway: kk in the exponent → GP. Watch the k=1k=1 term (anything to the power 0 is 1), expand when nn is small, and let the formula confirm.


Q30Intermediate

Topic: Sigma notation — shifted limits

Evaluate k=372k\displaystyle\sum_{k=3}^{7} 2k.

A) 40

B) 45

C) 42

D) 50

Show the worked solution

Answer: D

Explanation

The lower limit is 3, not 1 — the most-missed detail in sigma questions. Substitute k=3k=3 to 77 (five terms):

6+8+10+12+14=506 + 8 + 10 + 12 + 14 = 50

Structure check: five terms with middle term 10, so 5×10=505 \times 10 = 50

Why the others are wrong:

  • A (40) lost the middle term — pairing 6+146+14 and 8+128+12 leaves the unpaired 10 behind.
  • C (42) misread both limits, summing k=1k=1 to 6.
  • B (45) misread the upper limit as 6.

Takeaway: Read both limits first, count the terms as (topbottom)+1(\text{top}-\text{bottom})+1, then expand. With an odd number of AP terms, "middle × count" is a fast check.


Section 8.7 — Infinite Geometric Series

When r<1|r| < 1, the terms of a GP shrink towards zero, so the infinite sum converges to a finite value:

S=a1ronly when r<1S_\infty = \frac{a}{1-r} \quad \text{only when } |r| < 1

If r1|r| \geq 1, the sum diverges (grows without bound) and SS_\infty does not exist.


Q31Basic

Topic: Infinite geometric series — convergence condition

For which value(s) of rr does an infinite geometric series converge?

A) r>0r > 0

B) r<1|r| < 1

C) r<1r < 1

D) 1<r<0-1 < r < 0 only

Show the worked solution

Answer: B

Explanation

An infinite sum only settles at a finite value if the terms shrink towards zero. That happens exactly when r<1|r| < 1, meaning 1<r<1-1 < r < 1.

Why the others are wrong — each admits or excludes the wrong ratios:

  • C (r<1r<1) allows r=5r=-5: the terms a,5a,25a,a, -5a, 25a, \ldots explode. The absolute value is the condition, not decoration.
  • A (r>0r>0) allows r=2r=2, where the terms double forever.
  • D keeps only the negative half, wrongly excluding r=12r=\frac12 — the commonest convergent case of all.

Takeaway: SS_\infty exists only when r<1|r|<1. Test any proposed condition by hunting for a ratio it wrongly lets in or leaves out.


Q32Basic

Topic: Infinite geometric series — calculate SS_\infty

Find SS_\infty of the GP 12, 6, 3, 32, 12,\ 6,\ 3,\ \dfrac{3}{2},\ \ldots

A) 12

B) 18

C) 24

D) 36

Show the worked solution

Answer: C

Explanation

a=12a=12, r=12r=\frac12, and r<1|r|<1 so the sum exists:

S=12112=24S_\infty = \frac{12}{1-\tfrac12} = 24

Watch it converge: 12,18,21,22.5,23.25,12, 18, 21, 22.5, 23.25, \ldots — halving the remaining gap each time, leaning on 24.

Why the others are wrong:

  • A (12) is only the first term.
  • B (18) stops after two terms; the infinite tail adds another 6.
  • D (36) mangles the denominator — and the running total never passes 24, so it is impossible.

Takeaway: S=a1rS_\infty = \frac{a}{1-r}, and dividing by a fraction means multiplying by its reciprocal. Adding three or four terms tells you roughly where the answer must land — a useful sanity rail.


Q33Intermediate

Topic: Infinite geometric series — find first term given SS_\infty and rr

An infinite GP has S=20S_\infty = 20 and r=14r = \dfrac{1}{4}. Find the first term.

A) 15

B) 80

C) 5

D) 10

Show the worked solution

Answer: A

Explanation

Reverse problem: the sum is known, the first term isn't. Rearranging S=a/(1r)S_\infty = a/(1-r) gives a=S(1r)a = S_\infty(1-r):

a=20(114)=20×34=15a = 20\left(1 - \frac{1}{4}\right) = 20 \times \frac{3}{4} = 15

Check forwards: S=15114=1534=20S_\infty = \dfrac{15}{1 - \tfrac14} = \dfrac{15}{\tfrac34} = 20 ✓. (The series 15+3.75+0.9375+15 + 3.75 + 0.9375 + \cdots indeed leans on 20.)

Why the others are wrong:

  • B (80) divides where it should multiply: 20÷14=8020 \div \tfrac14 = 80 — running the formula in the wrong direction. Its forward check explodes: 80/(3/4)10780/(3/4) \approx 107, not 20.
  • C (5) multiplies by rr instead of by (1r)(1-r): 20×14=520 \times \tfrac14 = 5.
  • D (10) multiplies by 12\tfrac12 — a "take half" reflex with no basis in the given r=14r = \tfrac14.

Takeaway: a=S(1r)a = S_\infty(1 - r): the first term is always smaller than the infinite sum (the tail contributes the rest) — so any candidate bigger than 20, like option B, is disqualified before you compute anything.


Q34Proficient

Topic: Infinite geometric series — recurring decimal

Express the recurring decimal 0.3=0.3330.\overline{3} = 0.333\ldots as a fraction.

A) 310\dfrac{3}{10}

B) 14\dfrac{1}{4}

C) 311\dfrac{3}{11}

D) 13\dfrac{1}{3}

Show the worked solution

Answer: D

Explanation

A recurring decimal is an infinite geometric series hiding in plain sight — each repeat is the previous one shifted a decimal place:

0.333=0.3+0.03+0.003+0.333\ldots = 0.3 + 0.03 + 0.003 + \cdots

a=0.3a = 0.3, r=0.1r = 0.1 (each term is a tenth of the one before), and r<1|r| < 1:

S=0.310.1=0.30.9=39=13S_\infty = \frac{0.3}{1 - 0.1} = \frac{0.3}{0.9} = \frac{3}{9} = \frac{1}{3}

Why the others are wrong:

  • A (310\tfrac{3}{10}) is 0.30.3 exactly — the first term alone. Truncating a recurring decimal always undershoots.
  • C (311\tfrac{3}{11}) is what the formula produces if you add rr instead of subtracting: 0.3/1.1=311=0.27270.3/1.1 = \tfrac{3}{11} = 0.2727\ldots — visibly the wrong recurring decimal.
  • B (14\tfrac14) is 0.250.25, a familiar-fraction guess. Divide it out: 0.250.3330.25 \neq 0.333\ldots Candidate fractions can always be tested by division.

Takeaway: Recurring decimal → infinite GP with r=0.1(repeating digits)r = 0.1^{(\text{repeating digits})}a/(1r)a/(1-r). And 0.3=130.\overline{3} = \tfrac13 deserves to be instant recall — it anchors the whole family (0.6=230.\overline{6} = \tfrac23, 0.9=10.\overline{9} = 1).


Q35Intermediate

Topic: Infinite geometric series — find rr given aa and SS_\infty

An infinite GP has first term 8 and S=24S_\infty = 24. Find the common ratio.

A) 13\dfrac{1}{3}

B) 23\dfrac{2}{3}

C) 12\dfrac{1}{2}

D) 34\dfrac{3}{4}

Show the worked solution

Answer: B

Explanation

Solve the sum formula for rr — note that the fraction a/Sa/S_\infty gives you 1r1-r, not rr itself:

24=81r    1r=824=13    r=2324 = \frac{8}{1 - r} \implies 1 - r = \frac{8}{24} = \frac{1}{3} \implies r = \frac{2}{3}

Check: r=23<1|r| = \tfrac23 < 1 ✓ (convergent), and forwards: 8123=813=24\dfrac{8}{1 - \tfrac23} = \dfrac{8}{\tfrac13} = 24 ✓.

Why the others are wrong:

  • A (13\tfrac13) is the value of 1r1 - r reported as rr — the solution abandoned one line before the finish. This near-miss is the whole reason the question exists.
  • C (12\tfrac12) gives S=8/12=1624S_\infty = 8/\tfrac12 = 16 \neq 24.
  • D (34\tfrac34) gives S=8/14=3224S_\infty = 8/\tfrac14 = 32 \neq 24. Both fail the same five-second forward check.

Takeaway: r=1a/Sr = 1 - a/S_\infty. Whenever a rearrangement produces "1r=1 - r = \ldots", underline it — the examiner is betting you'll stop there and forget the final subtraction.


Exam-Bank Extras — Question Types Confirmed in Recent Papers

The NBT MAT reuses question types from a stable bank year after year. The three questions below are modelled directly on types repeatedly confirmed in recent papers and not yet represented in this chapter. Every answer has been independently machine-verified.


Q36Intermediate

Topic: Sigma notation — sum of the first pp odd numbers

Which expression equals n=1p(2n1)\displaystyle\sum_{n=1}^{p} (2n - 1)?

A) p(p+1)p(p+1)

B) p2p^{2}

C) 2p2p2p^{2} - p

D) p(p1)p(p-1)

Show the worked solution

Answer: B

Explanation

The rule 2n12n-1 generates the odd numbers: 1,3,5,,2p11, 3, 5, \ldots, 2p-1. So this is an AP with a=1a=1, d=2d=2, and pp terms.

By formula: Sp=p2(2+(p1)2)=p2(2p)=p2S_p = \frac{p}{2}\bigl(2 + (p-1)2\bigr) = \frac{p}{2}(2p) = p^{2}

By picture: 1=121 = 1^2, 1+3=221+3 = 2^2, 1+3+5=321+3+5 = 3^2, 1+3+5+7=421+3+5+7 = 4^2 — each new odd number wraps an L around the square, completing the next one.

Why the others are wrong:

  • A p(p+1)p(p+1) is the sum of the first pp even numbers.
  • C 2p2p2p^2-p equals p(2p1)p(2p-1) — the last term times pp, a mis-expansion.
  • D p(p1)p(p-1) is the even-number sum one step short.

Takeaway: n=1p(2n1)=p2\sum_{n=1}^{p}(2n-1) = p^2 — worth knowing as a single fact. "2n±12n\pm1 summed from 1" should trigger "odd numbers → perfect square".


Q37Intermediate

Topic: A sequence defined by a hidden additive rule (Fibonacci-type)

In the sequence

34,  21,  13,  8,  5,  3,  w,  r34,\; 21,\; 13,\; 8,\; 5,\; 3,\; w,\; r

each term is the sum of the two terms immediately to its right. Find w+rw + r.

A) 22

B) 55

C) 33

D) 44

Show the worked solution

Answer: C

Explanation

Verify the rule first — never trust a stated pattern blindly: 34=21+1334 = 21+13 ✓, 21=13+821 = 13+8 ✓, 13=8+513 = 8+5 ✓, 8=5+38 = 5+3 ✓. (Fibonacci, running backwards.)

Now apply it to the terms containing the unknowns:

The term 5 has right-neighbours 3 and ww:  5=3+ww=2\ 5 = 3+w \Rightarrow w = 2

The term 3 has right-neighbours ww and rr:  3=2+rr=1\ 3 = 2+r \Rightarrow r = 1

w+r=3w + r = 3

Why the others are wrong:

  • A (22) is ww alone — the question asks for w+rw+r.
  • D (44) is ww counted twice; the equation for rr was never solved.
  • B (55) just echoes a visible term.

Takeaway: If a sequence fails both the AP test (constant differences) and the GP test (constant ratios), try an additive rule. Once one unknown falls, the rest follow one equation at a time.


Q38Proficient

Topic: Equating two arithmetic series (pairing strategy)

Solve for xx:

199+195+191++7+3  =  x+1+5+9++193+197199 + 195 + 191 + \cdots + 7 + 3 \;=\; x + 1 + 5 + 9 + \cdots + 193 + 197

A) 5050

B) 200200

C) 22

D) 100100

Show the worked solution

Answer: D

Explanation

Both sides are arithmetic series with difference 4 and 50 terms each — plus the lone xx on the right.

The insight: pair the terms across the equation.

199197,195193,,31199 \leftrightarrow 197, \quad 195 \leftrightarrow 193, \quad \ldots, \quad 3 \leftrightarrow 1

Every pair differs by 2, and there are 50 pairs. So the left side exceeds the right-side series by 2×50=1002 \times 50 = 100, and xx must supply exactly that:

x=100x = 100

Formula check: left =502(3+199)=5050= \frac{50}{2}(3+199) = 5050; right series =502(1+197)=4950= \frac{50}{2}(1+197) = 4950; difference =100= 100

Why the others are wrong:

  • A (5050) is the number of pairs, not the surplus.
  • C (22) is one pair's difference; there are fifty.
  • B (200200) used the within-series difference of 4 as the per-pair gap. The gap across the equation is 2.

Takeaway: Two long series across an equals sign? Do not compute either side — pair the terms and multiply the per-pair difference by the number of pairs.


Mixed Practice Questions — M1 to M30


M1Intermediate

Topic: Algebra — factorising with a common factor

Factorise completely: (x+2)2(x+2)(x1)(x+2)^2 - (x+2)(x-1).

A) 3(x+2)3(x+2)

B) (x+2)(2x+1)(x+2)(2x+1)

C) 3x+23x + 2

D) (x1)(x+3)(x-1)(x+3)

Show the worked solution

Answer: A

Explanation

Step 1 — Both terms share the factor (x+2)(x+2); take it out.

Step 2 — (x+2)[(x+2)(x1)](x+2)\big[(x+2) - (x-1)\big].

Step 3 — The bracket simplifies: (x+2)(x1)=3(x+2)-(x-1) = 3, giving 3(x+2)3(x+2).

Why the others are wrong:

  • B added the brackets instead of subtracting them.

  • C expanded and lost the factor.

  • D factorised the expansion incorrectly.

Takeaway: Take out the common bracket FIRST. Expanding everything and starting again is slower and much easier to get wrong.


M2Basic

Topic: Number sense — percentage of an amount

What is 20 % of 350?

A) 35

B) 17.5

C) 70

D) 175

Show the worked solution

Answer: C

Explanation

Step 1 — 20% means 20100=0.2\dfrac{20}{100} = 0.2.

Step 2 — 0.2×3500.2 \times 350.

Step 3 — =70= 70.

Why the others are wrong:

  • A found 10%.

  • B found 5%.

  • D found 50%.

Takeaway: 10% of 350 is 35, so 20% is double that. Working from 10% is the fastest mental route.


M3Intermediate

Topic: Functions — vertex of a parabola

The function f(x)=x26x+5f(x) = x^2 - 6x + 5 has its turning point at:

A) (3, 4)(3,\ 4)

B) (3, 4)(3,\ -4)

C) (3, 4)(-3,\ 4)

D) (3, 4)(-3,\ -4)

Show the worked solution

Answer: B

Explanation

Step 1 — The axis of symmetry is x=b2a=62=3x = -\dfrac{b}{2a} = \dfrac{6}{2} = 3.

Step 2 — Substitute: y=326(3)+5=918+5=4y = 3^2 - 6(3) + 5 = 9 - 18 + 5 = -4.

Step 3 — The turning point is (3, 4)(3,\ -4).

Why the others are wrong:

  • A got xx right but the sign of yy wrong.

  • C negated the xx-coordinate.

  • D negated both.

Takeaway: Find xx first, then SUBSTITUTE to get yy. Guessing the yy-coordinate from the constant term is what produces +4+4 here.


M4Basic

Topic: Trigonometry — exact value

sin30°+cos60°=\sin 30° + \cos 60° =

A) 00

B) 22\dfrac{\sqrt{2}}{2}

C) 32\dfrac{\sqrt{3}}{2}

D) 11

Show the worked solution

Answer: D

Explanation

Step 1 — sin30°=12\sin 30° = \dfrac12.

Step 2 — cos60°=12\cos 60° = \dfrac12.

Step 3 — 12+12=1\dfrac12 + \dfrac12 = 1.

Why the others are wrong:

  • A subtracted the two instead of adding.

  • B used 45°45° values.

  • C used sin60°\sin 60° for one of them.

Takeaway: sin30°=cos60°\sin 30° = \cos 60° — they are complementary angles, so they share a value. Two halves make one.


M5Basic

Topic: Algebra — linear inequality

Solve 2x+6>0-2x + 6 > 0.

A) x<3x < 3

B) x>3x > 3

C) x>3x > -3

D) x<3x < -3

Show the worked solution

Answer: A

Explanation

Step 1 — 2x+6>0-2x + 6 > 0 gives 2x>6-2x > -6.

Step 2 — Dividing by a NEGATIVE number reverses the inequality.

Step 3 — x<3x < 3.

Why the others are wrong:

  • B divided by 2-2 without flipping the sign.

  • C flipped the sign of 3 instead of the inequality.

  • D got both wrong.

Takeaway: Dividing or multiplying by a negative FLIPS the inequality. Check with a value: x=0x = 0 gives 6>06 > 0 ✓, and 0 is less than 3.


M6Basic

Topic: Geometry — co-interior angles

Co-interior angles formed by a transversal cutting two parallel lines:

A) Are equal

B) Sum to 360°

C) Sum to 180°

D) Are supplementary only when acute

Show the worked solution

Answer: C

Explanation

Step 1 — Co-interior angles lie between the parallels, on the same side of the transversal.

Step 2 — They are supplementary.

Step 3 — So they sum to 180°180°.

Why the others are wrong:

  • A alternate and corresponding angles are equal; co-interior are not.

  • B 360°360° is the total around a point.

  • D the relationship holds for every pair, acute or obtuse.

Takeaway: Three relationships to keep apart: corresponding EQUAL, alternate EQUAL, co-interior SUPPLEMENTARY.


M7Basic

Topic: Data — median

The median of {3, 7, 7, 10, 12}\{3,\ 7,\ 7,\ 10,\ 12\} is:

A) 10

B) 7

C) 7.8

D) 8

Show the worked solution

Answer: B

Explanation

Step 1 — The data is already sorted: 3, 7, 7, 10, 123,\ 7,\ 7,\ 10,\ 12.

Step 2 — There are five values, so the median is the 3rd.

Step 3 — =7= 7.

Why the others are wrong:

  • A took the 4th value.

  • C computed the MEAN, which is 7.8.

  • D averaged the middle two, which is only for an even count.

Takeaway: With an odd count the median is the single middle value — no averaging. Here the mean and median differ, and the question asks for the median.


M8Intermediate

Topic: Financial maths — compound interest

R5 000 is invested at 20 % p.a. compound interest for 2 years. The accumulated value is:

A) R6 000

B) R7 000

C) R6 500

D) R7 200

Show the worked solution

Answer: D

Explanation

Step 1 — Compound: A=P(1+i)n=5000(1.2)2A = P(1+i)^n = 5000(1.2)^2.

Step 2 — 1.22=1.441.2^2 = 1.44.

Step 3 — 5000×1.44=72005000 \times 1.44 = 7200.

Why the others are wrong:

  • A applied one year only.

  • B used simple interest: 5000(1+0.4)=70005000(1 + 0.4) = 7000.

  • C used 1.31.3.

Takeaway: 1.22=1.441.2^2 = 1.44, not 1.41.4. The extra R200 is the second year's interest on the first year's interest — that is what 'compound' means.


M9Basic

Topic: Arithmetic sequence — find a term

Find the 10th term of the AP 3, 7, 11, 15, 3,\ 7,\ 11,\ 15,\ \ldots

A) 39

B) 41

C) 43

D) 37

Show the worked solution

Answer: A

Explanation

Step 1 — a=3a = 3 and d=73=4d = 7 - 3 = 4.

Step 2 — T10=a+9d=3+9(4)T_{10} = a + 9d = 3 + 9(4).

Step 3 — =3+36=39= 3 + 36 = 39.

Why the others are wrong:

  • B used a+10da + 10d — ten steps instead of nine.

  • C used a+10da + 10d and mis-added.

  • D used a+8.5da + 8.5d or mis-multiplied.

Takeaway: T10T_{10} takes NINE steps from the first term, so it uses 9d9d. The (n1)(n-1) is the whole difficulty of this formula.


M10Basic

Topic: Number sense — simplifying surds

Simplify 75\sqrt{75}.

A) 353\sqrt{5}

B) 1515

C) 535\sqrt{3}

D) 25325\sqrt{3}

Show the worked solution

Answer: C

Explanation

Step 1 — Find the largest square factor of 75: 75=25×375 = 25 \times 3.

Step 2 — 75=253\sqrt{75} = \sqrt{25}\sqrt3.

Step 3 — =53= 5\sqrt3.

Why the others are wrong:

  • A used 9×7599 \times \dfrac{75}{9}, which is not a whole factorisation.

  • B treated 75\sqrt{75} as if 75 were a perfect square.

  • D took 25 out without square-rooting it.

Takeaway: Pull out the largest PERFECT SQUARE, and square-root it as it leaves. 25=5\sqrt{25} = 5, so 25 becomes 5 outside the root.


M11Basic

Topic: Functions — hyperbola

Which statement about y=3xy = \dfrac{3}{x} is correct?

A) It has an xx-intercept at x=3x = 3

B) It has no xx-intercept and no yy-intercept

C) It has a yy-intercept at y=3y = 3

D) It has a minimum at (1, 3)(1,\ 3)

Show the worked solution

Answer: B

Explanation

Step 1 — y=3xy = \dfrac3x is a hyperbola with asymptotes x=0x = 0 and y=0y = 0.

Step 2 — yy is never 0, because 3 divided by anything is never 0 — no xx-intercept.

Step 3 — x=0x = 0 is undefined — no yy-intercept either.

Why the others are wrong:

  • A y=33=1y = \dfrac33 = 1 at x=3x = 3, so that is not an intercept.

  • C x=0x = 0 is not in the domain at all.

  • D a hyperbola has no turning point.

Takeaway: A hyperbola y=kxy = \dfrac{k}{x} crosses NEITHER axis — the axes are its asymptotes. That single fact answers the whole question.


M12Basic

Topic: Trigonometry — solve a basic equation

Solve sinθ=1\sin\theta = -1 for θ[0°, 360°]\theta \in [0°,\ 360°].

A) 90°90°

B) 180°180°

C) 0°

D) 270°270°

Show the worked solution

Answer: D

Explanation

Step 1 — Sine reaches its minimum of 1-1 once per revolution.

Step 2 — On the unit circle that is straight down.

Step 3 — θ=270°\theta = 270°.

Why the others are wrong:

  • A sin90°=+1\sin 90° = +1, the maximum.

  • B sin180°=0\sin 180° = 0.

  • C sin0°=0\sin 0° = 0.

Takeaway: sinθ=1\sin\theta = -1 has exactly ONE solution in [0°,360°][0°, 360°], unlike most values which have two. The extremes are the special cases.


M13Basic

Topic: Geometry — area of a parallelogram

A parallelogram has base 8 cm and perpendicular height 5 cm. Its area is:

A) 40 cm240\ \text{cm}^2

B) 20 cm220\ \text{cm}^2

C) 80 cm280\ \text{cm}^2

D) 26 cm226\ \text{cm}^2

Show the worked solution

Answer: A

Explanation

Step 1 — Area of a parallelogram is base ×\times perpendicular height.

Step 2 — 8×58 \times 5.

Step 3 — =40= 40 cm².

Why the others are wrong:

  • B halved it — that is the TRIANGLE formula.

  • C doubled it.

  • D added the base and height, then doubled.

Takeaway: A parallelogram is base ×\times height with NO half. The half belongs to the triangle, which is half a parallelogram.


M14Intermediate

Topic: Data — independent events

P(A)=0.6P(A) = 0.6 and P(B)=0.4P(B) = 0.4; AA and BB are independent. Find P(AB)P(A \cap B).

A) 1.0

B) 0.76

C) 0.24

D) 0.2

Show the worked solution

Answer: C

Explanation

Step 1 — Independent events: P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B).

Step 2 — 0.6×0.40.6 \times 0.4.

Step 3 — =0.24= 0.24.

Why the others are wrong:

  • A added the probabilities.

  • B computed P(AB)P(A \cup B).

  • D estimated, or used 0.5×0.40.5 \times 0.4.

Takeaway: 'And' with independent events means MULTIPLY. The answer must be smaller than either probability, which rules out anything above 0.4.


M15Basic

Topic: Geometric sequence — find a term

A GP has first term 3 and common ratio 4. Find T4T_4.

A) 48

B) 192

C) 64

D) 768

Show the worked solution

Answer: B

Explanation

Step 1 — Tn=arn1T_n = ar^{n-1}, so T4=ar3T_4 = ar^3.

Step 2 — =3×43=3×64= 3 \times 4^3 = 3 \times 64.

Step 3 — =192= 192.

Why the others are wrong:

  • A used ar2ar^2 — that is T3T_3.

  • C reported 434^3 without the first term.

  • D used ar4ar^4, which is T5T_5.

Takeaway: T4T_4 uses r3r^3, not r4r^4: three multiplications get you from the 1st term to the 4th. The same off-by-one as arithmetic sequences.


M16Intermediate

Topic: Financial maths — straight-line depreciation

A machine costs R50 000. It depreciates at 5 % p.a. straight-line for 6 years. Its book value after 6 years is:

A) R40 000

B) R15 000

C) R45 000

D) R35 000

Show the worked solution

Answer: D

Explanation

Step 1 — Straight-line: the same amount each year, based on the ORIGINAL cost.

Step 2 — 5%5\% of 50000=250050\,000 = 2500 per year.

Step 3 — After 6 years: 500006(2500)=5000015000=3500050\,000 - 6(2500) = 50\,000 - 15\,000 = 35\,000.

Why the others are wrong:

  • A used 4 years.

  • B reported the total depreciation instead of the book value.

  • C used one year.

Takeaway: Straight-line depreciation is linear: rate × original × years. B is the amount LOST, not the value remaining — read what is asked.


M17Basic

Topic: Algebra — fully factorise

Factorise completely: 3x2123x^2 - 12.

A) 3(x2)(x+2)3(x-2)(x+2)

B) (3x4)(x+3)(3x-4)(x+3)

C) 3(x2)23(x-2)^2

D) 3(x+2)23(x+2)^2

Show the worked solution

Answer: A

Explanation

Step 1 — Take out the common factor 3: 3(x24)3(x^2 - 4).

Step 2 — x24x^2 - 4 is a difference of squares.

Step 3 — 3(x2)(x+2)3(x-2)(x+2).

Why the others are wrong:

  • B expands to 3x2+5x123x^2+5x-12.

  • C (x2)2=x24x+4(x-2)^2 = x^2-4x+4, which has a middle term.

  • D (x+2)2(x+2)^2 likewise has a middle term.

Takeaway: COMMON FACTOR first, then look at what is left. x24x^2-4 then factorises further, and 'completely' means you must go all the way.


M18Basic

Topic: Functions — exponential evaluation

If f(x)=2xf(x) = 2^x, find f(3)f(1)f(3) - f(1).

A) 2

B) 4

C) 6

D) 16

Show the worked solution

Answer: C

Explanation

Step 1 — f(3)=23=8f(3) = 2^3 = 8.

Step 2 — f(1)=21=2f(1) = 2^1 = 2.

Step 3 — 82=68 - 2 = 6.

Why the others are wrong:

  • A computed f(31)=f(2)=4f(3-1) = f(2) = 4... i.e. subtracted the inputs.

  • B used f(2)f(2).

  • D multiplied instead of subtracting.

Takeaway: f(3)f(1)f(3) - f(1) means evaluate BOTH and subtract the results. It is not f(31)f(3-1) — functions do not distribute over subtraction.


M19Intermediate

Topic: Arithmetic series — sum to 20 terms

Find the sum of the AP 5, 10, 15, 5,\ 10,\ 15,\ \ldots to 20 terms.

A) 1 000

B) 1 050

C) 1 100

D) 950

Show the worked solution

Answer: B

Explanation

Step 1 — a=5a = 5, d=5d = 5, n=20n = 20.

Step 2 — Sn=n2[2a+(n1)d]=10[10+95]S_n = \dfrac{n}{2}\big[2a + (n-1)d\big] = 10[10 + 95].

Step 3 — =10×105=1050= 10 \times 105 = 1050.

Why the others are wrong:

  • A used (n1)=20(n-1) = 20.

  • C used n=21n = 21.

  • D used (n1)=18(n-1) = 18.

Takeaway: S20S_{20} uses (n1)=19(n-1) = 19, not 20. An alternative check: the average term is 5+1002=52.5\dfrac{5 + 100}{2} = 52.5, and 52.5×20=105052.5 \times 20 = 1050.


M20Basic

Topic: Number sense — laws of exponents

Simplify 23×2425\dfrac{2^3 \times 2^4}{2^5}.

A) 2122^{12}

B) 88

C) 1616

D) 44

Show the worked solution

Answer: D

Explanation

Step 1 — Add the exponents on top: 23×24=272^3 \times 2^4 = 2^7.

Step 2 — Subtract the one below: 27÷25=222^7 \div 2^5 = 2^2.

Step 3 — 22=42^2 = 4.

Why the others are wrong:

  • A multiplied the exponents.

  • B reached 232^3.

  • C reached 242^4.

Takeaway: 3+45=23 + 4 - 5 = 2. Exponent rules add and subtract; they never multiply exponents unless there is a power of a power.


M21Intermediate

Topic: Geometry — arc length

A circle has radius 6 cm. What is the arc length subtended by a 60° central angle?

A) 2π cm2\pi\ \text{cm}

B) 6π cm6\pi\ \text{cm}

C) 3π cm3\pi\ \text{cm}

D) 12π cm12\pi\ \text{cm}

Show the worked solution

Answer: A

Explanation

Step 1 — The sector is 60360=16\dfrac{60}{360} = \dfrac16 of the circle.

Step 2 — Circumference =2π(6)=12π= 2\pi(6) = 12\pi.

Step 3 — 16×12π=2π\dfrac16 \times 12\pi = 2\pi cm.

Why the others are wrong:

  • B took half the circumference.

  • C took a quarter.

  • D used the whole circumference.

Takeaway: Arc length is θ360×2πr\dfrac{\theta}{360} \times 2\pi r. 60°60° is one sixth of a full turn, which makes the arithmetic easy.


M22Basic

Topic: Data — probability of a prime

A fair die is rolled. What is the probability of rolling a prime number?

A) 13\dfrac{1}{3}

B) 16\dfrac{1}{6}

C) 12\dfrac{1}{2}

D) 23\dfrac{2}{3}

Show the worked solution

Answer: C

Explanation

Step 1 — The primes on a die are 2, 3 and 5 — three of them.

Step 2 — 1 is NOT prime; 4 and 6 are composite.

Step 3 — P=36=12P = \dfrac36 = \dfrac12.

Why the others are wrong:

  • A counted only two primes.

  • B counted one.

  • D counted four, probably by including 1.

Takeaway: 1 is not a prime number. Forgetting that is what turns 12\dfrac12 into 23\dfrac23 here.


M23Intermediate

Topic: Infinite geometric series — calculate SS_\infty

An infinite GP has first term 6 and common ratio 12\dfrac{1}{2}. Find SS_\infty.

A) 6

B) 12

C) 18

D) 24

Show the worked solution

Answer: B

Explanation

Step 1 — S=a1rS_\infty = \dfrac{a}{1-r}, valid because r<1|r| < 1.

Step 2 — =6112=612= \dfrac{6}{1 - \frac12} = \dfrac{6}{\frac12}.

Step 3 — =12= 12.

Why the others are wrong:

  • A reported the first term.

  • C used ar\dfrac{a}{r} style arithmetic.

  • D used 1r=141 - r = \dfrac14.

Takeaway: Dividing by 12\dfrac12 doubles. A sum to infinity is always LARGER than the first term when rr is positive.


M24Intermediate

Topic: Financial maths — accumulated amount

R3 000 is invested at 15 % p.a. simple interest for 4 years. What is the total accumulated amount?

A) R3 450

B) R4 500

C) R5 250

D) R4 800

Show the worked solution

Answer: D

Explanation

Step 1 — Simple interest: A=P(1+in)A = P(1 + in).

Step 2 — =3000(1+0.15×4)=3000(1.6)= 3000(1 + 0.15 \times 4) = 3000(1.6).

Step 3 — =4800= 4800.

Why the others are wrong:

  • A applied one year's interest.

  • B used compound interest.

  • C used 5 years.

Takeaway: Simple interest: the rate times the years, ADDED to 1, then multiplied once. No powers anywhere.


M25Basic

Topic: Algebra — solving x2=kx^2 = k

Solve x2=25x^2 = 25.

A) x=±5x = \pm 5

B) x=5x = 5

C) x=5x = -5

D) x=25x = \sqrt{25} only

Show the worked solution

Answer: A

Explanation

Step 1 — x2=25x^2 = 25 means xx is a number whose square is 25.

Step 2 — Both 5 and 5-5 square to 25.

Step 3 — x=±5x = \pm5.

Why the others are wrong:

  • B misses the negative root.

  • C misses the positive root.

  • D 25\sqrt{25} denotes only the positive root, so this is incomplete.

Takeaway: Solving x2=kx^2 = k gives ±k\pm\sqrt{k}; the SYMBOL k\sqrt{k} means only the positive one. The distinction is the whole question here.


M26Basic

Topic: Functions — direction of parabola

The graph of y=x2+3y = -x^2 + 3 opens in which direction?

A) Right

B) Left

C) Downwards

D) Upwards

Show the worked solution

Answer: C

Explanation

Step 1 — The coefficient of x2x^2 is 1-1.

Step 2 — A negative coefficient means the parabola opens downwards.

Step 3 — (The +3+3 shifts it up but does not turn it.)

Why the others are wrong:

  • A parabolas of this form open up or down, never sideways.

  • B sideways again — that needs x=y2x = y^2.

  • D upwards would need a POSITIVE coefficient.

Takeaway: The sign of the x2x^2 coefficient decides the direction, and nothing else does. A constant term moves the graph without turning it.


M27Intermediate

Topic: Sigma notation — writing a series

Which sigma expression represents 2+5+8+11+142 + 5 + 8 + 11 + 14?

A) k=15(3k+1)\displaystyle\sum_{k=1}^{5} (3k+1)

B) k=15(3k1)\displaystyle\sum_{k=1}^{5} (3k-1)

C) k=153k\displaystyle\sum_{k=1}^{5} 3k

D) k=14(3k1)\displaystyle\sum_{k=1}^{4} (3k-1)

Show the worked solution

Answer: B

Explanation

Step 1 — The terms go up by 3 each time, so the rule contains 3k3k.

Step 2 — At k=1k=1 the term is 2, and 3(1)=33(1) = 3, so subtract 1.

Step 3 — k=15(3k1)\sum_{k=1}^{5}(3k-1) gives 2,5,8,11,142, 5, 8, 11, 14

Why the others are wrong:

  • A 3k+13k+1 starts at 4.

  • C 3k3k starts at 3.

  • D the right rule but only four terms — it stops at 11.

Takeaway: Match the STEP to the coefficient of kk, then fix the start with the constant. Finally check the upper limit gives the right number of terms.


M28Intermediate

Topic: Trigonometry — angle of elevation

A flagpole casts a shadow of 12 m when the sun's angle of elevation is 30°. The height of the flagpole is:

A) 6 m

B) 12312\sqrt{3} m

C) 636\sqrt{3} m

D) 434\sqrt{3} m

Show the worked solution

Answer: D

Explanation

Step 1 — The shadow is adjacent to the angle and the height is opposite, so use tangent.

Step 2 — h=12tan30°=123h = 12\tan 30° = \dfrac{12}{\sqrt3}.

Step 3 — Rationalise: 1233=43\dfrac{12\sqrt3}{3} = 4\sqrt3 m.

Why the others are wrong:

  • A used 122\dfrac{12}{2}.

  • B used 12tan60°12\tan 60°.

  • C used 636\sqrt3, halving the shadow first.

Takeaway: tan30°=13\tan 30° = \dfrac{1}{\sqrt3}, which is LESS than 1 — so the height must be smaller than the shadow. That check rules out two options immediately.


M29Intermediate

Topic: Arithmetic sequence — find nn

In the AP 5, 8, 11, 5,\ 8,\ 11,\ \ldots, which term equals 77?

A) 25th

B) 24th

C) 26th

D) 27th

Show the worked solution

Answer: A

Explanation

Step 1 — a=5a = 5, d=3d = 3, and we want Tn=77T_n = 77.

Step 2 — 5+(n1)3=775 + (n-1)3 = 77, so (n1)3=72(n-1)3 = 72.

Step 3 — n1=24n - 1 = 24, giving n=25n = 25.

Why the others are wrong:

  • B stopped at n1=24n - 1 = 24.

  • C added one too many.

  • D added two too many.

Takeaway: Solve for (n1)(n-1) first, then add 1. Stopping at n1n-1 is exactly the off-by-one this formula is famous for.


M30Proficient

Topic: Financial maths — annuity future value

R1 000 is deposited at the end of each year for 4 years at 10 % p.a. compound. The total accumulated value after 4 years is:

A) R4 000

B) R4 400

C) R4 641

D) R5 000

Show the worked solution

Answer: C

Explanation

Step 1 — This is a future-value annuity: F=x[(1+i)n1]iF = \dfrac{x\big[(1+i)^n - 1\big]}{i}.

Step 2 — =1000[1.141]0.1=1000(0.4641)0.1= \dfrac{1000\big[1.1^4 - 1\big]}{0.1} = \dfrac{1000(0.4641)}{0.1}.

Step 3 — =4641= 4641.

Why the others are wrong:

  • A added the four payments with no interest.

  • B applied one year of interest to the total.

  • D over-estimated the interest.

Takeaway: Each payment earns interest for a different length of time, which is what the annuity formula packages up. Four payments of R1 000 must total more than R4 000 and much less than R5 000.


From The Complete NBT Mathematics Practice Book by Eben Roux — download the full 796-page PDF. Free to share, complete and unaltered.