common denominator for base 2

Started by
0 comments, last by Palidine 19 years, 1 month ago
Ok tricky math question. If I have a binary value, how do I find the common denominator for the 0's? So if I have 0110110, what is the way of finding out that the least common denominator for 0 is 3?
Advertisement
are you sure you are using the right term there? common denominator is a term I've only ever seen related to fractions. i.e given:

3/5 and 2/3

the lowest common denominator would be 15:

3/5 = 5/15 and 2/3 = 10/15

Are you asking how to count how many zeros are in your binary number?

-me

This topic is closed to new replies.

Advertisement