Publicado en Sistemas operativos monopuesto

Hexadecimal a Decimal ejercicios resueltos paso a paso

Aquí hay 50 ejercicios de Hexadecimal a Decimal

(En Hexadecimal los ejercicios no son más grandes que el 255)

Estos ejercicios están puestos en 3 fases

1º fase = en esta fase está el número en Hexadecimal (para el que quiera pasarlo a Decimal sin saber el resultado)

2º fase = aquí está el resultado en Decimal (el que quiera saber el proceso intermedio es en la 3º fase)

3º fase = aquí está el proceso intermedio, es decir, todo el proceso

Por si alguien tiene dudas, tengo un enlace de «Hexadecimal a Decimal» paso a paso

https://elrincondemuchascosas.wordpress.com/2022/02/09/tutorial-de-hexadecimal-a-decimal-paso-a-paso-del-0-al-255/

De todas maneras si alguien ha visto el tutorial de «Hexadecimal a Decimal» y sigue teniendo dudas, que lo diga y se le ayudará lo mejor posible

Hexadecimal a Decimal

1) 16 2) 67 3) 95
4) E1 5) 2C 6) BA
7) 38 8) 9 9) F7
10) 77 11) 5C 12) 8F
13) 21 14) CF 15) A2
16) 49 17) EA 18) E
19) B5 20) D3 21) 1C
22) AF 23) DE 24) 61
25) 9E 26) F9 27) 2F
28) BF 29) 11 30) 89
31) 54 32) F2 33) 27
34) 3E 35) EF 36) 33
37) E2 38) 7D 39) C7
40) 71 41) 17 42) B0
43) 96 44) 2D 45) A
46) 78 47) 5D 48) 4A
49) 1D 50) C8




1) 16 = 22 2) 67 = 103 3) 95 = 149
4) E1 = 225 5) 2C = 44 6) BA = 186
7) 38 = 56 8) 9 = 9 9) F7 = 247
10) 77 = 119 11) 5C = 92 12) 8F = 143
13) 21 = 33 14) CF = 207 15) A2 = 162
16) 49 = 73 17) EA = 234 18) E = 14
19) B5 = 181 20) D3 = 211 21) 1C = 28
22) AF = 175 23) DE = 222 24) 61 = 97
25) 9E = 158 26) F9 = 249 27) 2F = 47
28) BF = 191 29) 11 = 17 30) 89 = 137
31) 54 = 84 32) F2 = 242 33) 27 = 39
34) 3E = 62 35) EF = 239 36) 33 = 51
37) E2 = 226 38) 7D = 125 39) C7 = 199
40) 71 = 113 41) 17 = 23 42) B0 = 176
43) 96 = 150 44) 2D = 45 45) A = 10
46) 78 = 120 47) 5D = 93 48) 4A = 74
49) 1D = 29 50) C8 = 200




1) 16 en Hexadecimal
1x(16)1=1x1616
6x(16)0=6x16
SUMA=16 + 6 = 2222 en Decimal

SOLUCIÓN = 22 en Decimal

2) 67 en Hexadecimal
6x(16)1=6x1696
7x(16)0=7x17
SUMA=96 + 7 = 103103 en Decimal

SOLUCIÓN = 103 en Decimal

3) 95 en Hexadecimal
9x(16)1=9x16144
5x(16)0=5x15
SUMA=144 + 5 = 149149 en Decimal

SOLUCIÓN = 149 en Decimal

4) E1 en Hexadecimal
Ex(16)1=14x16224
1x(16)0=1x11
SUMA=224 + 1 = 225225 en Decimal

SOLUCIÓN = 225 en Decimal

5) 2C en Hexadecimal
2x(16)1=2x1632
Cx(16)0=12x112
SUMA=32 + 12 = 4444 en Decimal

SOLUCIÓN = 44 en Decimal

6) BA en Hexadecimal
Bx(16)1=11x16176
Ax(16)0=10x110
SUMA=176 + 10 = 186186 en Decimal

SOLUCIÓN = 186 en Decimal

7) 38 en Hexadecimal
3x(16)1=3x1648
8x(16)0=8x18
SUMA=48 + 8 = 5656 en Decimal

SOLUCIÓN = 56 en Decimal

8) 9 en Hexadecimal
9x(16)0=9x19
SUMA=9 = 99 en Decimal

SOLUCIÓN = 9 en Decimal

9) F7 en Hexadecimal
Fx(16)1=15x16240
7x(16)0=7x17
SUMA=240 + 7 = 247247 en Decimal

SOLUCIÓN = 247 en Decimal

10) 77 en Hexadecimal
7x(16)1=7x16112
7x(16)0=7x17
SUMA=112 + 7 = 119119 en Decimal

SOLUCIÓN = 119 en Decimal

11) 5C en Hexadecimal
5x(16)1=5x1680
Cx(16)0=12x112
SUMA=80 + 12 = 9292 en Decimal

SOLUCIÓN = 92 en Decimal

12) 8F en Hexadecimal
8x(16)1=8x16128
Fx(16)0=15x115
SUMA=128 + 15 = 143143 en Decimal

SOLUCIÓN = 143 en Decimal

13) 21en Hexadecimal
2x(16)1=2x1632
1x(16)0=1x11
SUMA=32 + 1 = 3333 en Decimal

SOLUCIÓN = 33 en Decimal

14) CF en Hexadecimal
Cx(16)1=12x16192
Fx(16)0=15x115
SUMA=192 + 15 = 207207 en Decimal

SOLUCIÓN = 207 en Decimal

15) A2 en Hexadecimal
Ax(16)1=10x16160
2x(16)0=2x12
SUMA=160 + 2 = 162162 en Decimal

SOLUCIÓN = 162 en Decimal

16) 49 en Hexadecimal
4x(16)1=4x1664
9x(16)0=9x19
SUMA=64 + 9 = 7373 en Decimal

SOLUCIÓN = 73 en Decimal

17) EA en Hexadecimal
Ex(16)1=14x16224
Ax(16)0=10x110
SUMA=224 + 10 = 234234 en Decimal

SOLUCIÓN = 234 en Decimal

18) E en Hexadecimal
Ex(16)0=14x114
SUMA=14 = 1414 en Decimal

SOLUCIÓN = 14 en Decimal

19) B5 en Hexadecimal
Bx(16)1=11x16176
5x(16)0=5x15
SUMA=176 + 5 = 181181 en Decimal

SOLUCIÓN = 181 en Decimal

20) D3 en Hexadecimal
Dx(16)1=13x16208
3x(16)0=3x13
SUMA=208 + 3 = 211211 en Decimal

SOLUCIÓN = 211 en Decimal

21) 1C en Hexadecimal
1x(16)1=1x1616
Cx(16)0=12x112
SUMA=16 + 12 = 2828 en Decimal

SOLUCIÓN = 28 en Decimal

22) AF en Hexadecimal
Ax(16)1=10x16160
Fx(16)0=15x115
SUMA=160 + 15 = 175175 en Decimal

SOLUCIÓN = 175 en Decimal

23) DE en Hexadecimal
Dx(16)1=13x16208
Ex(16)0=14x114
SUMA=208 + 14 = 222222 en Decimal

SOLUCIÓN = 222 en Decimal

24) 61 en Hexadecimal
6x(16)1=6x1696
1x(16)0=1x11
SUMA=96 + 1 = 9797 en Decimal

SOLUCIÓN = 97 en Decimal

25) 9E en Hexadecimal
9x(16)1=9x16144
Ex(16)0=14x114
SUMA=144 + 14 = 158158 en Decimal

SOLUCIÓN = 158 en Decimal

26) F9 en Hexadecimal
Fx(16)1=15x16240
9x(16)0=9x19
SUMA=240 + 9 = 249249 en Decimal

SOLUCIÓN = 249 en Decimal

27) 2F en Hexadecimal
2x(16)1=2x1632
Fx(16)0=15x115
SUMA=32 + 15 = 4747 en Decimal

SOLUCIÓN = 47 en Decimal

28) BF en Hexadecimal
Bx(16)1=11x16176
Fx(16)0=15x115
SUMA=176 + 15 = 191191 en Decimal

SOLUCIÓN = 191 en Decimal

29) 11 en Hexadecimal
1x(16)1=1x1616
1x(16)0=1x11
SUMA=16 + 1 = 1717 en Decimal

SOLUCIÓN = 17 en Decimal

30) 89 en Hexadecimal
8x(16)1=8x16128
9x(16)0=9x19
SUMA=128 + 9 = 137137 en Decimal

SOLUCIÓN = 137 en Decimal

31) 54 en Hexadecimal
5x(16)1=5x1680
4x(16)0=4x14
SUMA=80 + 4 = 8484 en Decimal

SOLUCIÓN = 84 en Decimal

32) F2 en Hexadecimal
Fx(16)1=15x16240
2x(16)0=2x12
SUMA=240 + 2 = 242242 en Decimal

SOLUCIÓN = 242 en Decimal

33) 27 en Hexadecimal
2x(16)1=2x1632
7x(16)0=7x17
SUMA=32 + 7 = 3939 en Decimal

SOLUCIÓN = 39 en Decimal

34) 3E en Hexadecimal
3x(16)1=3x1648
Ex(16)0=14x114
SUMA=48 + 14 = 6262 en Decimal

SOLUCIÓN = 62 en Decimal

35) EF en Hexadecimal
Ex(16)1=14x16224
Fx(16)0=15x115
SUMA=224 + 15 = 239239 en Decimal

SOLUCIÓN = 239 en Decimal

36) 33 en Hexadecimal
3x(16)1=3x1648
3x(16)0=3x13
SUMA=48 + 3 = 5151 en Decimal

SOLUCIÓN = 51 en Decimal

37) E2 en Hexadecimal
Ex(16)1=14x16224
2x(16)0=2x12
SUMA=224 + 2 = 226226 en Decimal

SOLUCIÓN = 226 en Decimal

38) 7D en Hexadecimal
7x(16)1=7x16112
Dx(16)0=13x113
SUMA=112 + 13 = 125125 en Decimal

SOLUCIÓN = 125 en Decimal

39) C7 en Hexadecimal
Cx(16)1=12x16192
7x(16)0=7x17
SUMA=192 + 7 = 199199 en Decimal

SOLUCIÓN = 199 en Decimal

40) 71 en Hexadecimal
7x(16)1=7x16112
1x(16)0=1x11
SUMA=112 + 1 = 113113 en Decimal

SOLUCIÓN = 113 en Decimal

41) 17 en Hexadecimal
1x(16)1=1x1616
7x(16)0=7x17
SUMA=16 + 7 = 2323 en Decimal

SOLUCIÓN = 23 en Decimal

42) B0 en Hexadecimal
Bx(16)1=11x16176
0x(16)0=0x10
SUMA=176 + 0 = 176176 en Decimal

SOLUCIÓN = 176 en Decimal

43) 96 en Hexadecimal
9x(16)1=9x16144
6x(16)0=6x16
SUMA=144 + 6 = 150150 en Decimal

SOLUCIÓN = 150 en Decimal

44) 2D en Hexadecimal
2x(16)1=2x1632
Dx(16)0=13x113
SUMA=32 + 13 = 4545 en Decimal

SOLUCIÓN = 45 en Decimal

45) A en Hexadecimal
Ax(16)0=10x110
SUMA=10 = 1010 en Decimal

SOLUCIÓN = 10 en Decimal

46) 78 en Hexadecimal
7x(16)1=7x16112
8x(16)0=8x18
SUMA=112 + 8 = 120120 en Decimal

SOLUCIÓN = 120 en Decimal

47) 5D en Hexadecimal
5x(16)1=5x1680
Dx(16)0=13x113
SUMA=80 + 13 = 9393 en Decimal

SOLUCIÓN = 93 en Decimal

48) 4A en Hexadecimal
4x(16)1=4x1664
Ax(16)0=10x110
SUMA=64 + 10 = 7474 en Decimal

SOLUCIÓN = 74 en Decimal

49) 1D en Hexadecimal
1x(16)1=1x1616
Dx(16)0=13x113
SUMA=16 + 13 = 2929 en Decimal

SOLUCIÓN = 29 en Decimal

50) C8 en Hexadecimal
Cx(16)1=12x16192
8x(16)0=8x18
SUMA=192 + 8 = 200200 en Decimal

SOLUCIÓN = 200 en Decimal

















Gracias por entrar, si te ha gustado sígueme y compártelo.

En el caso de que alguien esté aprendiendo, me haya saltado algún paso o no sea capaz de hacerlo, que lo diga y con mucho gusto le ayudaré donde se haya trabado, y si alguien ve que me he saltado algún paso y faltan cosas por poner, que lo diga y con mucho gusto también lo modificaré.

Deja un comentario

Este sitio utiliza Akismet para reducir el spam. Conoce cómo se procesan los datos de tus comentarios.