English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
1

can someone tell me the hex values to 10
20
30
40
50
60
70
80
90 and
100?

2007-11-22 11:04:26 · 4 answers · asked by Andres 1 in Science & Mathematics Mathematics

4 answers

10 base 10 = A in hex
20 base 10 =14 in hex
30 base 10 = 1E in hex
40 base 10 = 28 in hex
50 base 10 = 32 in hex
60 base 10 = 3C in hex
70 base 10 = 46 in hex
80 base 10 = 50 in hex
90 base 10 = 5A in hex
100 base 10 = 64 in hex

I hope this helps!

2007-11-22 11:12:13 · answer #1 · answered by Anonymous · 0 0

divide the number by 16, the quotient is the hex digit and the remainder is the unit digit

eg 20/16 = 1 R 4 so the number in Hex is 14
30/16 = 1 r 14; 1E (a=10, b=11, c=12, d=13, e=14, f=15)
40/16 = 2 r 8, 28
etc.

2007-11-22 19:11:26 · answer #2 · answered by norman 7 · 0 0

10 = A
20 = 14
30 = 1E
40 = 28
50 = 32
60 = 3C
70 = 46
80 = 50
90 = 5A
100 = 64

2007-11-22 20:40:46 · answer #3 · answered by Sherman81 6 · 0 0

10(dec) = 0A (hex)
20(dec) = 14 (hex)
30(dec) = 1E (hex)
40(dec) = 28 (hex)
50(dec) = 32 (hex)
60(dec) = 3C (hex)
70(dec) = 46 (hex)
80(dec) = 50 (hex)
90(dec) = 5A (hex)
100(dec) = 64 (hex)

2007-11-22 19:11:51 · answer #4 · answered by Ian 6 · 1 0

fedest.com, questions and answers