QUESTION IMAGE
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
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$
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
6A hexadecimal