Asked by Lindsay
Change 1010101011 base 2 to base 4
Answers
Answered by
Damon
1*2^0 + 1*2^1 = 3 = 3*4^0
+ 0*2^2 + 1*2^3 = 2 * 4 = 2 * 4^1
+ 0*2^4 + 1*2^5 = 2*16 = 2*4^2
+ 0*2^6 + 1*2^7 = 2 * 4^3
+ 0*2^8 + 1*2^9 = 2*2^8 = 2*4^4
so
22223
+ 0*2^2 + 1*2^3 = 2 * 4 = 2 * 4^1
+ 0*2^4 + 1*2^5 = 2*16 = 2*4^2
+ 0*2^6 + 1*2^7 = 2 * 4^3
+ 0*2^8 + 1*2^9 = 2*2^8 = 2*4^4
so
22223
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.