Analysis (Communication): Sequences can be categorized based on how numbers progress. If the difference is constant, it’s an arithmetic sequence. If the ratio is constant, it’s a geometric sequence. Others may be recursive or special patterns.Abstraction (Critical Thinking):9, 18, 27, 36, 45… → add 9 → next terms: 54, 63, 72.1, 2, 4, 7, 11… → pattern is +1, +2, +3, +4 → next: 16, 22, 29.100, 78, 54, 28, 0… → pattern is -22, -24, -26, -28 → next: -30, -61, -93.30, 35, 45, 60, 80… → differences are +5, +10, +15, +20 → next: 105, 135, 170.151, 149, 145, 137… → -2, -4, -8 → doubling subtractions → next: 121, 89, 25.8’, 8’, 8 → constant → next: 8, 8, 8.√2, 12+√2, 24+√2, 36+√2, 48+√2 → add 12 → next: 60+√2, 72+√2, 84+√2.These exercises show how identifying patterns helps predict future terms logically.