Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

two of the three following values are equal. which one is different fro…

Question

two of the three following values are equal. which one is different from the others? 107 decimal base 10 6a hexadecimal base 16 0110 1011 binary base 2

Explanation:

Step1: Convert hexadecimal 6A to decimal

$6\times16^1 + 10\times16^0=96 + 10=106$ (In hexadecimal, A represents 10 in decimal).

Step2: Convert binary 01101011 to decimal

$0\times2^7+1\times2^6 + 1\times2^5+0\times2^4+1\times2^3+0\times2^2+1\times2^1+1\times2^0=64 + 32+8 + 2+1=107$

Answer:

6A hexadecimal