A good answer might be:

1010 = 1 × 23  + 0 × 22 + 1 × 21 + 0 × 20
     = 8 + 0 + 2 + 0
     = 10

1010 = 1010

It is convenient to remember the above fact. If you know it, then it takes just a moment to recognize 1001 = 910, 1011 = 1110, and others. To convert larger binary representations to decimal representation, use a table. You can create this table from scratch.

Power of 2 10 98 7 6 5 43 2 1 0
Decimal 1024 512256 128 64 32 168 4 2 1
Include?       1 0 1 0 1 0 1 0

Now think of the bits of the binary representation as turning on or off the numbers to include in the sum. For example, with 1010 1010 the various powers are turned on, as above.


QUESTION 2:

A particular number is represented by 1010 1010 (binary representation). What is the number represented in base ten?