Convert the number 211 from decimal to binary. How many units does this number contain?
September 15, 2020 | Education
| Let’s represent the number 211 as a sum of powers of two: 211 = 128 + 64 + 16 + 2 + 1. Now we translate each of the terms into a binary number system and add the results: 128 = 1000 0000, 64 = 1000000, 16 = 10000, 2 = 10 , 1 = 1. Therefore, 211 (10) = 1101 0011 (2)
