Multiple choice What is the value of? in the following question? 2B.C4 base 16 = ? base 10 42.76532 43.765652 43.98762 43.0678 Reveal answer Fill a bubble to check yourself B Correct answer Explanation 2B.C4 in hex is (2*16^1) + (11*16^0) + (12*16^-1) + (4*16^-2) = 32 + 11 + 0.75 + 0.015625 = 43.765625. Option B is the closest.