Guess the Number

By Malayalam Tech Talk on Thursday, August 25, 2016

MISSING NUMBER PUZZLE : FIND MISSING NUMBER IN THIS NUMBER SEQUENCE PUZZLE


Answer
Find the difference of first two numbers in each row and double it to get third number in that row.
11-2 = 9*2 = 18
5-2 = 3*2 = 6
12-5 = 7*2 = 14
So, answer is 6.