Is there a direct method for converting base 6 numbers to base 3?

  • Thread starter Thread starter transgalactic
  • Start date Start date
  • Tags Tags
    Method
AI Thread Summary
Converting numbers directly from base 6 to base 3 is not straightforward due to the differences in how each base represents values. The discussion highlights the importance of understanding the value of each digit in its respective base, as the same sequence of digits can represent different values in different bases. A common method for conversions involves first translating to decimal before moving to the target base, but some seek a direct approach without intermediary steps. The conversation emphasizes the need for clarity in base conversions and the potential confusion that arises from treating numbers with the same digit sequence in different bases as equivalent. Ultimately, a direct method for base 6 to base 3 conversion remains elusive without first converting to decimal.
transgalactic
Messages
1,386
Reaction score
0
translating number in base 6 into a number in base 3?
 
Engineering news on Phys.org
You looking to do this in software I assume? More information please.
 
no i want to do it by pen and paper

i just started to learn this "digital logic" thing
i am looking for a way of
translating a number in base 6 into a number in base 3
 
Did you try a google search?

http://home.earthlink.net/~usondermann/base.html
 
Last edited by a moderator:
in google search i got only specific examples of transformation

regarding the method in the link can't see how it destinguishing the base of our
"victim number"(the one we want to change)

bacause it just says to take the number and to divide it by the new base

123 (in base 4) is the same number as 123 (in base 10)

there is no difference here??
the original base must play some role
 
123 in base 4 and 123 in base 10 are most certainly different. In base 4 from right to left, each place is worth 1, then 4, then 16, then 64, etc. In base 10 from right to left, each place is worth 1, then 10, then 100, then 1000, etc. In each base, each placeholder (excluding the very right one) is worth the previous placeholder multiplied by the base. The very right placeholder is always worth 1. So to use your example of 123 in base 4, you would add 3 (3 x 1) plus 8 (2 x 4) plus 4 (1 x 4) and the result is 15 decimal. I'm not always the best at explaining things so I'm sorry if this confuses you. If so, keep the questions coming, we'll get you straightened out. The only coversions I usually do are between hex, binary and decimal. Converting between binary and hex is a snap and my method shown above will get you to and from decimal easily. In school we were told the most fool-proof way is to take everything through binary, I can't say I agree though.
 
i want to transform a number in base 6 into a number in base 3

"So to use your example of 123 in base 4, you would add 3 (3 x 1) plus 8 (2 x 4) plus 4 (1 x 4) and the result is 15 decimal"

i was looking for a way to transform straight forward without any middle man
 

Similar threads

Replies
74
Views
7K
Replies
5
Views
2K
Replies
11
Views
2K
Replies
1
Views
1K
Replies
7
Views
2K
Replies
13
Views
2K
Replies
4
Views
2K
Back
Top