?How do you create 79 from just using 2, 0, 1, and 7
This was quite hard but here’s my solution:
(1 & (0!)) * 7 + 2
The & being a concatenation tool for string mechanics in programming.
Together, this makes:
0! = 1
1 & 1 = 11
11 * 7 = 77
77 + 2 = 79
I see nothing saying it had to be strictly mathematical.
Get link
Facebook
X
Pinterest
Email
Other Apps
Comments
Popular posts from this blog
A riddle, how would you draw a square with only 3 lines? Step 1: Draw a line. Simple, no? Step 2: Draw another line! Step 3: Draw your third (and FINAL) line.
Comments
Post a Comment