ANSWERS: 1
  • D=decimal number. Repeat everytime until you get Q <16: Division. D/16=Q Remainder R. Write R on the right end of your line. If Q <16 write it left from R as follows: 0 to 9. 10 becomes a, 11 b, etc. 15 f. If Q >=16 move Q to D and go back to Division. Example: 1007 / 16 = 62 r 15 62 / 16 = 3 r 14 So the answer = 3ef (check: 3*16^2+14*16+15)

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy