elcotufa said:
Homework Statement
How do you change a base into another number directly without changing to base 10 or base 2 for example?
Eg
changing 1442 base 6 to base 3 = 112022
Just want to know the steps in the division
Teacher wants us to do it this way for less error
Help appreciated
I don't think there there is a formula per se.
If you are not to convert to base 10 at all, then I think you need to recognize what the digits in base 6 represent in base 3.
Hence in the ones digits you have
1,2,3,4,5 base 6 convert to 1,2,10,11,12 base 3.
10,20, ... base 6 is 20,110,200,220,1010 base 3.
100, 200, ... base 6 is 1100,2200,11000,12100,20200 base 3
1000, 2000 ... base 6 is 22000,121000, ... etc. base 3
Then you can assemble in base 3 least significant first as below to get what the number represents. (But remember you must use base 3 addition to get your result.)
1442 = 2 + 220 + 12100 + 22000 = 222 + 101100 = 112022