197k views
0 votes
Susan is a programmer and uses the hexadecimal number system to represent instructions. Which letters of the alphabet do you think Susan uses to represent the numbers 10 to 15 in this number system?

User Kugg
by
5.6k points

1 Answer

5 votes
Hexadecimal is a base 16 counting system.
1 through 9 is represented by the existing numbers.
A = 10
B = 11
C = 12
D = 13
E = 14
F = 15


User Mikesl
by
7.1k points