Property
When adding a long sequence of numbers, you can find pairs of addends that have the same sum and multiply that sum by the number of pairs to find the total quickly.
Examples
- Sum the first ten even numbers (2 to 20): Pair 2+20=22, 4+18=22, etc. There are 5 pairs, so 5Γ22=110.
- Find the sum of all integers from 1 to 10: Pair 1+10=11, 2+9=11, etc. There are 5 pairs, so 5Γ11=55.
- Sum the numbers 5, 10, 15, 20, 25, 30: Pair 5+30=35, 10+25=35, 15+20=35. There are 3 pairs, so 3Γ35=105.
Explanation
Don't get stuck adding long lists of numbers one by one! Be a math ninja and find a pattern. By pairing the first and last numbers, then the second and second-to-last, and so on, you can often create groups with the same sum. This turns a long, boring addition problem into easy multiplication!