zeebo17
- 40
- 0
What is 1/7 in base 2? How would you solve for this?
Thanks!
Thanks!
The discussion revolves around converting the fraction 1/7 into its binary representation. Participants explore various methods for calculating its infinite binary expansion, including long division and repeated multiplication, while also addressing potential misconceptions about binary fractions.
Participants express differing views on the methods for converting 1/7 to binary, with some supporting traditional approaches while others propose alternative methods. There is no consensus on the correctness of all proposed methods, and some participants challenge the validity of others' claims.
Some methods discussed may depend on specific interpretations of binary fractions and the handling of decimal representations, which could lead to confusion. The discussion includes unresolved mathematical steps and assumptions regarding the conversion process.
zeebo17 said:What is 1/7 in base 2? How would you solve for this?
Thanks!
1/111
0.100010111000001001
0.142857
sure but not real interesting.Steve.pf said:wouldn't it be:
Code:1/111
But in decimal form it would be:
Code:0.100010111000001001
I'm not sure if it's the correct answer though. My logic was to take the result of 1/7:
Code:0.142857
remove the decimal (by multiplying it by 1,000,000) then converting that number to binary and then re-placing the decimal.
Is my method correct?
Steve.pf said:wouldn't it be:
Code:1/111