Question:medium

In which step are the elements '5 9 14 18 Orange' found in the same order?

Show Hint

When asked to find a specific subsequence, scan each step sequentially. Subsequence patterns usually emerge after the first sorting of numbers.
Updated On: Aug 18, 2026
  • Third
  • Fourth
  • Second
  • First
Show Solution

The Correct Option is C

Solution and Explanation

  1. Step I is the unsorted starting input — the run isn't formed yet.
  2. Step II reads Wow, 3, 9, 9, 14, 18, Orange, Radar, Rotator, Unit, 11 — here the ascending numbers lead straight into Orange.
  3. Steps III and IV rearrange things further and break up this exact run.

The correct answer is Second.

Was this answer helpful?
0

Top Questions on Puzzle


Questions Asked in SNAP exam