Statement
Write the number in base two (binary).
Solution
Divide repeatedly by , reading the remainders from the bottom: Reading the remainders from last to first: Check: .
| tags |
Statement
Write the number in base two (binary).
Solution
Divide repeatedly by , reading the remainders from the bottom: Reading the remainders from last to first: Check: .