Converting between Decimal and Binary
decimal number is 75
the binary is 0100 1011
decimal number is 90
the binary is 0101 1010
decimal number is 109
the binary is 0110 1101
decimal number is 126
the binary is 0111 1110
decimal number is 165
the binary is 1010 0101
decimal number is 255
the binary is 1111 1111
Decimal number 192
the binary number for this 1100 0000
decimal number 119
the binary number for this is 0111 0111
decimal number 0
the binary number is 0000 0000
decimal number 16
the binary number is 0001 0000
decimal number 32
the binary number is 0010 0000
decimal number 80
the binary number is 0101 0000
decimal number 96
the binary number is 0110 0000
Decimal number 128
the binary number is 1000 0000
decimal number 130
the binary number is 1000 0010
decimal number 224
the binary number is 1110 0000
decimal number 240
the binary number is 1111 0000
the binary number 0001
the decimal is 1
the binary number 0110 0110
the decimal is 102
the binary number 0111 0111
the decimal is 119
the binary number 1100
the decimal is 12
the binary number 0111 1111
the decimal is 127
the binary number 1000 0001
the decimal is 129
the binary number 1110
the decimal is 14
the binary number 1111
the decimal is 15
the binary number 1001 1001
the decimal is 153
the binary number 1010 1010
the decimal is 170
the binary number 0010
the decimal is 2
the binary number 1100 1100
the decimal is 204
the binary number 0001 1000
the decimal is 24
the binary number 1111 1111
the decimal is 255
the binary number 0011
the decimal is 3
the binary number 0100
the decimal is 4
the binary number 0011 0011
the decimal is 51
the binary number 0100 0100
the decimal is 68
the binary number 1000
the decimal is 8
the binary number 0101 0101
the decimal is 85
Highest Value
total combinations - 1
How many more combinations can you make with 1 more bit of storage?
x2 x2^1
How many more combinations can you make with 2 more bits of storage?
x2 x2 x2^2
How many more combinations can you make with 3 more bits of storage?
x2 x2 x2 x2^3
How many more combinations can you make with 4 more bits of storage?
x2 x2 x2 x2 x2^4
decimal number 17
it binary is 0001 0001
Total Combinations
place value x 2
decimal number is 72
the binary is 0100 1000
decimal number is 74
the binary is 0100 1010