AP Applications
This is where the AP earns its place in CAT. Two ideas unlock most application questions. First, the neighbour-average property: in any AP each term is the exact average of the terms on either side, so a_n = (a_(n−1) + a_(n+1))/2 — three consecutive terms in AP means the middle one is their mean. Second, the symmetric-term trick: when a problem gives you the sum (and often the product) of an unknown set of terms in AP, do not write them as a, a + d, a + 2d. Instead centre them around the middle: take three terms as (a − d, a, a + d), four terms as (a − 3d, a − d, a + d, a + 3d) with common difference 2d, and five as (a − 2d, a − d, a, a + d, a + 2d). The plus and minus d-terms cancel when you add, so the sum collapses to (number of terms)×a and you read a off instantly, leaving just one equation for d. This converts ugly simultaneous systems into a single clean line — a genuine CAT time-saver.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Term & general form
| nth term | a_n = a + (n − 1)d |
|---|---|
| Common difference | d = a_n − a_(n−1) |
| Number of terms | n = (last − first)/d + 1 |
| mth from the end | l − (m − 1)d (l = last term) |
| Neighbour-average property | a_n = (a_(n−1) + a_(n+1)) / 2 |
Sum & shortcuts
| Sum of n terms | S_n = n/2 [2a + (n − 1)d] |
|---|---|
| Sum via first & last | S_n = n/2 (first + last) |
| Sum from average | S_n = n × (average term) |
| First n naturals | 1 + 2 + … + n = n(n + 1)/2 |
| First n odd numbers | 1 + 3 + … + (2n − 1) = n² |