Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Uber Hard Riddle!


The Oracle
 Share

Recommended Posts

Engimax, where is everyone getting 97 from?
001110012 = 57
Not 97

I converted each binary by hand; this is what I got:
57 55 32 55 50 32 56 50 32 52 56 32 57 57 32 54 56 32 49 49 49 32 49 49 56 32 55 54 32 53 49 32 49 48 48 32 53 49 32 49 48 48 32 49 50 49 32 53 51 32 49 49 56 32 57 57 32 49 48 49 32 55 48 32 49 48 54 32 57 56 21 55 49 32 56 54 32 53 49 32 57 56 32 53 49 32 55 52 32 49 49 52 32 57 57 32 49 50 49 32 53 51 32 49 49 55 32 57 48 32 56 56 32 56 49 32 49 49 56 32 57 57 32 49 48 57 32 49 49 56 32 49 48 55 32 57 48 32 55 49 32 49 50 48 32 49 48 56 32 55 54 32 53 49
Link to comment
Share on other sites

binary works like ram and all that lot does value wise, in powers of 2

in short that equals 1578
011000101010

this is worked out from

  0      1        1    0    0    0    1    0    1    0    1    0
2048 1024  512  256 128  64  32  16    8    4    2    1

and it goes on, 4096, 8192, you just add up every value that is a 1\. ignore ones that are 0
and a number should never start with a 0
example counting to ten,
1 = 1
2= 10
3= 11
4= 100
5= 101
6= 110
7= 111
8= 1000
9= 1001
10 = 1010

and so on…
thats binary numbers in action XD
Link to comment
Share on other sites

↓¶↓↑

Or,
↓
↓↑
Link to comment
Share on other sites

@tiggilyboo:

> So pointless, Binary to Ascii to words.

001110012 = 0*27+0*26+1*25+1*24+1*23+0*22+0*21+1*20 = 57  ;)

@kris_hole:

> binary works like ram and all that lot does value wise, in powers of 2
>
> in short that equals 1578
> 011000101010
>
> this is worked out from
>
>   0      1        1    0    0    0    1    0    1    0    1    0
> 2048 1024  512  256 128  64  32  16    8    4    2    1
>
> and it goes on, 4096, 8192, you just add up every value that is a 1\. ignore ones that are 0
> and a number should never start with a 0
> example counting to ten,
> 1 = 1
> 2= 10
> 3= 11
> 4= 100
> 5= 101
> 6= 110
> 7= 111
> 8= 1000
> 9= 1001
> 10 = 1010
>
> and so on…
> thats binary numbers in action XD

http://www.touchofdeathforums.com/smf/index.php?topic=40351.0
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...