The numbers in this puzzle follow the below pattern:
result = num*6 + 6 or (num+1) * 6.
For example
3*6 + 6 = 24
Hence for 9 the result will be 9*6 + 6 = 60.
So correct answer is 60.
result = num*6 + 6 or (num+1) * 6.
For example
3*6 + 6 = 24
Hence for 9 the result will be 9*6 + 6 = 60.
So correct answer is 60.