Respuesta :

Answer:

79

Explanation:

0111 1001

0111 = (0x2^3) + (1x2^2) + (1x2^1)+(1x2^0)=7

1001 =(1x2^3) + (0x2^2) + (0x2^1)+(1x2^0)=9

Answer:

79 has the same value as the hexadecimal number 01111001

Explanation: