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

Is there any way I can convert a number from one base to another base, without using a calculator?? ( I know conversion of binary to decimal and vice-versa but I have no idea about the other bases).
I want to do it on paper . Is there any way?? Thanks.

2007-05-20 15:29:45 · 3 answers · asked by mR.qUESTiON?? 2 in Science & Mathematics Mathematics

Mr.bz2hcy, can you give an example please???

2007-05-20 15:57:31 · update #1

3 answers

here's a general way to do it.
Each digit represents a power of the base.
so, divide by the highest power of the base that will fit, and that is the value of the digit. Take the remainder, and divide by the next smallest power of the base - if it doesn't divide into the remainder, then the digit is zero. Keep going, and that will give you each digit you're looking for.

2007-05-20 15:37:42 · answer #1 · answered by bz2hcy 3 · 0 1

Except for the conversions between base 10 and base e, you are probably stuck with the calculator or pen and pencil. Some base conversions, like from base 2 to base 4, are fairly simple. Any number can be converted from one base to another by log comparison.

2007-05-20 22:47:44 · answer #2 · answered by cattbarf 7 · 0 0

♠ hex to decimal: convert 7DE = 7*16^2 +13*16 +14 =2014;
♣ decimal to hex: convert 20140 = 1258*16 +12 =
= 4*16^3 +14*16^2 +10*16^1 +12 = 4EAC;
consecutive dividing by 16 and finding remainders;

2007-05-20 22:55:13 · answer #3 · answered by Anonymous · 1 0

fedest.com, questions and answers