Sequence patternSHL Verify G+Cubiks Logiks AdvancedPiCompany Connector

Alternating Operator

Two different operations take turns — odd steps follow one rule, even steps follow another.

Alternating Operator sequences catch many candidates off guard in SHL Verify G+ and Cubiks Logiks tests because the differences look completely random at first glance. The trick is recognising that there are two interleaved rules: one for odd-numbered steps (1→2, 3→4, 5→6…) and a different one for even-numbered steps (2→3, 4→5, 6→7…). Once you see the two-step cycle, the sequence becomes trivial.

How to solve it

  1. 1List the operations between consecutive terms: ×2, −3, ×2, −3... Look for a two-step repeating cycle.
  2. 2Check whether odd-positioned steps (1→2, 3→4, 5→6) all do the same thing.
  3. 3Check whether even-positioned steps (2→3, 4→5, 6→7) all do the same thing.
  4. 4Identify which position the missing term is in: the rule to apply depends on whether it follows an odd or even step.
  5. 5Common cycles: ×2 then −3, ÷2 then +5, ×3 then +3, +7 then ÷2.

Worked examples

Example 1

Multiply then subtract

10
20
17
34
31
62
?

Rule: Odd steps: ×2 · Even steps: −3

10 → 20×2 (odd step)
20 → 17−3 (even step)
17 → 34×2 (odd step)
34 → 31−3 (even step)
31 → 62×2 (odd step)
62 → ?−3 (even step)
Answer: 5962 − 3 = 59

Example 2

Add then multiply

3
9
12
36
39
117
?

Rule: Odd steps: ×3 · Even steps: +3

3 → 9×3 (odd step)
9 → 12+3 (even step)
12 → 36×3 (odd step)
36 → 39+3 (even step)
39 → 117×3 (odd step)
117 → ?+3 (even step)
Answer: 120117 + 3 = 120

Example 3

Two interleaved arithmetic sequences

4
8
5
10
6
12
7
?

Rule: Odd positions: +1 · Even positions: +2

Odd positions4, 5, 6, 7 → each +1
Even positions8, 10, 12 → each +2
Next termposition 8 (even): 12 + 2 = 14
Answer: 14Next even-position term: 12 + 2 = 14

Common mistakes

  • Treating the sequence as a single sequence and computing differences across all terms. This produces values that seem random.
  • Miscounting positions. Write out position numbers (1, 2, 3...) before identifying which step type applies to the answer.
  • Confusing this with an Interleaved Sequence. Alternating Operator applies two different operations between terms; Interleaved Sequences are two independent sequences merged.

Ready to practice?

Work through timed Alternating Operator questions and track your accuracy.

Other pattern types