What is the base 4 representation of the base 2 number 110110002?
Solution — click to reveal
Instead of converting to base 10 and then to base 4, we use the fact that 22=4. We have 110110002=1⋅27+1⋅26+1⋅24+1⋅23=2⋅(22)3+1⋅(22)3+1⋅(22)2+2⋅(22)1=3⋅43+1⋅42+2⋅41+0⋅40=31204.