How can we convert the number $(0.\overline{101})_2$ written in dual-system into the decimal system ?
$0.\overline{101}=\underbrace{\dfrac{1}{2}+\dfrac{0}{4}+\dfrac{1}{8}}_{\dfrac{5}{8}}+\underbrace{\dfrac{1}{16}+\dfrac{0}{32}+\dfrac{1}{64}}_{\dfrac{5}{64}}+...$,
then i get:
$\sum_{k\ge0}\dfrac{5}{8}\cdot (\dfrac{1}{8})^{k}=\dfrac{5}{7}$
but must it not be $(0.\overline{101})_2=\dfrac{101}{111}=(0.\overline{909})_{10}$
Thanks in advance