Answer:
Corresponding Binary numbers are as following:
A4693FBC=10100100011010010011111110111100.
B697C7A1 = 10110110100101111100011110100001.
Step-by-step explanation:
A single digit hexadecimal number is a 4 bit binary number.So for each hexadecimal bit we have to find the corresponding 4 bit binary number.
A=1010
4=0100
6=0110
9=1001
3=0011
F=1111
B=1011
C=1100
and write them in the same sequence of their hexadecimal number.
A4693FBC=10100100011010010011111110111100.
B=1011
6=0110
9=1001
7=0111
C=1100
7=0111
A=1010
1=0001
B697C7A1 = 10110110100101111100011110100001.