The octal equivalent of decimal
25.625 is
Answers
Answer: Converting 25.625 of Decimal to Octal number system. Have translated: 25.625 of Decimal numeration system to Octal number system. You enter the number: 25.62510 in Decimal number system and want to translate it into Octal.
Explanation: If it's correct then plzzzzz mark it as the Brainliest
Answer:
25.62510 = 11001.1012
Explanation:
o convert decimal number 25.625, we convert its integer and fraction part individually and then add them to get the equivalent binary number, as below:
To convert integer 25 to binary, follow these steps:
Divide 25 by 2 keeping notice of the quotient and the remainder. Continue dividing the quotient by 2 until you get a quotient of zero.
Then just write out the remainders in the reverse order to get the equivalent binary number.
25 / 2 = 12 with remainder 1
12 / 2 = 6 with remainder 0
6 / 2 = 3 with remainder 0
3 / 2 = 1 with remainder 1
1 / 2 = 0 with remainder 1
Here is the answer to 25 decimal to binary number:
11001
For converting decimal fraction 0.625 to binary number, follow these steps:
Multiply 0.625 by 2 keeping notice of the resulting integer and fractional part. Continue multiplying by 2 until you get a resulting fractional part equal to zero (we calcuclate upto ten digits).
Then just write out the integer parts from the results of each multiplication to get equivalent binary number.
0.625 × 2 = 1 + 0.25
0.25 × 2 = 0 + 0.5
0.5 × 2 = 1 + 0.
Here is the answer to 0.625 decimal to binary number:
0.101
Therefore, decimal number 25.625 converted to binary is equal:
11001.101