Question:
<u><em>"Convert F2 from hexadecimal to binary."</em></u>
Answer:
11110010
Step-by-step explanation:
Hex F2 to decimal explained:
The value of HEX F2 in decimal is 242.
The value of HEX F2 in binary is 11110010.
2	2 X 160 =	2
F	15 X 161 =	240
HEX F2 =	242
<em><u>The binary value is: 11110010</u></em>
A hexadecimal number has base 16 (0,1,2,3,4,5,6,7,8,9 A,B,C,D,E,F). 
basic hex to a decimal conversion table
Hex	0	1	2	3	4	5	6	7	8	9	A	B	C	D	E	F
Decimal	0	1	2	3	4	5	6	7	8	9	10	11	12	13	14	15
<u><em>HOPE THIS HELPS!</em></u>
<u><em>PLEASE MARK BRAINLIEST IF THIS HELPED YOU LEARN! :)</em></u>