This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The Concept
A base-b number of the form a n a n − 1 a n − 2 . . . . . . . . a 3 a 2 a 1 a 0 . c 0 c 1 c 2 c 3 . . . . . . . . . . . . . (where the point between a 0 and c 0 is the radix point) can be expressed in base-10 form by:
a n × b n + a n − 1 × b n − 1 . . . . . . . . . . . . . a 1 × b 1 + a 0 × b 0 + c 0 × b − 1 + c 1 × b − 2 . . . . . . . . . . . . . . .
Working in this manner,we get the value(in base-10) of the base 2 numeral as:
2 1 + 4 1 + 8 1 . . . . . . . . . . . . . . = 1
Try Geometric Progressions for understanding the summation.