16.4Remainder Problems
Lesson progress0 / 10 missions
Chapter 16 · Remainder Problems

Transform and Align Remainders

第16讲 余数问题 · 余数的变换与对齐

Replace large numbers with small remainders, combine them safely, rebuild nested division stories, and line up several conditions with one useful adjustment.

Keep the remainder information; discard the unnecessary size.
Grade 510 missionsInteractive remainder labsAutosaves locally
Objective checks + optional reflection

Learn it on your own

Work through one or two missions at a time. First predict an answer on paper, then use a laboratory to test it. If stuck, open the local hint and then the reasoning. Try the workshop yourself before choosing a worked review after an attempted check. Every explanation you need is on this page; external chat is optional.

Choose a method: missing divisor → subtract the remainder and filter factors; missing quantities → write N=dq+r and the extra clue; several remainder conditions → look for a common gap; repeated changes → track the net change; long sequences → prove a repeating state.
Always check: whole-number quantities, positive divisor, and 0≤r<d. A zero quotient is possible when N<d; a zero remainder means exact division. If a question asks for positive numbers, exclude zero.
Mission 1

Replace a number by its remainder

For one fixed divisor, numbers with the same remainder sit in the same remainder class. Their difference is a whole multiple of the divisor.

Not complete
3remainder
38 = 7 × 5 + 3
38 leaves remainder 3 when divided by 7.

Compact notation, introduced only after the words are clear: 38 ≡ 3 (mod 7).

You may replace N by r because N − r is a multiple of the divisor. The quotient part contributes no remainder.

Read the remainder story

Need a hint? Try this first

Remove full turns of the wheel.

Read the reasoning, then explain it yourself

38=7×5+3, so 38 and 3 leave the same remainder on division by 7. The symbol “mod 7” means “remainder when divided by 7.”

Mission 2

Add and subtract remainders, then reduce again

The raw sum or difference of two remainders may fall outside the allowed range. Reduce it to a number from 0 through d − 1.

Not complete

Two-number remainder laboratory

For subtraction, a negative intermediate result means moving backward on the remainder wheel. Add the divisor until you reach 0 through d−1. This convention also handles a negative difference: −9 = 8×(−2)+7, so its remainder modulo 8 is 7.

a remainder3
b remainder4
(a+b) remainder0
(a−b) remainder6

Add

3 + 4 = 7 → remainder 0

24 + 18 = 42, and 42 ÷ 7 leaves 0.

Subtract

3 − 4 = −1 → add 7 → remainder 6

24 − 18 = 6, and 6 ÷ 7 leaves 6.

Practice Question 3

If a leaves remainder 3 and b leaves remainder 4 when divided by 7, then:

a + b leaves the same remainder as 3 + 4 = 7
7 leaves remainder 0 when divided by 7.

Complete the transformation

Need a hint? Try this first

Reduce again after the operation.

Read the reasoning, then explain it yourself

3+4=7 gives remainder 0 modulo 7. For subtraction, 3−4=−1; add 7 to obtain the valid remainder 6.

Mission 3

Multiply a remainder and reduce again

If N leaves remainder r, then kN has the same remainder as k×r. The product still needs to be reduced.

Not complete

Practice Question 4

A number leaves remainder 3 when divided by 7. What remainder does three times that number leave?

3+3+3= 9→ 2
The raw product of the remainders is 3×3 = 9. Reduce again: 9 mod 7 = 2, so 3N has remainder 2.

Multiplier laboratory

N → 3known remainder
×
3 × 3 = 9raw product
2final remainder
9 = 7×1 +2

Complete the worked example test

Need a hint? Try this first

Multiply the small remainder.

Read the reasoning, then explain it yourself

If N=7q+3, then 3N=21q+9=7(3q+1)+2. The final remainder is 2. Do not assume division of remainders works this way: 8 and 3 both leave 3 mod 5, but halving 8 gives 4, not 1.5.

Mission 4

Worked example 3: rebuild a nested quotient

A remainder condition on the quotient is not a remainder condition on the original number. Write two division equations and substitute.

Not complete

Complete practice problem

A nonnegative whole number N leaves remainder 2 when divided by 3. The quotient from that division leaves remainder 3 when divided by 4. What remainder does N leave when divided by 6?

First divisionN = 3q + 2
Quotient conditionq = 4t + 3
SubstituteN = 12t + 11
N = 12t + 11 = 6(2t + 1) + 5

Generate examples without changing the final remainder

Quotient q = 4t+319
Number N = 3q+259
N mod 65
q mod 43
N ÷ 3r 2
q ÷ 4r 3
N ÷ 6r 5
Do not combine the remainders 2 and 3 directly. The second remainder belongs to the quotient q, so q must be reconstructed first.

Complete the worked example derivation

Need a hint? Try this first

Name the inner quotient first.

Read the reasoning, then explain it yourself

q=4t+3. Substitute into N=3q+2: N=12t+11=6(2t+1)+5. The final remainder is 5.

Mission 5

Guided Practice 3: align one expression with another

Rewrite the larger expression as a whole multiple of the divisor plus a small leftover.

Not complete

Complete original practice

When b is divided by a, the quotient is 3 and the remainder is 3. When c is divided by a, the quotient is 9 and the remainder is 11. Therefore a>11. The division equations are:

b = 3a + 3
c = 9a + 11

What remainder does c leave when divided by b?

Scale b

3b = 9a + 9

Compare with c

c = 9a + 11 = 3b + 2

Check many values of a

b = 3a+339
c = 9a+11119
3b+2119
c mod b2

Complete the alignment

Need a hint? Try this first

Compare c with three copies of b.

Read the reasoning, then explain it yourself

The original divisions require a>11. Since 3b=9a+9, c=3b+2. Also b≥39, so 0≤2<b and the remainder is 2.

Mission 6

Align several conditions with one shared offset

Sometimes every remainder sits the same distance below its divisor. Add that distance once, and all conditions become exact divisibility conditions.

Not complete

Practice Question 6

Find the smallest positive whole number N that leaves remainders 1, 2, 3, and 4 when divided by 3, 4, 5, and 6 respectively.

Divisor dRequired remainder rGap d−r
312
422
532
642
Nunknown number
+ 2
N + 2divisible by 3, 4, 5, 6
LCM = 60smallest positive common multiple
N + 2 = 60 ⟹ N = 58

Test a candidate

58 satisfies all four conditions.Adding 2 reaches the common multiple 60.

Complete the shared-offset reasoning

Need a hint? Try this first

Look at each gap divisor−remainder.

Read the reasoning, then explain it yourself

All four gaps are 2, so N+2 is divisible by 3,4,5,6. Their least common multiple is 60. The least positive solution is 58. Check all four divisions.

Mission 7

Use a simultaneous-remainder search laboratory

A shared offset is elegant when it exists. A complete search handles both aligned and unaligned systems—and can prove impossibility.

Not complete

Enter matching lists of divisors and remainders

Match entries in order: the first remainder belongs to the first divisor, and so on. Divisors must be at least 2. This tool finds the smallest nonnegative solution, including zero when it works. If the question asks for a positive solution and the tool returns zero, use the LCM as the first positive solution. Periods above 200,000 are not searched.

LCM search period60
Shared gap2
Smallest solution58
StatusPossible
One repeating solution class58, 118, 178, …
The search is added teaching scaffolding. It checks every number in one full LCM-length period, so “impossible” is a proof rather than a guess.

Read three systems

Need a hint? Try this first

A common gap helps, but is not required.

Read the reasoning, then explain it yourself

For N=1 mod 4 and N=3 mod 5, test 1,5,9,13: 13 works. For divisors 5,7,9 and gap 4, N=315−4=311. A number cannot be odd (1 mod 4) and even (2 mod 6) simultaneously.

Mission 8

Work backward through repeated “divide into thirds” steps

This practice problem nests one remainder process inside another. Track the amount carried forward after each division.

Not complete

original Exercise 12

A basket of apples is divided into three equal shares, with 2 apples left over. Every share at every stage contains at least one whole apple. Two full shares are taken and divided into three equal shares, again leaving 2. Two full shares from that division are taken and divided into thirds once more, again leaving 2. What is the least possible original number of apples?

Candidate simulator

23 passes all three stages.The carried amounts are 14, then 8.

First solutions found by complete search

Forward equations

N = 3a + 2
2a = 3b + 2
2b = 3c + 2

Least successful chain

23 = 3×7 + 2
14 = 3×4 + 2
8 = 3×2 + 2

Complete the least chain

Need a hint? Try this first

Keep only two shares after each split.

Read the reasoning, then explain it yourself

Write N=3a+2, then 2a=3b+2, then 2b=3c+2. For positive shares, c must be even; the smallest is 2, giving b=4, a=7 and N=23. Forward check: 23→14→8, each leaving 2.

Mission 9

Remainder-transformation workshop

Correct all eight responses to complete the workshop.

Not complete
Workshop score0 / 8
Workshop strategy reminder

Write the division equation or identify the repeated change first. Use the nearby mission hints for the matching method. For “all possible” answers, list the candidates systematically and explain why no other candidate can pass. Check every answer in the original story.

Mission 10

Exit ticket

Try these questions with the examples covered. Complete Missions 1–8, earn 8/8 in the workshop, and earn 5/5 here to unlock your certificate. Reflection is optional and ungraded.

Not complete
Exit score0 / 5

Optional reflection — not automatically graded

Certificate of completion

Remainder Transformation & Alignment Navigator

Grade 5 Mathematician

has completed Lesson 16.4 and can transform remainders under operations, rebuild nested division conditions, align several remainder clues, and audit repeated remainder processes.

Worked explanation for the exit ticket

4+5=9 leaves 3 mod 6. 4−5=−1; add 6 to get 5. 5×4=20 leaves 2 mod 9. Add 1 to align divisors 4 and 6: their LCM is 12, giving N=11. Substitute q: N=15t+7.

If you used this explanation, close it and solve the questions again on paper. Explain why each remainder is smaller than its divisor.

Learning notes

Further practice

The nested-quotient investigation and the b–c guided practice follow Chapter 16, Example 3 and Guided Practice 3 on. The repeated-thirds apple problem follows Chapter 16 Exercise 12 on page 100. The addition, multiplication, and shared-offset investigations follow Test 16 Questions 3, 4, and 6 on Practice .

The remainder wheels, general simultaneous-condition search, candidate simulators, feedback, workshop, and exit ticket are added teaching scaffolds so the lesson is complete without this lessons.