Changes

Jump to: navigation, search
Method 1: Binary to Decimal
# Starting from the right-side, draw '''L''''s below the binary number moving to the left (refer to diagram on right).<br>
# Starting on the rightmost "'''L'''", multiply the value (placeholder) by '''2''' to the power of zero.<br>
# Continually repeat '''step #3, but ''' moving leftwards, but increasing the power of ''2 '' by '''1 ''' (refer to diagram on right).<br>
# Add up the results to obtain the decimal value equivalent.<br>
<br><br>
13,420
edits

Navigation menu