Convert numbers 359 to binary


Answer :

Expand 359 as a sum of the largest powers of 2 that you can:

359 = 256 + 103

359 = 256 + 64 + 39

359 = 256 + 64 + 32 + 7

359 = 256 + 64 + 32 + 4 + 3

359 = 256 + 64 + 32 + 4 + 2 + 1

359 = 2⁸ + 2⁶ + 2⁵ + 2² + 2¹ + 2⁰

359 = 1 0110 0111₂