Find Missing Number – Pyramid Visual Quiz
Solution:
The logic is simple the total sum of each row is equal to 17.
The first bottom row: 2 + 3 + 1 + 7 + 3 = 16
Second row: 3 + 6 + 6 + 1 = 17
Third row: 4 + 7 + 5 = 17
Fourth row: 8 + 8 = 17
And finally, in the top row, there are no any further blocks so the total value 17 will come.
Answer
16
I think 16 is the right answer
16
9 is the right answer