
David W. answered 08/17/15
Tutor
4.7
(90)
Experienced Prof
How exciting! Another number conversion problem!
Well, convert 19 (base 11) into base 10 (good ol' Decimal):
1*11^1 + 9*11^0
11 + 9
20 (base 10)
Then, convert 20 into base 6 (whatever that's called):
6 into 20 is 3 remainder 2
6 into 3 is 0 remainder 3
32 (base 6)
Note: If you want to check, convert 32 (base 6) into decimal, then into base 11. See if you get 19 (base 11).