raul260291
Junior Member level 1
List the Octal and Hexadecimal numbers Using A,B,C for the last three digits , list the numbers from 8 to 32 in base 13.?
The above problem is from morris mano 4th edition. the given solution is
Base-10: 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
Octal: 20 21 22 23 24 25 26 27 30 31 32 33 34 35 36 37 40
Hex: 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F 20
Base-13 A B C 10 11 12 13 14 15 16 17 18 19 23 24 25 26
The conversion from decimal to octal and hexadecimal is not problem. In converting from decimal to base-13, I got the following solution
Base-10: 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
Base-13: 08 09 0A 0B 0C 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 20 21 22 23 24 25 26.
can you please spot the mistake i did. I am not able to get the answer.
The above problem is from morris mano 4th edition. the given solution is
Base-10: 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
Octal: 20 21 22 23 24 25 26 27 30 31 32 33 34 35 36 37 40
Hex: 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F 20
Base-13 A B C 10 11 12 13 14 15 16 17 18 19 23 24 25 26
The conversion from decimal to octal and hexadecimal is not problem. In converting from decimal to base-13, I got the following solution
Base-10: 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
Base-13: 08 09 0A 0B 0C 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 20 21 22 23 24 25 26.
can you please spot the mistake i did. I am not able to get the answer.