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
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
transgalactic
Messages
1,386
Reaction score
0
translating number in base 6 into a number in base 3?
 
Engineering news on Phys.org
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