Question:medium

To continue the sequence of tiles shown, the tile indicated by the question mark should be

Show Hint

Count the dots on each tile and look for a running-sum (Fibonacci-style) pattern: each count is the sum of the two before it.
Updated On: Aug 14, 2026
Show Solution

The Correct Option is C

Solution and Explanation

The six tiles given carry 0, 1, 1, 2, 3, and 5 dots in order. Look closely and each number is the sum of the two numbers right before it, which is the well known Fibonacci pattern: $0, 1, 1, 2, 3, 5, 8, 13, ...$. The missing tile should continue this same list, so it needs $3 + 5 = 8$ dots. Now check each option against this target of 8.

  1. Option (A), 4 dots: This does not equal $3+5=8$, so it breaks the running-sum pattern. Rejected.
  2. Option (B), 6 dots: Also not equal to 8, and it does not fit as the sum of the previous two terms (3 and 5). Rejected.
  3. Option (C), 8 dots: This equals $3 + 5$, exactly the next Fibonacci term after the given sequence. This fits.
  4. Option (D), 9 dots: One dot too many for the pattern; $9 \neq 3+5$. Rejected.

Only option (C) supplies the correct dot count of 8, so it is the tile that should replace the question mark.

Let's summarize:

  • The dot counts on the six tiles follow the Fibonacci rule: each term is the sum of the two before it.
  • The next term after 3 and 5 must be $3+5=8$.
  • Among the choices, only option (C) carries 8 dots.

So the tile that continues the sequence is option (C), the one with 8 dots.

Was this answer helpful?
0

Top Questions on Analytical Reasoning