SOLUTION: Convert sqrt312.117 base 10 to binary number
Algebra.Com
Question 1132706: Convert sqrt312.117 base 10 to binary number
Found 2 solutions by MathLover1, greenestamps:
Answer by MathLover1(20850) (Show Source): You can put this solution on YOUR website!
Decimal number is converted into binary by dividing the number successively by and printing the remainder in reverse order.
Divide the number by .
.....remainder
.....remainder
.....remainder
.....remainder
.....remainder
so far binary number is , here comes decimal point
after that you have
.....remainder
.....remainder
.....remainder
.....remainder
.....remainder
.....remainder
.....remainder
.....remainder
.....remainder
.....remainder
.....remainder
.....remainder
.....remainder
.....remainder
.....remainder
:
so on up to reminder is
Binary number:
when I convert it to decimal, I got
which is approximately
Answer by greenestamps(13214) (Show Source): You can put this solution on YOUR website!
sqrt(312.117) = 17.66683333; or 17.667 to 3 decimal places.
Convert the whole number and decimal parts separately.
To convert the whole number part, repeatedly divide by the new base (2) and pick off the remainders.
17/2 = 8 R 1
8/2 = 4 R 0
4/2 = 2 R 0
2/2 = 1 R 0
1/2 = 0 R 1
The binary equivalent of the decimal whole number 17 is the remainders in the REVERSE order: 17 (decimal) = 10001 (binary)
Convert the fraction part to binary by repeatedly multiplying by 2, picking off the whole number parts.
.667 * 2 = 1 + .334
.334 * 2 = 0 + .668
.668 * 2 = 1 + .336
.336 * 2 = 0 + .672
.672 * 2 = 1 + .344
.344 * 2 = 0 + .688
.688 * 2 = 1 + .376
.376 * 2 = 0 + .752
.752 * 2 = 1 + .504
.504 * 2 = 1 + .008
The digits in the binary representation of the fraction part of the number is the whole number parts, in the SAME order they are obtained.
To 10 places after the decimal, .667 decimal is .1010101011 binary.
ANSWER: sqrt(312.117) (decimal) = (approximately) 10001.1010101011 (binary)
You can verify this answer using the following online binary converter:
https://www.mathsisfun.com/binary-decimal-hexadecimal-converter.html
Note if the 312.117 was an approximation and the number being converted is actually 17.66666... = 17 2/3, the binary representation can be found exactly. The whole number part is still 10001 binary; to find the binary representation of the fraction 2/3...
2/3 * 2 = 1 + 1/3
1/3 * 2 = 0 + 2/3
2/3 * 2 = 1 + 1/3
1/3 * 2 = 0 + 2/3
2/3 * 2 = 1 + 1/3
...
etc., etc.
The binary representation of the decimal fraction 2/3 is 0.101010... repeating.
In that case the binary representation of the given number would be
10001.101010... repeating
RELATED QUESTIONS
Express 0.312 in base 10 as a binary number.
2.)convert the following in base ten to... (answered by Theo)
1. Convert the binary number 111,000,111 into the base ten equivalent.
2. Convert the... (answered by Edwin McCravy)
Convert 82.11 to binary
(answered by Alan3354,greenestamps)
convert 1079ACDE to binary... (answered by Fombitz)
How would you convert the binary number 11001011 when written in base... (answered by Alan3354)
Convert 35.06 base eight to binary numbers using the three bits... (answered by greenestamps)
convert 11011 base2 to a number in base... (answered by stanbon)
Convert base2 to base... (answered by ikleyn)
Convert 2312 Base 4 to Base... (answered by stanbon)