Answer Booklet · IBDP Mathematics AA · SL & HL 1.2

The Auditorium
Teacher Answers

Not for distribution · Full worked solutions + marking guidance · Arithmetic sequences & series
🔐 Student HTML Unlock Codes (case-insensitive)
Phase 1 → 2
STALLS
Phase 2 → 3
CIRCLE
Phase 3 → 4
BALCONY
Phase 4 → Done
CURTAIN
🎨 Oral Launch — Read Aloud to Class

"A concert hall is being designed. The architect has one rule: every row must have a fixed number of extra seats compared to the row in front. You are the venue consultants. Your job is to answer the client's increasingly difficult questions — starting with the simplest design and working up to the full hall."

Do not hand out any printed materials. Students work entirely on their VNPS. Display only the phase content on student devices when each phase unlocks.

1

Reading the Pattern

SL 1.2 · Arithmetic sequences · Deriving \(u_n\)

🗣 Phase 1 Prompt — Read Aloud or Display

"The architect shows you the first four rows of the design: Row 1 has 12 seats, Row 2 has 15, Row 3 has 18, Row 4 has 21."

Task 1a — Row 10 and Row 20

The constant difference is \(d = 3\) seats per row.

\(u_{10} = 12 + 9 \times 3 = 12 + 27 = 39\) seats
\(u_{20} = 12 + 19 \times 3 = 12 + 57 = 69\) seats

Students should arrive at these by extending their table or by reasoning "each row adds 3, so Row 10 is 9 steps from Row 1." Accept any correct method.

u₁₀ = 39 seats  ·  u₂₀ = 69 seats
🔍 What to look for on the boards

Most groups will build a table. Some will jump straight to multiplying by 3 and adding 12. Both are valid. Reward groups who articulate why it works — the constant difference is the key idea.

Task 1b — General term \(u_n\)

Students should notice: Row 1 needs \(0\) extra steps, Row 2 needs \(1\) extra step, Row \(n\) needs \((n-1)\) extra steps of 3.

\(u_n = 12 + 3(n - 1)\)

Also acceptable simplified: \(u_n = 3n + 9\). Both forms are correct.

u_n = 12 + 3(n − 1)
🔍 Common error

Students sometimes write \(u_n = 12 + 3n\) (off by one). Ask them to check: does their formula give 12 when \(n = 1\)?

Task 1c — Which row has 63 seats?
\(12 + 3(n-1) = 63\)
\(3(n-1) = 51\)
\(n - 1 = 17\)
\(n = 18\)
Row 18
✓ Gate check before giving STALLS

Verify: (1) a correct general expression for \(u_n\) on the board, and (2) \(n = 18\) with working shown. Both must be present before releasing the code.


2

A New Theatre

SL 1.2 · Extracting \(u_1\) and \(d\) from given terms · Solving for \(n\)

🗣 Phase 2 Prompt — Read Aloud

"The architect has a second design — but this time they've only shown you two rows: Row 5 has 38 seats, and Row 12 has 59 seats. You need to figure out everything else."

Task 2a — Find \(d\) and \(u_1\)

Between Row 5 and Row 12 there are \(12 - 5 = 7\) steps.

\(d = \dfrac{59 - 38}{7} = \dfrac{21}{7} = 3\)

\(u_5 = u_1 + 4d \implies 38 = u_1 + 12 \implies u_1 = 26\)
d = 3  ·  u₁ = 26 seats
🔍 What to look for

The key insight is that going from Row 5 to Row 12 spans exactly 7 differences. Students who just divide \(59 - 38\) by \(12 - 5\) without explanation should be asked to justify the step count.

Task 2b — General term
\(u_n = 26 + 3(n - 1)\)

Also acceptable: \(u_n = 3n + 23\).

u_n = 26 + 3(n − 1)
Task 2c — How many rows fit within 150 seats?
\(26 + 3(n - 1) \leq 150\)
\(3(n - 1) \leq 124\)
\(n - 1 \leq 41.33\ldots\)
\(n \leq 42.33\ldots\)

Since \(n\) must be a whole number: \(n = 42\). Check: \(u_{42} = 26 + 3(41) = 26 + 123 = 149 \leq 150\) ✓

42 rows
✓ Gate check before giving CIRCLE

Verify: correct \(d = 3\), \(u_1 = 26\), general term, and \(n = 42\) with a clear inequality argument (not just trial and error).


3

The Sum Problem

SL 1.2 · Deriving \(S_n\) · Gauss pairing

🗣 Phase 3 Prompt — Read Aloud

"Third design: Row 1 has 20 seats, each row adds 6. The client needs to know total seat counts — for planning purposes."

Task 3a — Total seats, first 5 rows

Row values: 20, 26, 32, 38, 44.

\(S_5 = 20 + 26 + 32 + 38 + 44 = 160\)
S₅ = 160 seats
Task 3b — Total seats, first 15 rows

\(u_{15} = 20 + 14 \times 6 = 104\)

\(S_{15} = \dfrac{15}{2}(20 + 104) = \dfrac{15}{2} \times 124 = 15 \times 62 = 930\)

If students are still adding term by term: let them. The pain at 15 rows is mild. The jump to 40 rows is where the Gauss moment should happen.

S₁₅ = 930 seats
Task 3c — Total seats, 40 rows

\(u_{40} = 20 + 39 \times 6 = 254\)

\(S_{40} = \dfrac{40}{2}(20 + 254) = 20 \times 274 = 5\,480\)
S₄₀ = 5 480 seats
🗣 Teacher verbal prompt (if no group finds the pairing)

Say to the group (do not write this on anything): "Write the sum from Row 1 to Row 40. Now write it again directly underneath, but in reverse order — starting from Row 40. What do you notice about the columns?"

Students should see that every column sums to \(20 + 254 = 274\), giving \(40 \times 274\) — but they've written the sum twice, so divide by 2.

📐 The formula students should derive

\(S_n + S_n = n(u_1 + u_n)\)
\(\therefore S_n = \dfrac{n}{2}(u_1 + u_n) = \dfrac{n}{2}\bigl(2u_1 + (n-1)d\bigr)\)

Task 3d — Verify with a different theatre

\(u_1 = 8,\ d = 5,\ n = 30\).

\(u_{30} = 8 + 29 \times 5 = 8 + 145 = 153\)

\(S_{30} = \dfrac{30}{2}(8 + 153) = 15 \times 161 = 2\,415\)
S₃₀ = 2 415 seats
✓ Gate check before giving BALCONY

Verify: the formula \(S_n = \tfrac{n}{2}(u_1 + u_n)\) or equivalent is written explicitly on the board, \(S_{40} = 5\,480\), and \(S_{30} = 2\,415\). Ask a group member to explain the Gauss pairing — not just recite the formula.


4

Sigma Notation & Reverse Problems

SL 1.2 · Sigma notation · Solving for unknowns · HL system

Task 4 Intro — Deriving the second form of \(S_n\)

Students substitute \(u_n = u_1 + (n-1)d\) into \(S_n = \dfrac{n}{2}(u_1 + u_n)\):

\(S_n = \dfrac{n}{2}\bigl(u_1 + u_1 + (n-1)d\bigr) = \dfrac{n}{2}\bigl(2u_1 + (n-1)d\bigr)\)
S_n = n/2 · (2u₁ + (n−1)d)
🔍 Why this matters

This form is essential for Task 4b, where \(u_n\) is not given directly. Make sure every group has both forms written on their board before moving on.

Task 4a — Sigma notation

The \(\Sigma\) hint (S for sum) should be enough for groups to understand the expression is asking them to sum the terms \(7 + 4(k-1)\) as \(k\) runs from 1 to 25. This is an arithmetic sequence with \(u_1 = 7\), \(d = 4\), \(n = 25\).

\(S_{25} = \dfrac{25}{2}(7 + 103) = \dfrac{25}{2} \times 110 = 25 \times 55 = 1\,375\)
∑ = 1 375

Phase 3c (Task 3c) written in sigma notation:

\(\displaystyle\sum_{k=1}^{40}(20 + 6(k-1))\)
🔍 What to look for

Students should decode that \(k\) is the row index, the expression inside the sum is \(u_k\), and the bounds give the first and last row. The key is getting from the notation to "this is just an arithmetic sum." Do not pre-explain sigma notation — let groups reason it out together.

Task 4b — Working backwards (SL)

Given: \(S_{25} = 1\,350\), \(n = 25\), \(d = 4\). Find \(u_1\).

\(S_{25} = \dfrac{25}{2}(2u_1 + 24 \times 4) = 1\,350\)

\(\dfrac{25}{2}(2u_1 + 96) = 1\,350\)

\(25(2u_1 + 96) = 2\,700\)

\(2u_1 + 96 = 108\)

\(2u_1 = 12 \implies u_1 = 6\)
u₁ = 6 seats
HL Extension — Full worked solution

Given: \(d = 3\), last row \(u_n = 49\), total \(S_n = 424\). Find \(n\) and \(u_1\).

Set up two equations:

(1) \(\quad u_n = u_1 + 3(n-1) = 49\)
(2) \(\quad S_n = \dfrac{n}{2}(u_1 + 49) = 424\)

From equation (1):

\(u_1 = 49 - 3(n-1) = 52 - 3n\)

Substitute into equation (2):

\(\dfrac{n}{2}(52 - 3n + 49) = 424\)

\(\dfrac{n}{2}(101 - 3n) = 424\)

\(n(101 - 3n) = 848\)

\(101n - 3n^2 = 848\)

\(3n^2 - 101n + 848 = 0\)

Solve the quadratic:

\(\Delta = 101^2 - 4(3)(848) = 10\,201 - 10\,176 = 25\)

\(n = \dfrac{101 \pm 5}{6}\)

\(n = \dfrac{106}{6} \approx 17.67 \quad \text{(rejected — not a whole number)}\)

\(n = \dfrac{96}{6} = 16 \quad \checkmark\)

Find \(u_1\):

\(u_1 = 52 - 3(16) = 52 - 48 = 4\)

Verify:

\(u_{16} = 4 + 3(15) = 4 + 45 = 49 \quad \checkmark\)
\(S_{16} = \dfrac{16}{2}(4 + 49) = 8 \times 53 = 424 \quad \checkmark\)

n = 16 rows  ·  u₁ = 4 seats

HL note: The quadratic always produces one valid and one non-integer or non-positive root when the problem is well-posed. Students should check both roots and reject the invalid one with a clear reason.
✓ Gate check before giving CURTAIN

SL minimum: Task 4a decoded correctly with sigma value 1 375, and Phase 3c written in sigma notation. Task 4b with \(u_1 = 6\) and full working.

HL: additionally, the quadratic formed and solved correctly, with the non-integer root explicitly rejected.


Consolidation from the Walls

Select 2–3 boards · 10–12 min debrief

Suggested discussion sequence
  • One board that shows the table approach for Phase 1 — connect it to the general term: why is it \((n-1)\) steps, not \(n\)?
  • One board that shows the Gauss pairing written out — make this explicit: write both the forward and backward sum on the board and show the column sums. Derive the formula from it as a class.
  • Sigma notation — have a group explain what \(k\) represents and why the bounds are 1 to 25. Discuss: could you write the same sum starting from \(k = 0\)?
  • HL only: show how the two conditions become a system, leading to a quadratic. Emphasise: always verify both roots — the context eliminates non-integer answers.