Convert the number 97 from decimal to binary. How many units does this number contain?
September 14, 2020 | Education
| Let’s represent the number 97 as a sum of powers of two: 97 = 64 + 32 + 1. Now let’s translate each of the terms into a binary number system and add the results: 64 = 100 0000; 32 = 10 0000; 1 = 1. Therefore, 97 (10) = 110 0001 (2)
