23 * 24 "=" 11.I tried a lot but no luck to see what's going on here. Can you find any pattern?
11*13=12
13*16=33
15*17=28
16*20=36
21*25=40
23*24=??
How in the heck did you figure that out ?!23 * 24 "=" 11.
Dr.Peterson gave the clue. To get the number add the digits of both numbers, then multiply that by the difference between the two numbers.
For example, 13 * 16 = 33. --> Sum of digits = 1 + 3 + 1 + 6 = 11. Difference between the numbers 16 - 13 = 3. So 11 * 13 "=" 3 *11 = 33.
-Dan
I'm just that d*mned good.How in the heck did you figure that out ?!
input x*y | output z | y-x | z/(y-x) |
11*13 | 12 | 2 | 6 |
13*16 | 33 | 3 | 11 |
15*17 | 28 | 2 | 14 |
16*20 | 36 | 4 | 9 |
21*25 | 40 | 4 | 10 |
23*24 | ?? | 1 |