Next number sequence in 1, 3, 4, 7, 11, 18, _? -puzzle
Answer: 45
Solution: Explanation:
The logic used : Here we add the Answer of the first step to the given sum of the other two numbers.
5 + 2 + 5 = 12
12 + 3 + 6 = 21
21+4+7=32
32 + 5 + 8 = 45
The logic used : Here we add the Answer of the first step to the given sum of the other two numbers.
5 + 2 + 5 = 12
12 + 3 + 6 = 21
21+4+7=32
32 + 5 + 8 = 45