Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Maths Problems! 20pts!
Represent each of the following by a binary numeral:
(1) 1*(2*2)+1*2+1*1
(2) 1*(2*2*2)+0*(2*2)+1*2+0*1
Represent each of the following by a hexadecimal numeral:
(1) 3*(16*16)+10*16+11
(2) 8*(16*16*16)+0*(16*16)+1*16+15
1 Answer
- 自由自在Lv 71 decade agoFavorite Answer
Represent each of the following by a binary numeral:
(1) 1*(2*2)+1*2+1*1 = 1112
(2) 1*(2*2*2)+0*(2*2)+1*2+0*1 = 10102
Represent each of the following by a hexadecimal numeral:
(1) 3*(16*16)+10*16+11 = 3AB16
(2) 8*(16*16*16)+0*(16*16)+1*16+15 = 801F16