Engineering ToolBox - Resources, Tools and Basic Information for Engineering and Design of Technical Applications!

Binary Adding, Subtraction, Multiplicaton and Division

Adding, subtracting, multiplying and dividing binary numbers.

A binary signal or number is one that can take only one value: 1 or 0 -or on or off.

Addition Binary Numbers

Rule to follow when binary numbers are added:

  • 0 + 0 = 0
  • 0 + 1 = 1
  • 1 + 0 = 1
  • 1 + 1 = 0 (with a carry of 1)

Examples - Adding Binary and Decimal Numbers

Adding Binary and Decimal Numbers
DecimalBinary
1 5
+ 6
= 11
101
+ 110
= 1011
2 6
+ 6
= 12
110
+ 110
= 1100
3 15
+ 20
= 35
1111
+ 10100
= 100011
4 3.25
+ 5.75
= 9.00
11.01
+ 101.11
= 1001.00

Subtracting Binary Numbers

Rule to follow when binary numbers are subtracted:

  • 0 - 0 = 0
  • 1 - 0 = 1
  • 1 - 1 = 0
  • 0 - 1 = 1 (with a borrow of 1)

Examples - Subtracting Binary and Decimal Numbers

Subtracting Binary and Decimal Numbers
DecimalBinary
1 9
- 5
= 4
1001
- 101
= 0100
2 16
- 3
= 13
10000
- 11
= 01101
3 6.25
- 4.50
= 1.75
110.01
- 100.10
= 001.11

Multiplication of Binary Numbers

Rule to follow when binary numbers are multiplied:

  • 0 x 0 = 0
  • 0 x 1 = 0
  • 1 x 0 = 0
  • 1 x 1 = 1

Division of Binary Numbers

Rule to follow when binary numbers are divided:

  • 0 / 1 = 0
  • 1 / 1 = 1

Related Topics

  • Mathematics

    Mathematical rules and laws - numbers, areas, volumes, exponents, trigonometric functions and more.

Related Documents

Search

Search is the most efficient way to navigate the Engineering ToolBox.

Engineering ToolBox - SketchUp Extension - Online 3D modeling!

3D Engineering ToolBox Extension to SketchUp - add parametric components to your SketchUp model

Add standard and customized parametric components - like flange beams, lumbers, piping, stairs and more - to your Sketchup model with the Engineering ToolBox - SketchUp Extension - enabled for use with older versions of the amazing SketchUp Make and the newer "up to date" SketchUp Pro . Add the Engineering ToolBox extension to your SketchUp Make/Pro from the Extension Warehouse !

Translate this Page

Translate this page to Your Own Language .

About the Engineering ToolBox!

Privacy Policy

We don't collect information from our users. More about

We use a third-party to provide monetization technologies for our site. You can review their privacy and cookie policy here.

You can change your privacy settings by clicking the following button: .

Citation

This page can be cited as

  • The Engineering ToolBox (2018). Binary Adding, Subtraction, Multiplicaton and Division. [online] Available at: https://www.engineeringtoolbox.com/binary-numbers-adding-substraction-multiplication-division-d_2100.html [Accessed Day Month Year].

Modify the access date according your visit.

3D Engineering ToolBox - draw and model technical applications! 2D Engineering ToolBox - create and share online diagram drawing templates! Engineering ToolBox Apps - mobile online and offline engineering applications!

Unit Converter

















































4.26.8

.