Welcome to Westonci.ca, where you can find answers to all your questions from a community of experienced professionals. Get detailed answers to your questions from a community of experts dedicated to providing accurate information. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A platform.

Convert numbers 359 to binary


Sagot :

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₂