๐Ÿ’ก Activity โ€“ Solutions

๐Ÿ’ก Activity โ€“ Solutions


1๏ธโƒฃ Convert 469, 1513, 479 to hex (show steps).

469 โ†’ Hex

  • 469 รท 16 = 29, remainder 5
  • 29 รท 16 = 1, remainder 13 โ†’ D
  • 1 รท 16 = 0, remainder 1

Read remainders bottomโ†’top โ†’ 1 D 5 โœ… 469โ‚โ‚€ = 1D5โ‚โ‚†

1513 โ†’ Hex

  • 1513 รท 16 = 94, remainder 9
  • 94 รท 16 = 5, remainder 14 โ†’ E
  • 5 รท 16 = 0, remainder 5

Read remainders bottomโ†’top โ†’ 5 E 9 โœ… 1513โ‚โ‚€ = 5E9โ‚โ‚†


479 โ†’ Hex

  • 479 รท 16 = 29, remainder 15 โ†’ F
  • 29 รท 16 = 1, remainder 13 โ†’ D
  • 1 รท 16 = 0, remainder 1

Read remainders bottomโ†’top โ†’ 1 D F โœ… 479โ‚โ‚€ = 1DFโ‚โ‚†




2๏ธโƒฃ Convert 1D5, 5E9, 1DF to decimal (expand by 16n16^n16n).

Convert 1D5โ‚โ‚† โ†’ Decimal


Convert 5E9โ‚โ‚† โ†’ Decimal


Convert 1DFโ‚โ‚† โ†’ Decimal


๐ŸŽฏ Final Answers Summary




3๏ธโƒฃ Convert 13B4 and A5 to binary .

  • Answers: 13B4 โ†’ 0001 0011 1011 0100, A5 โ†’ 1010 0101.


Complete and Continue  
Discussion

0 comments