Find the wrong term in sequence : 36, 48, 510, 612, 714, 818
Reveal answer
Fill a bubble to check yourself
Find the wrong term in sequence : 36, 48, 510, 612, 714, 818
510
612
714
818
The pattern is concatenating the index and the value: 3&6, 4&8, 5&10, 6&12, 7&14. The next should be 8&16, but it is 818.
The sequence is formed by concatenating a consecutive number starting from 3 with its subsequent even number, such as 3 with 6 to make 36, and 4 with 8 to make 48. Following this logic, the last term should combine 8 with 16 to form 816. Since the sequence presents 818 instead, it is the wrong term.