Lesson 11 · Three Rich Problems

Rich Task Session · Mia
Each problem below takes longer than a worksheet question. There is no obvious first step written in — you decide where to start. You may try something that doesn't work; that is completely normal and useful. The goal is not to find the answer quickly. It is to think carefully, notice things, and be surprised. Give each problem at least 15 minutes before asking for a hint.
Problem A · ~15 minutes

The Two Clues

A mystery sequence has exactly two known terms: the 3rd term is 19 and the 6th term is 46.

Part 1. Could this be an arithmetic sequence? If so, find $d$ and $a_1$, and write out the first 8 terms. Check that the 3rd and 6th terms match.

Part 2. Could this be a geometric sequence? Set up the equation you would need to solve. You do not need to find a decimal answer — just decide: does a "nice" whole-number ratio $r$ work?

Part 3. Can you invent a completely different sequence (not arithmetic, not geometric) that also passes through 19 at position 3 and 46 at position 6? Write it out. There is more than one answer.

Stuck on Part 1? Between position 3 and position 6, how many steps are there? How much did the sequence grow in total over those steps?
Facilitator notes (for parent / tutor)
Part 1 solution: 3 steps between positions 3 and 6; total change = 46 − 19 = 27, so $d = 9$. $a_1 = 19 − 2 \times 9 = 1$. Sequence: 1, 10, 19, 28, 37, 46, 55, 64.

Part 2 insight: $a_6 = a_3 \cdot r^3$, so $19r^3 = 46$, $r^3 \approx 2.42$, $r \approx 1.34$ — not a whole number. A geometric sequence exists but has a messy ratio, so it doesn't feel as "natural." This is the surprise: the two clues pin down exactly one clean arithmetic sequence, but the geometric one is ugly.

Key discussion: Two data points do not uniquely determine a sequence — you also need to know the type. Ask: "How many data points would you need to be sure?" (Answer: it depends on what you're allowed to assume about the type.)
Problem B · ~20 minutes

The Savings Race

Three friends all want to save money for a joint stable trip that costs 225 € total.

Rider Starts with Saves per week
Mia15 €18 € per week
Lea45 €12 € per week
Sophie0 €25 € per week

Part 1. Write an expression for how much each person has saved after $w$ weeks.

Part 2. Is there a week when Mia and Lea have exactly the same amount? If so, when and how much do they each have?

Part 3. Is there a week when all three have exactly the same amount? Investigate and explain your answer.

Part 4. Together, they need 225 €. Write an inequality for when their combined total is at least 225 €. In which week can they first afford the trip?

Stuck on Part 2? Set the two expressions equal. Solve for $w$. Does $w$ come out as a whole number?
Facilitator notes
Expressions: Mia $= 15 + 18w$, Lea $= 45 + 12w$, Sophie $= 25w$.

Part 2: $15 + 18w = 45 + 12w$ → $6w = 30$ → $w = 5$. Both have 105 €. ✓

Part 3 surprise: Mia = Sophie: $15 + 18w = 25w$ → $w = 15/7 \approx 2.14$ — not a whole number. Lea = Sophie: $45 + 12w = 25w$ → $w = 45/13 \approx 3.46$ — not a whole number. All three never have the same amount on any whole week. This is the surprising result: two pairs never align (at whole weeks), and the one pair that does (Mia and Lea at week 5) doesn't include Sophie. A great opportunity to discuss that "setting equal" gives a solution, but the solution must make sense in context (whole weeks).

Part 4: $(15 + 18w) + (45 + 12w) + 25w = 60 + 55w \geq 225$ → $55w \geq 165$ → $w \geq 3$. They can go at the end of week 3. Combined at $w=3$: $60 + 165 = 225$ € exactly.
Problem C · ~20 minutes

Every Score Is Possible

At a dressage competition, a rider starts at 0 points.

So a rider who does $c$ correct movements and $e$ errors ends with score $8c - 11e$.

Part 1. Find a combination $(c, e)$ — both non-negative whole numbers — that gives a final score of exactly 5. Show your working.

Part 2. Find a combination that gives a score of exactly 13.

Part 3. Find a combination that gives a score of exactly 100.

Part 4. Try 5 more target scores of your choice (pick anything from 1 to 200). For each one, find a valid $(c, e)$ pair.

Part 5 (big question). Based on your experiments, write a conjecture: do you think every positive whole number score is achievable? Or can you find a score that is impossible? Explain your reasoning.

Stuck on Part 1? Start by trying small values of $e$ (0, 1, 2, …) and see if $8c = 5 + 11e$ ever gives a whole number $c$.
The mathematical surprise: Every positive whole number is achievable. There is no impossible score. This feels like it shouldn't be true — but it is, and the reason is connected to a deep idea in number theory (the Chicken McNugget theorem). You don't need to prove it here: the experience of trying and always succeeding is the lesson.
Facilitator notes
Sample solutions: Score 5: $e = 1$, $8c = 16$, $c = 2$. Check: $16 - 11 = 5$ ✓
Score 13: $e = 3$, $8c = 46$... not whole. $e = 0$: $8c = 13$... no. $e = 5$: $8c = 60$, $c = 7.5$... no. $e = 2$: $8c = 35$... no. $e = 1$: $8c = 24$, $c = 3$. Check: $24 - 11 = 13$ ✓
Score 100: $e = 4$, $8c = 144$, $c = 18$. Check: $144 - 44 = 100$ ✓

Why it always works: Since gcd(8, 11) = 1, by Bézout's identity, every integer can be expressed as $8c - 11e$ for some integers $c, e$. With enough freedom to choose, we can always get non-negative $c$ and $e$. The Chicken McNugget theorem says the largest number NOT expressible as a sum (not difference) of 8s and 11s is $8 \times 11 - 8 - 11 = 69$ — but here we allow differences, which makes even more scores reachable.

Good follow-up question: What is the highest score achievable with at most 10 errors?
What's next → Category W — Slope. You'll learn to measure how steeply a line rises or falls, find it from a graph or two points, and graph lines yourself. The connection to sequences: the common difference $d$ of an arithmetic sequence is exactly the slope of the line it lies on.
← All lessons
Focus 25:00

Ask your tutor