88–89. Binary numbers
Humans use the ten digits 0 through 9 to form base-10 or decimal numbers, whereas computers calculate and store numbers internally as binary numbers—numbers consisting entirely of 0’s and 1’s. For this exercise, we consider binary numbers that have the form 0.b₁b₂b₃⋯, where each of the digits b₁, b₂, b₃, ⋯ is either 0 or 1. The base-10 representation of the binary number 0.b₁b₂b₃⋯ is the infinite series
b₁ / 2¹ + b₂ / 2² + b₃ / 2³ + ⋯
89. Computers can store only a finite number of digits and therefore numbers with nonterminating digits must be rounded or truncated before they can be used and stored by a computer.
a. Find the base-10 representation of the binary number 0.001̅1.

