All Exams Test series for 1 year @ ₹349 only
Question

The sum of two binary numbers 1101111 and 1100101 is ______.

This question was previously asked in
RRB ALP 2018 CBT 2 Fitter Question Paper (21-Jan-2019) (Shift 3)
The correct answer is

11010100

Understanding Binary Addition: Sum of 1101111 and 1100101

This problem asks us to find the sum of two binary numbers: 1101111 and 1100101. Binary addition is similar to decimal addition, but instead of carrying over when the sum reaches 10, you carry over when the sum reaches 2 (which is 10 in binary).

Rules of Binary Addition

Here are the basic rules for adding two binary digits:

  • 0 + 0 = 0
  • 0 + 1 = 1
  • 1 + 0 = 1
  • 1 + 1 = 10 (write down 0, carry over 1)

When adding three binary digits (like two bits plus a carry bit):

  • 0 + 0 + 0 = 0
  • 0 + 0 + 1 = 1
  • 0 + 1 + 1 = 10 (write down 0, carry over 1)
  • 1 + 1 + 1 = 11 (write down 1, carry over 1)

Step-by-Step Binary Addition

Let's add the two given binary numbers, 1101111 and 1100101, column by column from right to left, just like in decimal addition.

Column Numbers Carry from Right Sum Result Bit Carry to Left
1 (Rightmost) 1 + 1 0 \(1 + 1 + 0 = 10_2\) 0 1
2 1 + 0 1 \(1 + 0 + 1 = 10_2\) 0 1
3 1 + 1 1 \(1 + 1 + 1 = 11_2\) 1 1
4 1 + 0 1 \(1 + 0 + 1 = 10_2\) 0 1
5 0 + 0 1 \(0 + 0 + 1 = 1_2\) 1 0
6 1 + 1 0 \(1 + 1 + 0 = 10_2\) 0 1
7 (Leftmost) 1 + 1 1 \(1 + 1 + 1 = 11_2\) 1 1 (Final Carry)

Reading the result bits from bottom to top (left to right in the sum) and including the final carry, we get:

Final Carry: 1

Column 7: 1

Column 6: 0

Column 5: 1

Column 4: 0

Column 3: 1

Column 2: 0

Column 1: 0

Combining these digits gives the sum: 11010100.

Let's visualize the addition:

  1 1 0 1 1 1 1
+ 1 1 0 0 1 0 1
-----------------
1 1 0 1 0 1 0 0
  \(\text{carry:}\) 1 1   1 1   1 0

Starting from the right:

  • \(1 + 1 = 10_2\). Write 0, carry 1.
  • \(1 + 0 + \text{carry } 1 = 10_2\). Write 0, carry 1.
  • \(1 + 1 + \text{carry } 1 = 11_2\). Write 1, carry 1.
  • \(1 + 0 + \text{carry } 1 = 10_2\). Write 0, carry 1.
  • \(0 + 0 + \text{carry } 1 = 1_2\). Write 1, carry 0.
  • \(1 + 1 + \text{carry } 0 = 10_2\). Write 0, carry 1.
  • \(1 + 1 + \text{carry } 1 = 11_2\). Write 1, carry 1.

The final result is 11010100.

Verification (Optional)

We can convert the binary numbers to decimal to check our result.

  • \(1101111_2 = 1 \times 2^6 + 1 \times 2^5 + 0 \times 2^4 + 1 \times 2^3 + 1 \times 2^2 + 1 \times 2^1 + 1 \times 2^0\)
    \(= 64 + 32 + 0 + 8 + 4 + 2 + 1 = 111_{10}\)
  • \(1100101_2 = 1 \times 2^6 + 1 \times 2^5 + 0 \times 2^4 + 0 \times 2^3 + 1 \times 2^2 + 0 \times 2^1 + 1 \times 2^0\)
    \(= 64 + 32 + 0 + 0 + 4 + 0 + 1 = 101_{10}\)

Adding the decimal numbers: \(111_{10} + 101_{10} = 212_{10}\).

Now, let's convert our binary result \(11010100_2\) to decimal:

  • \(11010100_2 = 1 \times 2^7 + 1 \times 2^6 + 0 \times 2^5 + 1 \times 2^4 + 0 \times 2^3 + 1 \times 2^2 + 0 \times 2^1 + 0 \times 2^0\)
    \(= 128 + 64 + 0 + 16 + 0 + 4 + 0 + 0 = 212_{10}\)

Since the decimal sums match (\(212 = 212\)), our binary addition is correct.

Revision Table: Binary Numbers and Addition

Concept Description
Binary Number System A base-2 number system using only digits 0 and 1. Each digit's position represents a power of 2.
Binary Addition Adding binary numbers column by column, carrying over when the sum of a column is 2 or more.
Carry A value (usually 1) transferred to the next higher position (leftward) when the sum in a column exceeds 1.
Bit A single binary digit (0 or 1).

Additional Information: Importance of Binary in Computing

Binary numbers are fundamental in computing because digital circuits operate using two distinct voltage levels, which can represent 0 and 1. All data processed by computers, from text and images to instructions and calculations, is ultimately represented and manipulated using binary code. Understanding binary addition is crucial for comprehending how computers perform basic arithmetic operations.

Other important binary operations include subtraction, multiplication, and division, as well as bitwise operations like AND, OR, NOT, and XOR, which are essential in digital logic and programming.

Was this answer helpful?

Important Questions from Miscellaneous

  1. The ration of the number of girls and boys in a school is 8 : 7. If the percentage increase in the number of girls and boys is 10% and 20% respectively, what will be the new ratio?

  2. The cheapest means of transport is:

  3. The property of Catenation is most readily predominant in:

  4. Which newspaper edited by Bal Gangadhar Tilak, was one of the strongest critics of the British rule?

  5. Which of the following is NOT a cause of food and water contamination?

Need Expert Advice?
Upcoming Exams
RRB NTPC
September 27, 2026
Test Series
RRB ALP img
Railways
RRB ALP 2026 Mock Test series
1035 Tests 1 Tests Free
889 Attempts
4.3(235)
English, Hindi
More Questions from RRB ALP

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App