1 Replies - 12197 Views - Last Post: 08 December 2010 - 08:40 PM

#1 ipushmycar   User is offline

  • D.I.C Regular

Reputation: 86
  • View blog
  • Posts: 390
  • Joined: 29-August 10

Repeating Binary Fractions

Posted 08 December 2010 - 10:30 AM

Can anyone explain to me how to convert a repeating binary fraction to base 10?

For example, 0.1001100110011001... or 0.011011011011... my final is coming up and I need to know how to convert them. I know how to convert regular binary fractions to decimal just not repeating.

Thanks,
Ipush
Is This A Good Question/Topic? 0
  • +

Replies To: Repeating Binary Fractions

#2 r.stiltskin   User is offline

  • D.I.C Lover
  • member icon

Reputation: 2034
  • View blog
  • Posts: 5,436
  • Joined: 27-December 05

Re: Repeating Binary Fractions

Posted 08 December 2010 - 08:40 PM

Multiply the binary fraction by a power of 2 to give a result such that you can "cancel out" the repeating fraction by subtracting the original number. Remember, you can multiply a binary fraction by 2 just by shifting the decimal point 1 place to the right. For example:

Let x = .10011001...(binary)
24 = 16 so

16x = 1001.10011001...(careful, here the left side is decimal, the right side is still binary)
__x =______.10011001...
15x = 1001
now it's easy to convert the right side to decimal, so
15x = 9

and you can easily finish by solving for x.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1