math!!!!!!!!!!!!!!

2008-02-15 5:56 am
將十進數 2^13 +2^4 +3 轉換為二進數

回答 (2)

2008-02-15 6:11 am
✔ 最佳答案
2^13+2^4+3
=8211
=2013(16進進)
=10000000010011(2進進)
2008-02-16 8:47 am
In fact there is a much faster way to solve this question:
2^1 = 10 base 2
2^2 = 100
2^3 = 1000
2^4 = 10000
. . .
2^13 = 10000000000000

therefore
2^13+2^4+3 =
10000000000000
+ 10000
+ 11 (which is 3 base 10)
= 10000000010011


收錄日期: 2021-04-13 15:08:43
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20080214000051KK04535

檢視 Wayback Machine 備份