Question 1191598: What is 14203 base5 divided 12 base5?
Found 2 solutions by greenestamps, Alan3354: Answer by greenestamps(13203) (Show Source):
You can put this solution on YOUR website!
Unless you have a lot of experience with this kind of calculation, you probably want to start by making a table of the multiples of 12 in base 5. Then the division process is exactly the same as in base 10 -- you just have to do the calculations in base 5.
multiples of 12 in base 5:
12*1 = 12
12*2 = 12+12 = 24
12*3 = 24+12 = (36) = 41
12*4 = 41+12 = (53) = 103
12*5 = 103+12 = (115) = 120
Note it is useful to calculate 12*5 in base 5 to verify that the result is 120; it gives you confidence that you have calculated all the multiples of 12 correctly.
Now do the long division in base 5
---------
12) 14203
Comparing the first digits "14" to the multiples of 12, we see that 14 is between 12 and 24; so the first digit of the answer is 1.
1
---------
12) 14203
12
As in long division in base 10, subtract and "bring down" the next digit
1
---------
12) 14203
12
---
22
Again compare the "22" to the list of multiples of 12 to see that again these digits are between 12 and 24, so the next digit of the answer is also 1. Again do the subtraction and bring down the next digit.
11
---------
12) 14203
12
---
22
12
---
100
Repeat the process. 100 is between 41 and 103, so the next digit of the answer is 3.
113
---------
12) 14203
12
---
22
12
---
100
41
---
43
And to get the last digit in the quotient we again see that 43 is between 41 and 103, so the last digit in the quotient is another 3.
1133
---------
12) 14203
12
---
22
12
---
100
41
---
43
41
--
2
ANSWER: The quotient in base 5 is 1133; the remainder is 2.
We can, if we want, verify the answer by converting everything to base 10:
12 base 5 = 7 base 10
14203 base 5 = 1178 base 10
1133 base 5 = 168 base 10
1178/7 base 10 = 168 base 10
Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! What is 14203 base5 divided 12 base5?
---------------
Convert to base 10
13203 = 1*5^4 + 4*5^3 + 2*5^2 + 3 = 625 + 500 + 50 + 3 = 1178
12 = 7
===============
1178/7 = 168 and 2/7 base 10
If you want it in base 5, it's 125 + 25*1 + 3*5 + 3 = 1133 and remainder 2
= 1133.4 base 5
|
|
|