Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be 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
Fractional Numbers and Blackboard Notation.?
Any help with how to solve this question

1 Answer
- az_lenderLv 72 months ago
(a) The binary expansion of 37 is 100101, and the binary expansion of 0.8 is
0.1100110011001100..., so 37.8 is
100101.1100110011001100 ...
(b) Hexadecimal expansion of 37.8 is 25.CCCC...
(c) Normalized binary expansion is
1.00101110011001100...
with exponent 5.
(d) Now look at the normalized binary expansion and just translate it directly to hex:
1.2E6666...
with exponent 101 ( = 5). The selected exponent is for a binary representation, and I believe that is customary (not an exponent for hex directly).
(e) Sorry, I don't know the "blackboard" system.