answersLogoWhite

0

You could first convert it to binary, and then to hexadecimal. Because octal and hexadecimal bases are both powers of two, the conversion between those bases and binary is quite easy.

To go from octal to binary, take each digit in the number, and convert it to three binary digits:

5 -> 101

3 -> 011

2 -> 010

4 -> 100

So the binary version of the number is:

101 011 011 010 100

In order to convert to hexadecimal, your number of digits needs to be divisible by four (as 24 = 16). To get that, we need to add a digit, which will be a zero as our leftmost digit:

0101 0110 1101 0100

Now we can convert each of those sets of four binary digits into single hexadecimal digits, giving us our final answer:

9AD8

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran
ProfessorProfessor
I will give you the most educated answer.
Chat with Professor

Add your answer:

Earn +20 pts
Q: Could you please convert octal no 53324 to hexadecimal?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math

Could u please Convert octal no 1247 to hexadecimal?

Octal 1247 = Hex 2A7


How could you print decimal number to bynary nomber in foxpro?

I don't know of any specific function for that; you could write a user-defined function, that converts decimal to binary. In Visual FoxPro 9, transform() with a format code of "@0" will convert to hexadecimal; once you have that, it may be easier to convert each hexadecimal digit into 4 binary digits. I am not sure in what version of Visual FoxPro this option was introduced.A good forum for FoxPro and Visual FoxPro is www.universalthread.com; perhaps you can get additional information there.I don't know of any specific function for that; you could write a user-defined function, that converts decimal to binary. In Visual FoxPro 9, transform() with a format code of "@0" will convert to hexadecimal; once you have that, it may be easier to convert each hexadecimal digit into 4 binary digits. I am not sure in what version of Visual FoxPro this option was introduced.A good forum for FoxPro and Visual FoxPro is www.universalthread.com; perhaps you can get additional information there.I don't know of any specific function for that; you could write a user-defined function, that converts decimal to binary. In Visual FoxPro 9, transform() with a format code of "@0" will convert to hexadecimal; once you have that, it may be easier to convert each hexadecimal digit into 4 binary digits. I am not sure in what version of Visual FoxPro this option was introduced.A good forum for FoxPro and Visual FoxPro is www.universalthread.com; perhaps you can get additional information there.I don't know of any specific function for that; you could write a user-defined function, that converts decimal to binary. In Visual FoxPro 9, transform() with a format code of "@0" will convert to hexadecimal; once you have that, it may be easier to convert each hexadecimal digit into 4 binary digits. I am not sure in what version of Visual FoxPro this option was introduced.A good forum for FoxPro and Visual FoxPro is www.universalthread.com; perhaps you can get additional information there.


How would you know when a fraction is greater than another fraction?

You could convert them to like fractions with a common denominator and compare the numerators or you could convert them to decimals and compare them.


What 2 conversion factors could you use to convert from inches to kilometers?

Multiply by 25.4 to convert from inches to millimetres. Divide by 1 million to convert from millimetres to kilometres.


How could you convert a measurement given in millimeters to kilometers?

Divide it by 106 (or 1 million).