Pair Terms and Recover Missing Sums
配对数项,还原缺失的和
Pair neighboring or matching positions before calculating. A fixed one-step gap, a square total, or a triangular boundary can reveal a missing subtotal without listing every term.
Match odd and even positions
Count positions from1 at the smallest term, moving upward by1. “Odd positions” means positions1,3,5,…, even when the numbers in those positions are even. In an even-length run of consecutive integers, every even-positioned term is exactly 1 greater than the odd-positioned term beside it.
Pair the sequence
The reusable relationship
Here O is the odd-position sum, E is the even-position sum, and m is the number of pairs.
E = O + mT = 2O + mT = 2E − mCheckpoint
Twelve consecutive integers are paired. Their odd-position subtotal is 300.
Rebuild the worked example’s 2,012-term total
Start with exactly2,012 consecutive positive whole numbers in increasing order. Remove positions2,4,6,…,2012. The sum of the remaining odd-positioned terms is 1,025,114.
One fixed extra unit in each pair
There are 1,006 pairs. In every pair, the even-positioned term is 1 more than the matching odd-positioned term.
Checkpoint
Recover the hidden subtotal and endpoints
A subtotal can reveal not only the missing half, but also the first and last terms—provided the data describe an actual consecutive sequence.
Checkpoint: 10 terms with odd-position sum 55
Cancel a common factor in neighboring products
For three consecutive numbers, the two neighboring products share the middle factor. Factor before multiplying.
The later product exceeds the earlier product by 114
Factor the difference
The product difference is twice the middle number.
Recover the triple
Product-gap laboratory
Checkpoint for the practice problem
Recover one erased odd number from a square total
The first n odd numbers always total n². One erased term is therefore the gap between a nearby square and the remaining sum.
One term is erased from a finite list of the first n positive odd numbers:1,3,5,…,2n−1
The surviving odd numbers total 1,998.
Erased term = 2,025 − 1,998 = 27
Why only one square can work
The first n odd numbers total n². The erased number is between 1 and 2n−1, so the remaining sum R satisfies (n−1)² ≤ R < n². Here 44² = 1936 ≤ 1998 < 2025 = 45². Only n = 45 fits these consecutive-square bounds.
If the sequence ends at its 45th odd number, the largest available term is:
The gap 27 is odd and lies from 1 through 89, so it is a valid erased term.
Missing-odd-term laboratory
Checkpoint for the practice problem
Find the boundaries of a triangular group
Groups contain 1 number, then 2 numbers, then 3, and so on. T(k)=1+2+…+k=k(k+1)÷2 counts the numbers through group k; define T(0)=0. These triangular numbers mark the endpoints.
Grouping pattern
T(k−1)+1T(k)k(first+last)/2Triangular-group laboratory
Checkpoint for group 40
Fold arithmetic progressions into equal pairs
The first and last terms have the same pair sum as the second and second-last. This makes long progressions short.
Factor out the repeated 99
Average the endpoints
The multiples of 3 from 1 through 100 run from 3 to 99.
Arithmetic-progression laboratory
Checkpoint
Audit a printed symmetric sum instead of silently repairing it
Compare two expressions carefully: the first skips 4 on the rising side, while the second includes every rising term. Their totals differ.
Read literally
1+2+3+5+…+49+50+49+…+6+5
2,486The missing 4 lowers the total with every rising term included by 4.
Include the missing 4
1+2+3+4+5+…+49+50+49+…+6+5
2,490This is the value used by the worked example’s answer section.
Symmetric-sum laboratory
Another fixed-gap recovery: carries
When two whole numbers with digit sums35and26 are added using standard column addition, exactly three columns produce a carry. Count chained carries separately. Each carry reduces the combined digit sum by9:
Checkpoint
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.
The first several odd numbers have one term erased; the remaining sum is 93. Which term was erased?
Independent workshop
Consecutive sequences here increase by 1, and positions are counted from 1 at the first term. Correct all eight answers to complete the workshop.
Exit ticket and certificate
Correct all five items and complete the other nine missions to finish Lesson22.5.
Pairing & Missing-Sum Architect
This certifies that a determined mathematician completed Lesson 22.5.
Chapter 22 · Consecutive Natural Numbers
Optional reflection
original and instructional notes
The printed Test 22 Question 5 omits 4 on the rising side, while the reference answer uses the version with every rising term included; this lesson reports both values rather than silently changing the original.