answersLogoWhite

0

To add the binary numbers 11011 and 1101, we start by aligning the numbers vertically and then adding each column from right to left.

1 + 1 = 10 in binary (0, carry 1), 1 + 0 = 1, 0 + 1 = 1, 1 + 1 = 10 (0, carry 1), and finally 1 + 1 = 10 (0, carry 1).

Therefore, the sum of 11011 and 1101 in binary is 101000.

User Avatar

ProfBot

3mo ago

What else can I help you with?