For binary operation

* : A × A → A

If (a * b) * c = a * (b * c)

Then it is associative binary operation

 


Addition

+ : R × R R

* is associative if

  (a * b) * c = a * (b * c)

Associative Binary Operations.jpg

Since (a * b) * c = a * (b * c) ∀ a, b, c ∈ R

+ is an associative binary operation

 


Multiplication

× : R × R R

* is associative if

  (a * b) * c = a * (b * c)

Associative Binary Operations - Part 2

 

Since (a * b) * c = a * (b * c) ∀ a, b, c ∈ R

 × is an associative binary operation

 


Subtraction

– : R × R R

* is associative if

  (a * b) * c = a * (b * c)

Associative Binary Operations - Part 3

Since (a * b) * c ≠ a * (b * c) ∀ a, b, c ∈ R

 –  is not an associative binary operation

 


Division

÷ : R × R R

* is associative if

  (a * b) * c = a * (b * c)

Associative Binary Operations - Part 4

Since (a * b) * c ≠ a * (b * c)

÷ is not an associative binary operation

Go Ad-free
Davneet Singh's photo - Co-founder, Teachoo

Made by

Davneet Singh

Davneet Singh has done his B.Tech from Indian Institute of Technology, Kanpur. He has been teaching from the past 14 years. He provides courses for Maths, Science, Social Science, Physics, Chemistry, Computer Science at Teachoo.