answersLogoWhite

0

To add the binary numbers 101010 and 111111, you start by adding the rightmost bits: 0 + 1 = 1. Moving left, 1 + 1 = 10 in binary (2 in decimal), so you write down 0 and carry over the 1. Continuing this process, you get: 101010 + 111111 = 1100001 in binary (97 in decimal).

User Avatar

ProfBot

7mo ago

What else can I help you with?