convert the decimal number into binary equivalent. 25
Answers
Answered by
8
Required Answer:-
Given Number:
- (25)₁₀
To Do:
- Convert from Decimal to Binary equivalent.
Solution:
Now, write the remainder obtained from bottom to top.
> (11001)₂
Hence,
>> (25)₁₀ = (11001)₂
Steps To Convert:
- Divide the number by 2.
- Write the quotient and the remainder obtained.
- Continue process 1 and 2 till the number becomes 0.
- Now, write the remainders so obtained in reverse order. The result obtained is the binary equivalent of the given number.
Answer:
- (25)₁₀ = (11001)₂
Similar questions