45 is equivalent _______ in binary system.
45 is equivalent _______ in binary system.
Explanation
To convert 45 to binary:
45 ÷ 2 = 22 remainder 1
22 ÷ 2 = 11 remainder 0
11 ÷ 2 = 5 remainder 1
5 ÷ 2 = 2 remainder 1
2 ÷ 2 = 1 remainder 0
1 ÷ 2 = 0 remainder 1
Reading remainders from bottom to top: 101101
Therefore, 45 in binary = 101101.