Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Binary Operation in Maths Explained

Reviewed by:
ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon
SearchIcon

Key Properties and Types of Binary Operations

Binary operation is an operation that requires two inputs. These inputs are known as operands. The binary operation of addition, multiplication, subtraction and division takes place on two operands. Even when we  add any three binary numbers, we first add two numbers and  then the third number will be added to the result of the two numbers. Thus,  the mathematical operations which are done with the two numbers are known as binary operations.


What is a Binary Operation?

The binary operation conjoins any two elements of a set. The results of the operation of binary numbers belong to the same set. Let us take the set of numbers as X on which binary operations will be performed. Now, we will perform binary operations such as addition, subtraction, multiplication and division of two sets (a and b) from the set X. The result of the operation (a and b) will be the other element that will belong to the same set X.


Hence, the binary operation is stated as an operation which is performed on set X. This function is derived by * A * A. Thus, the binary operation * performed on operands a and b is symbolized as a*b.


Binary Operation Examples

Let us understand the binary addition on natural numbers and real numbers. If we add two operands which are natural numbers such as x and y, the result of this operation will also be a natural number. Same rule holds for real numbers as well.


+: R + R → R is derived by (x, y) → x + y


+: N + N → N is derived by (x, y) → x + y


 Let us understand the binary multiplication on natural numbers and real numbers. If we multiply two operands which are natural numbers such as x and y, the result of this operation will also be a natural number. Same rule holds for real numbers as well.


+: R × R → R is derived by (x, y) → x × y


+: N × N → N is derived by (x, y) → x × y


Let us understand the binary subtraction on natural numbers and real numbers. If we subtract two operands which are real numbers such as x and y, the result of this operation will also be a natural number. Same rule does not hold for natural numbers because if we take two numbers such as x and y and perform binary subtraction on it, then the result will not be in real numbers.


For example = 3-4 = -1 (-1 is not a real number)


Hence,


-: R - R → R is derived by (x, y) → x – y


Let us understand the binary division on natural numbers and real numbers. If we divide two operands which are real numbers such as x and y, the result of this operation will also be a natural number. Same rule does not hold for natural numbers because if we take two numbers such as x and y and perform binary division on it, then the result will not be in real numbers.


For example: 1 ÷ 0 = 0 (0 is not a real number)


Hence, ÷ : R ÷ R → R is derived by (x, y) → x ÷ y


Binary Operation Types

Binary operations such as binary addition, binary subtraction, binary multiplication and  binary division are calculated similarly as the arithmetic operations are calculated in numerals.These are four types of binary operations namely

  • Binary Addition

  • Binary Subtraction

  • Binary Multiplication

  • Binary Division.


Binary Addition

The result obtained after adding two binary numbers is the binary number itself. Binary addition is the simplest method to add any of the binary numbers. It can be calculated easily if we know the following rules. 

Rules

  • 0 + 0 = 0

  • 0 + 1 = 1

  • 1 + 0 = 1

  • 1 + 1 =10 

Let us take any two binary numbers and add them.

Add : 10001 + 11101 = 101110


Binary Subtraction

The result obtained after subtracting two binary numbers is the binary number itself. Binary subtraction is also the simplest method to subtract  any of the binary numbers. It can be calculated easily if we know the following rules. 

Rules

  • 0 – 0 = 0

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

  • 1 – 0 = 1

  • 1 – 1 = 0

Let us take any two binary numbers and subtract them.


Binary Multiplication

The binary multiplications are calculated similarly as the other arithmetics numerals are calculated. Let us take any two binary numbers and multiply them.It can be calculated easily if we know the following rules. 

Rules

  • 0 × 0 = 0

  • 0 × 1 = 0

  • 1 × 0 = 0

  • 1 × 1 = 1

Example: 1101 * 1010 = 10000010


Binary Division

The method of binary division is similar to the 10 decimal system other than the base 2 system. It can be calculated easily if we know the following rules.  

  • 1 ÷ 1=1

  • 1 ÷ 0 =0

  • 0 ÷ 1 = Meaningless 

  • 0 ÷ 0= Meaningless

Let us understand binary division with an example.


Solved Example

1. Is * defined on the set (1, 2, 3, 4, 5) by x * y= LCM of x and y a binary operation. Justify your number.

(Hint: Use the below table to solve the question)

*

1

2

3

4

5

1

1

2

3

4

5

2

2

2

6

4

10

3

3

a

3

12

15

4

4

4

12

4

20

5

5

a

15

20

25

 

Solution:

Let A = {1, 2, 3, 4, 5}, and x * y = LCM of x and y

Let x= 2 and y =3

x *y = 2 * 3 = 6 ϵ A

Since 6 is not included in set (1, 2, 3, 4, 5,)

Hence* is not a binary operation.


2. Consider a binary operation * on the set { 1,2,3,4,5) given by the below multiplication table

  1. Computer (2 *3) * 4 and 2 * (3* 4)

  2. Is * commutative

  3. Compute ( 2*3) * (4*5)

(Hint: Use the below table to solve the question)

*

1

2

3

4

5

1

1

1

1

1

1

2

1

2

1

2

1

3

1

1

3

1

1

4

1

2

1

4

1

5

1

1

1

1

5


Solution:

1. 2 * 3 = 1 and 3 * 4= 1

Now, (2 * 3) * 4 = 1 * 4 =1 and 2 * (3 * 4) = 2 * 1 =1

2. 2 * 3=1 and 3 * 4=1

2 * 3= 3 * 2 and other element of the given set

Hence, the operation is commutative

3. (2 * 3) * (4*5) = 1* 1=1


3. Show that none of the operations given below is identity.

Solution: Let the identity be I

1. a* I = a-I ≠ a

2. a* I = a2 -I2 ≠a

3. a* I = a + aI ≠ a

4. a * I = (a – I)≠ a

5. a * I = aI/4 ≠ a

6. a * I= aI≠ a

Hence, none of the operation given above has identity


Fun Facts

  • Binary operation is often represented as * on set is a method of combining a pair of elements in that set that result in another element of the set.

  • Gottfried Wilhelm Leibniz discovered a binary numeral system and stated that it can be used in a primitive calculating machine


Quiz Time

  1. The result obtained on binary multiplication of 1010 * 1100 is

  1. 0001111

  2. 0011111

  3. 1111100

  4. 1111000


  1. If * and ° are two binary operations sated by x * y = x +y and x°y = xy, then

  1. (x +y)° z= xy + xz

  2. ° is distributive on *

  3.  * is distributive on °

  4. x° ( y * z)= xz + yz


  3. The law  x + y = y + x is known as

  1. Commutative law

  2.  Associative law

  3. Closure law

  4.  Distributive law


Tips to Learn Binary Operations

The text might have given you an idea of binary operations, their types and also, some solved examples which would have helped you to get a better understanding of the same. 


Maths is a subject that needs a lot of practice, and hence, the students are advised to focus on practising questions of each type and master the concepts. 


Apart from the practice, students might also consider adding the below-mentioned tricks and tips to their schedules to ace in it. 


Read ahead to know them. 


  • Find a Good Studying Spot

A good studying spot is one where you have the least number of distractions and can study well without the diversion of mind. It’s possible that whenever you sit to study, you get stuck in millions of thoughts but a peaceful study environment is a key to dedication and focus. Some factors that matter a lot are study lighting that is important for your eyes, a silent room essential for maintaining focus and rules such as keeping the door closed, or keeping phone and devices away so that you don’t break your focus. 


  • Stay Away From Your Phone

Try using your phone at a limit as you get a number of notifications which are one of the biggest distractions. The best way to stay away from your phone is either keeping it on flight mode, silent or switched off at the time when you’re studying. Take regular breaks while studying and use your phone for just 5-10 minutes. All you need to understand is a simple rule that says study now and distraction afterwards. You need not just remove all the distractions permanently but just temporarily as your brain needs some time to relax and get back to its full speed.


  • Take a Break and Take care of Yourself

It’s important to take breaks at regular intervals otherwise your body might feel drained. It’s not just about one’s body’s energy but also about the mind. Taking a break relaxes your mind too which is essential for maintaining focus throughout the study time. Physical and mental health are equally important. Some students under stress tend to study for long hours without any break which is very unhealthy. 


  • Organize Lectures Notes

Organising and rewriting are the key points that will help you excel in your studies with ease. You need to organise all your lecture notes in order, revising them from time to time and rewriting them. Rewriting your notes may look stupid but it isn't, it is actually very helpful and also makes you remember all of it within no time.  It has proved to be the most brilliant study technique and hence, you shouldn't be missing this one. 


  • Leave Time for the Last-minute Review

Last-minute review is only possible if you have well-organised notes. Here organised notes come into the play. Leaving time for the last-minute revisions is important. You need to give yourself a good night's sleep and that too stress-free. You should try to keep your mind calm, especially when you are close to your exams. Remember good sleep will always increase your retention power and also make things more clear. The key to it is setting a good timetable that helps you relax and also leave time for last-minute revisions so that nothing happens in an overburdened environment. 

FAQs on Binary Operation in Maths Explained

1. What is a binary operation in mathematics, with an example?

A binary operation on a non-empty set 'A' is a rule that combines any two elements of A to produce another element that also belongs to A. It is a function from A × A to A. For example, addition (+) is a binary operation on the set of natural numbers (N) because when you add any two natural numbers, the result is always another natural number (e.g., 3 + 5 = 8, and 8 is in N).

2. What are the main properties of binary operations as per the CBSE syllabus?

A binary operation '*' on a set A can have several properties. The four main properties studied in the CBSE Class 12 syllabus are:

  • Commutative Property: An operation * is commutative if a * b = b * a for all a, b in A.
  • Associative Property: An operation * is associative if (a * b) * c = a * (b * c) for all a, b, c in A.
  • Existence of Identity Element: An element 'e' in A is the identity element if a * e = e * a = a for all a in A.
  • Existence of Inverse: For an element 'a' in A, an element 'b' is its inverse if a * b = b * a = e, where 'e' is the identity element.

3. Are common arithmetic operations like subtraction and division always binary operations?

No, they are not always binary operations because they may not satisfy the closure property on certain sets. For an operation to be binary, the result must belong to the same set.

  • Subtraction on Natural Numbers (N): Subtraction is not a binary operation on N. For instance, 3 and 5 are in N, but 3 - 5 = -2, which is not in N.
  • Division on Integers (Z): Division is not a binary operation on Z. For example, 7 and 2 are in Z, but 7 ÷ 2 = 3.5, which is not an integer.

4. How do you determine the identity element for a given binary operation?

To find the identity element (e) for a binary operation * on a set A, you need to find an element 'e' in A that satisfies the condition a * e = e * a = a for every element 'a' in A. For example, for addition on the set of integers (Z), the identity element is 0 because a + 0 = 0 + a = a. For multiplication on Z, the identity element is 1 because a × 1 = 1 × a = a.

5. What is the difference between a 'binary operation' in algebra and the 'binary number system'?

This is a common point of confusion. A binary operation is an algebraic concept about rules that combine two elements of a set (like addition or multiplication). The term 'binary' refers to 'two inputs'. In contrast, the binary number system is a base-2 numeral system used in computing, which represents all numbers using only two digits: 0 and 1. The two are unrelated concepts despite sharing the word 'binary'.

6. Why is the concept of a binary operation important in higher mathematics?

The concept of a binary operation is a fundamental building block for understanding more advanced mathematical structures. It forms the basis for defining algebraic structures such as Groups, Rings, and Fields, which are central topics in abstract algebra. Understanding binary operations and their properties (like associativity and identity) allows mathematicians to study these abstract systems and their applications in fields like cryptography, coding theory, and physics.

7. How do you find the inverse of an element under a binary operation?

To find the inverse of an element 'a' under a binary operation *, you must first identify the identity element 'e'. Then, you need to find an element 'b' in the same set such that a * b = b * a = e. If such a 'b' exists, it is called the inverse of 'a'. For example, for addition on integers, the inverse of 5 is -5 because 5 + (-5) = 0 (the identity element).