zeebo17
- 40
- 0
What is 1/7 in base 2? How would you solve for this?
Thanks!
Thanks!
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