select the correct answer. which decimal number is equivalent to this hexadecimal number? f8\n\na. 24\n\nb…

select the correct answer. which decimal number is equivalent to this hexadecimal number? f8\n\na. 24\n\nb. 143\n\nc. 248\n\nd. 264
Answer
Explanation:
Step1: Separate hexadecimal digits
The hexadecimal number F8 has two digits: F and 8. In hexadecimal, F represents 15 in decimal.
Step2: Use hex - to - decimal conversion formula
The formula for converting a two - digit hexadecimal number (ab) (where (a) is the left - hand digit and (b) is the right - hand digit) to decimal is (a\times16^{1}+b\times16^{0}). Here, (a = 15) and (b = 8). So, (15\times16^{1}+8\times16^{0}=15\times16 + 8\times1=240 + 8=248).
Answer:
C. 248