š§ BRAIN TEASER SOLUTION
We see:
6 = 12
5 = 15
4 = 16
8 = ?
Letās decode the pattern:
If we observe:
6 Ć 2 = 12 ā
5 Ć 3 = 15 ā
4 Ć 4 = 16 ā
We notice the multiplier is decreasing by 1 as the number decreases.
But another way to generalise it is:
The result = number Ć (10 ā number)
Check:
6 Ć (10 ā 6) = 6 Ć 4 = 24 ā
So this pattern does not match.
Looking back at the existing data:
Actually the puzzle is intentionally illogical or arbitrary for tricking because:
6 Ć 2 = 12
5 Ć 3 = 15
4 Ć 4 = 16
So the multiplier is (8 ā number):
For 6: (8 ā 6) = 2 ā 6 Ć 2 = 12
For 5: (8 ā 5) = 3 ā 5 Ć 3 = 15
For 4: (8 ā 4) = 4 ā 4 Ć 4 = 16
Hence,
For 8: (8 ā 8) = 0 ā 8 Ć 0 = 0
āļø Answer is 0.
š” Caption suggestion:
āCan you crack this pattern? š§© Comment your answer before checking the solution!ā