Changes

Jump to: navigation, search
Method 1: Binary to Decimal
# Write the binary number (space between the digits).<br>
# Starting from the right-side, draw '''L''''s moving to the left (refer to diagram on right).<br>
# Starting on the right, multiply the number by '''2 ''' to the power of zero.<br>
# Repeat moving to the left, but increase the power by 1 each time.<br>
# Add up the calculations to obtain the decimal value equivalent.<br>
13,420
edits

Navigation menu