Selecting and Counting AP Terms
Turn value bounds into term positions
“Terms between 20 and 50” refers to their values, not their positions. Find the first and last allowed terms before adding them.
Worked example
Add the terms of strictly between 20 and 50.
Here . “Strictly between” excludes both boundaries:
The integer positions are 4 through 8, giving first term 23 and last term 47. Count both ends: terms.
For inclusive bounds, use . If the difference is negative, dividing an inequality by it reverses the sign. A short calculator table of can check the two endpoint positions.
When the sum gives the number of terms
Worked example
How many terms of sum to 155?
Use the sum formula because 155 is a total:
The polynomial solver gives 10 and . These convenient roots give the working . Only is a positive integer.
For a least number of terms exceeding a target, check the two neighbouring integers in the original sum. Here and , so 11 terms are needed to exceed 155. This comparison works because all these terms are positive and the sums increase.
Common mistake
Now you try
(a) Add all multiples of 7 strictly between 50 and 100.
(b) Find the least number of terms of whose sum exceeds 220.
Show worked answer
(a) The terms run from 56 to 98, seven terms:
(b) . The sums increase since every term is positive. and , so the least count is 11.
