Question

Input Output 8 2 11 5 15 9 17 ? What is the output if…

Input Output 8 2 11 5 15 9 17 ? What is the output if…

NewBlackStudio Ai Solution

100% (3 rated)

Answer

The correct answer is A.

Explanation

Each output equals the input minus 6: $output = input – 6$.

  • For 8: $8 – 6 = 2$
  • For 11: $11 – 6 = 5$
  • For 15: $15 – 6 = 9$

So for 17: $17 – 6 = 11$, which is option A.