1. Subtract the binary numbers 11102 from 101012
Let us subtract the binary numbers 11102 from 101012:
"10101_2\\\\\n\\ \\ 1110_2\\\\\n---\\\\\n\\ \\ \\ \\ 111_2"
Let us verify using decimal system:
"10101_2=1\\cdot 2^4+0\\cdot 2^3+1\\cdot 2^2+0\\cdot 2+1=16+4+1=21_{10} \\\\\n1110_2=1\\cdot 2^3+1\\cdot 2^2+1\\cdot 2+0=8+4+2=14_{10}\\\\\n111_2=1\\cdot 2^2+1\\cdot 2+1=4+2+1=7_{10}"
And "14+7=21"
Answer: 1112
Comments
Leave a comment