Skip to content

Instantly share code, notes, and snippets.

@spuder
Last active December 29, 2015 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spuder/7687128 to your computer and use it in GitHub Desktop.
Save spuder/7687128 to your computer and use it in GitHub Desktop.
Purposed answers to the hardest episode ever http://youtu.be/DoRB7FL02t4
[ 1 + 1 + 1 ] ! = 6
2 + 2 + 2 = 6
4 + 4 - sqrt(4) = 6
5 / 5 + 5 = 6
6 + 6 - 6 = 6
7 - (7 / 7) = 6
sqrt( 9 ) * sqrt( 9 ) - sqrt ( 9 ) = 6
And the tough ones are
0 : [ Cos ( 0° ) + Cos ( 0°) + Cos ( 0° ) ]! = 6
8 : cos [ ( 8! ) * ( 8 / 8 ) ) = cos ( 6! )
The cosine of 0 in radians in 1
8! = 40,320
40,320 divides evenly into 360 which is 112
112 in radians is the same as 1 on the unit circle which is the same as 6! (aka 720°)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment