1. **Stating the problem:**
Find the next term in the sequence: KM2, IP5, GS8, EV11, ?
2. **Analyzing the sequence:**
The sequence has three parts: two letters followed by a number.
3. **Looking at the first letters:**
K, I, G, E
These letters go backward by 2 in the alphabet:
$$K(11) \to I(9) \to G(7) \to E(5)$$
Next letter should be $$5 - 2 = 3$$ which is C.
4. **Looking at the second letters:**
M, P, S, V
These letters go forward by 3 in the alphabet:
$$M(13) \to P(16) \to S(19) \to V(22)$$
Next letter should be $$22 + 3 = 25$$ which is Y.
5. **Looking at the numbers:**
2, 5, 8, 11
These increase by 3 each time:
$$2, 2+3=5, 5+3=8, 8+3=11$$
Next number is $$11 + 3 = 14$$
6. **Putting it all together:**
Next term is CY14.
**Final answer:** CY14
Sequence Next Term B8Bca6
Step-by-step solutions with LaTeX - clean, fast, and student-friendly.