Change of number base problem
This is about numbering System...the answer need in decimal, hex, oct, and binary...after get all the answer, need to prove that the answer is correct or not by comparing all the answer in each base....anyone can help me please??? thanks!!
57FFh + 70h + 50o - 61.57h * 11111001b - 145Ch / 0010b + 11000110.10111b = ?
need step by step tutorial here...>< im beginer...(Hi)
Re: Hardest Maths Question here...><
This question is not too difficult, but it's also not too fun. It's just pencil pushing.
Here's a tutorial for converting between various bases:
Introduction to decimal, binary, hexadecimal, octal and converting between bases
If I were you, I would read the section "Converting from binary, hexadecimal and octal to decimal". Then, convert each number, term by term, into decimal notation, add/subtract in decimal, and then reconvert your answer back into the various bases.
The point is that this is no harder, conceptually, than each of the following questions:
What is 57FF converted from hexadecimal to decimal?
What is 70 converted from hexadecimal to decimal?
What is 50 converted from octal to decimal?
...
Then, after getting each number in decimal form, it's just arithmetic to get a decimal based answer. Finally, you'll need to convert your answer back into each base.