Author Topic: Count in Binary!  (Read 4062 times)

Count in Binary, Ill start.




1 10 11 100 101 110 111 1000 1001 1010 1011 1100 1101 1111 10000 10001 10010 10011 10100 10101 10110 10111 11000 11001 11010 11011 11100 11101 11110 11111 100000 100001 100010 100011 100100 100101 100110 100111 101000 101001 101010 101011 101100 101101 101110 101111 110000 110001 110010 110011 110100 110101 110110 110111 111000 111001 111010 111011 111100 111101 111110 111111 1000000

1 10 11 100 101 110 111 1000 1001 1010 1011 1100 1101 1111 10000 10001 10010 10011 10100 10101 10110 10111 11000 11001 11010 11011 11100 11101 11110 11111 100000 100001 100010 100011 100100 100101 100110 100111 101000 101001 101010 101011 101100 101101 101110 101111 110000 110001 110010 110011 110100 110101 110110 110111 111000 111001 111010 111011 111100 111101 111110 111111 1000000

1000001 1000010 1000011 1000100 1000101 1000111...

1000001 1000010 1000011 1000100 1000101 1000111...

1001000 1001001 1001010 1001011 1001100 1001101...

01100010011010010110111001100 00101110010011110010010000001 1010010111001100100000
01100010011011110111001001101 0010110111001100111


You binary-ize numbers by doing 2x (i.e. 1 2 4 8 16 32 64 128, etc.), then  seeing what powers of 2, added together it takes to make that number?

So 34 would be 32 + 2=34 making all the other powers 0 and the digits used 1 making it 010001, correct?
« Last Edit: December 29, 2008, 03:04:38 PM by Sirrus »

You binary-ize numbers by doing 2x (i.e. 1 2 4 8 16 32 64 128, etc.), then  seeing what powers of 2, added together it takes to make that number?

So 34 would be 32 + 2=34 making all the other powers 0 and the digits used 1 making it 010001, correct?


34 is 100011

« Last Edit: December 29, 2008, 03:16:08 PM by Mr.Patrick »


34 is 100011
But did I get the process right? How do you do it if that's wrong?

I have no clue, just look at it logically.


1 10 11 100 101 110 111 1000


Do you see a pattern? I just figured this out the other day on my own.

00110000 00100000 00110001 00100000 00110010 00100000 00110011 00100000 00110100 00100000 00110101 00100000 00110110 00100000 00110111 00100000 00111000 00100000 00111001 00100000 00110001 00110000 00100000 00110001 00110001 00100000 00110001 00110010 00100000 00110001 00110011 00100000 00110001 00110100 00100000 00110001 00110101 00100000 00110001 00110110 00100000 00110001 00110111 00100000 00110001 00111000 00100000 00110001 00111001 00100000 00110010 00110000 00100000 00110010 00110001 00100000 00110010 00110010 00100000 00110010 00110011 00100000 00110010 00110100 00100000 00110010 00110101 00100000 00110010 00110110 00100000 00110010 00110111 00100000 00110010 00111000 00100000 00110010 00111001 00100000 00110011 00110000 00100000 00110011 00110001 00100000 00110011 00110010 00100000 00110011 00110011 00100000 00110011 00110100 00100000 00110011 00110101 00100000 00110011 00110110 00100000 00110011 00110111 00100000 00110011 00111000 00100000 00110011 00111001 00100000 00110100 00110000 00100000 00110100 00110001 00100000 00110100 00110010 00100000 00110100 00110011 00100000 00110100 00110100 00100000 00110100 00110101 00100000 00110100 00110110 00100000 00110100 00110111 00100000 00110100 00111000 00100000 00110100 00111001 00100000 00110101 00110000 00100000 00110101 00110001 00100000 00110101 00110010 00100000 00110101 00110011 00100000 00110101 00110100 00100000 00110101 00110101 00100000 00110101 00110110 00100000 00110101 00110111 00100000 00110101 00111000 00100000 00110101 00111001 00100000 00110110 00110000 00100000 00110110 00110001 00100000 00110110 00110010 00100000 00110110 00110011 00100000 00110110 00110100 00100000 00110110 00110101 00100000 00110110 00110110 00100000 00110110 00110111 00100000 00110110 00111000 00100000 00110110 00111001 00100000 00110111 00110000 00100000 00110111 00110001 00100000 00110111 00110010 00100000 00110111 00110011 00100000 00110111 00110100 00100000 00110111 00110101 00100000 00110111 00110110 00100000 00110111 00110111 00100000 00110111 00111000 00100000 00110111 00111001 00100000 00111000 00110000 00100000 00111000 00110001 00100000 00111000 00110010 00100000 00111000 00110011 00100000 00111000 00110100 00100000 00111000 00110101 00100000 00111000 00110110 00100000 00111000 00110111 00100000 00111000 00111000 00100000 00111000 00111001 00100000 00111001 00110000 00100000 00111001 00110001 00100000 00111001 00110010 00100000 00111001 00110011 00100000 00111001 00110100 00100000 00111001 00110101 00100000 00111001 00110110 00100000 00111001 00110111 00100000 00111001 00111000 00100000 00111001 00111001 00100000 00110001 00110000 00110000


1 = 00110001 basically. 00110011 = 3 because [1+2]( = 3) 4 6 8 16 32 64

0011 is the prefix.
« Last Edit: December 29, 2008, 03:23:39 PM by General Omega »


Zenthos, you're doing it wrong, binary is ALWAYS 8 digits, regardless if they're all used or not.

it's actually
128 64 32 16 8 4 2 1

so then 34 is 00100010 kay?

00110000 00100000 00110001 00100000 00110010 00100000 00110011 00100000 00110100 00100000 00110101 00100000 00110110 00100000 00110111 00100000 00111000 00100000 00111001 00100000 00110001 00110000 00100000 00110001 00110001 00100000 00110001 00110010 00100000 00110001 00110011 00100000 00110001 00110100 00100000 00110001 00110101 00100000 00110001 00110110 00100000 00110001 00110111 00100000 00110001 00111000 00100000 00110001 00111001 00100000 00110010 00110000 00100000 00110010 00110001 00100000 00110010 00110010 00100000 00110010 00110011 00100000 00110010 00110100 00100000 00110010 00110101 00100000 00110010 00110110 00100000 00110010 00110111 00100000 00110010 00111000 00100000 00110010 00111001 00100000 00110011 00110000 00100000 00110011 00110001 00100000 00110011 00110010 00100000 00110011 00110011 00100000 00110011 00110100 00100000 00110011 00110101 00100000 00110011 00110110 00100000 00110011 00110111 00100000 00110011 00111000 00100000 00110011 00111001 00100000 00110100 00110000 00100000 00110100 00110001 00100000 00110100 00110010 00100000 00110100 00110011 00100000 00110100 00110100 00100000 00110100 00110101 00100000 00110100 00110110 00100000 00110100 00110111 00100000 00110100 00111000 00100000 00110100 00111001 00100000 00110101 00110000 00100000 00110101 00110001 00100000 00110101 00110010 00100000 00110101 00110011 00100000 00110101 00110100 00100000 00110101 00110101 00100000 00110101 00110110 00100000 00110101 00110111 00100000 00110101 00111000 00100000 00110101 00111001 00100000 00110110 00110000 00100000 00110110 00110001 00100000 00110110 00110010 00100000 00110110 00110011 00100000 00110110 00110100 00100000 00110110 00110101 00100000 00110110 00110110 00100000 00110110 00110111 00100000 00110110 00111000 00100000 00110110 00111001 00100000 00110111 00110000 00100000 00110111 00110001 00100000 00110111 00110010 00100000 00110111 00110011 00100000 00110111 00110100 00100000 00110111 00110101 00100000 00110111 00110110 00100000 00110111 00110111 00100000 00110111 00111000 00100000 00110111 00111001 00100000 00111000 00110000 00100000 00111000 00110001 00100000 00111000 00110010 00100000 00111000 00110011 00100000 00111000 00110100 00100000 00111000 00110101 00100000 00111000 00110110 00100000 00111000 00110111 00100000 00111000 00111000 00100000 00111000 00111001 00100000 00111001 00110000 00100000 00111001 00110001 00100000 00111001 00110010 00100000 00111001 00110011 00100000 00111001 00110100 00100000 00111001 00110101 00100000 00111001 00110110 00100000 00111001 00110111 00100000 00111001 00111000 00100000 00111001 00111001 00100000 00110001 00110000 00110000


1 = 00110001 basically. 00110011 = 3 because [1+2]( = 3) 4 6 8 16 32 64

0011 is the prefix.

What. Binary is such a simple concept - how can you screw up?