Lesson 22.3 — Use Divisibility to Find Consecutive Sums
连续自然数:用整除规律寻找连续数之和
Turn a long consecutive sum into one starting value, one middle value, or one remainder condition. Then verify the actual sequence so that a necessary divisibility clue becomes a complete proof.
Build every consecutive sum from one starting value
If the first term is a and there are k consecutive positive integers, every term and the entire sum are already determined.
a, a+1, …, a+k−1S = ka + k(k−1)/2S/k = (first+last)/2Consecutive-sum builder
Checkpoint — use these fixed questions, even if you changed the explorer
Odd lengths — the middle number carries the whole sum
With an odd number of equally spaced terms, every outer pair has average equal to the middle term.
Pair around the middle
The same idea works for 3, 7, 9, 11, or any odd number of terms.
Odd-length signature
The sum must be divisible by the number of terms, and the quotient is the middle term.
Odd-length representation explorer
Checkpoint — use these fixed questions, even if you changed the explorer
Even lengths — use equal first–last pairs
An even-length sequence has no single middle term. Pair the first with the last, the second with the second-last, and so on.
Four consecutive integers
General even-length signature
There are k/2 equal pairs, and each pair sum is odd.
Even-length representation explorer
Checkpoint — use these fixed questions, even if you changed the explorer
Worked example 2 — combine two remainder conditions
Three consecutive positive whole numbers have a sum divisible by 13. Their greatest member leaves remainder 4 when divided by 9. Find the least possible triple.
Let the middle number be a
Because 3 and 13 have no common factor, if 13 divides 3a, then 13 must divide a.
3a is divisible by 13a ≡ 0 (mod 13)a+1 ≡ 4 (mod 9)a ≡ 3 (mod 9)The sequence is least because 13 and 26 fail the modulo-9 condition, while 39 is the first multiple of 13 that succeeds.
Checkpoint — use these fixed questions, even if you changed the explorer
Verify whether a target really is a consecutive sum
A divisibility pattern is useful only if the calculated first term is a permitted whole number.
General representation verifier
Checkpoint — use these fixed questions, even if you changed the explorer
Guided Practice 2 — satisfy lengths 3, 4, and 5 at once
Find every number from 700 through 1000 that can be written as a sum in each of three separate ways: using exactly 3, exactly 4, and exactly 5 consecutive positive whole numbers. Include both endpoints of 700–1000.
Combine the three signatures
The worked example hint notes divisibility by 3, 2, and 5. The four-term condition must be sharpened to N ≡ 2 (mod 4), then each candidate must be constructed.
Inspect one qualifying total
Checkpoint — use these fixed questions, even if you changed the explorer
original Exercise 10 — one total, three different lengths
Find the least positive natural number that can be written as sums of 9, 10, and 11 consecutive positive integers.
N ≡ 0 (mod 9)odd lengthN ≡ 5 (mod 10)even lengthN ≡ 0 (mod 11)odd lengthSearch multiples of 99 for the first value ending in 5
Checkpoint — use these fixed questions, even if you changed the explorer
Search several consecutive-sum conditions at once
The laboratory verifies every requested length and every positivity bound. It counts all matching totals in the inclusive range. It displays the first 200 matches when there are more. Each requested length gives a separate sum with the same total.
Simultaneous consecutive-sum search
Checkpoint — use these fixed questions, even if you changed the explorer
Try it on your own — a new problem
This extra practice has its own saved checkpoint. Try it, check your answer, then use a hint or the separate worked review.
What is the least positive total that is a sum of both 3 and 4 consecutive positive integers?
Independent consecutive-sum workshop
Use formulas and remainder signatures instead of listing random sequences. Correct all eight answers to complete the mission.
Exit ticket and certificate
Answer every item correctly and complete the other nine missions to unlock your certificate.
Consecutive-Sum Divisibility Navigator
This certifies that
completed Lesson 22.3 and used odd–even length signatures, remainder conditions, and explicit constructions to solve consecutive-sum problems.
Date:
original and adaptation note
The four-term condition is stated in its stronger form, N ≡ 2 (mod 4), and every candidate is verified by constructing the actual sequence.The general verifiers and simultaneous search tools are added instructional scaffolds.