You can put this solution on YOUR website! We wish to find the largest power of 2 (or multiple of power of 2) less than or equal to 23. This number is 16, so we write 23 = 16+7. Repeat the same process, the largest power of 2 less than or equal to the remainder (7) is 4. In the end, you should get