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<br>(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''' moving leftwards, increasing the power of ''2'' by '''1''' <br>(refer to diagram on right).<br>
# Add up the results to obtain the decimal value equivalent.<br>
<br><br>
13,420
edits

Navigation menu