Alphanumeric & Mixed Series
Mixed series interleave letters and numbers (A1, C3, E5 …) or run two patterns at once. Separate the streams: read all the letters as one series and all the numbers as another, solve each, then recombine.
Split into two streams
A term like "A1, C3, E5" carries two patterns at once: a letter series and a number series. Solve them separately, then glue the answers back together.
A1, C3, E5 → letters A, C, E (step +2 → G) and numbers 1, 3, 5 (step +2 → 7). So the next term is G7.
✅ 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
Patterns to scan, in order
| Constant difference | +k each term (AP) |
|---|---|
| Constant ratio | ×k each term (GP) |
| Growing difference | +1, +2, +3 … (look at 2nd differences) |
| Squares / cubes | 1,4,9,16 … or 1,8,27,64 … |
| Alternating | two interleaved series |