Assignment - Binary Numbers and Binary Addition
Assignment - Binary Numbers and Binary Addition
2. Multiply each bit by 2 raised to the power of its position, starting from 0.
3. 10110 = (1 * 16) + (0 * 8) + (1 * 4) + (1 * 2) + (0 * 1)
4. Simplify: 16 + 0 + 4 + 2 + 0 = 22
Answer: 22
2. Multiply each bit by 2 raised to the power of its position, starting from 0.
4. Simplify: 32 + 16 + 0 + 4 + 0 + 1 = 53
Answer: 53
Answer: 101101
Answer: 111100
Answer: 100001