Question:

For each binary operation * defined below, determine whether * is commutative or associative. 
(i) On Z, define a * b=a−b 
(ii) On Q, define a * b=ab+1 
(iii) On Q, define a * b= \(\frac {ab}{2}\).
(iv) On Z+, define a * b=2ab 
(v) On Z+, define a * b=ab 
(vi) On R−{−1},define a * b= \(\frac {a}{b+1}\)

Updated On: Aug 22, 2023
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

(i) On Z, * is defined by a * b = a − b. 
It can be observed that 1 * 2 = 1 − 2 = 1 and 2 * 1 = 2 − 1 = 1. 
∴1 * 2 ≠ 2 * 1; where 1, 2 ∈ Z 
Hence, the operation * is not commutative. 
Also we have: 
(1 * 2) * 3 = (1 − 2) * 3 = −1 * 3 = −1 − 3 = −4 
1 * (2 * 3) = 1 * (2 − 3) = 1 * −1 = 1 − (−1) = 2 
∴(1 * 2) * 3 ≠ 1 * (2 * 3) ; 
where 1, 2, 3 ∈ Z 

Hence, the operation * is not associative. 


(ii) On Q, * is defined by a * b = ab + 1. 
It is known that: ab = ba ∀ a, b ∈ Q ⇒ ab + 1 = ba + 1∀ a, b ∈ Q ⇒ a * b = a * b ∀a, b ∈ Q 
Therefore, the operation * is commutative. 
It can be observed that: 
(1 * 2) * 3 = (1 × 2 + 1) * 3 = 3 * 3 = 3 × 3 + 1 = 10 
1 * (2 * 3) = 1 * (2 × 3 + 1) = 1 * 7 = 1 × 7 + 1 = 8 
∴(1 * 2) * 3 ≠ 1 * (2 * 3) ; 
where 1, 2, 3 ∈ Q 

Therefore, the operation * is not associative.


(iii) On Q, * is defined by a * b = \(\frac{ab}{2}.\)
It is known that:
ab = ba ∀ a, b ∈ Q \(\frac {ab}{2}=\frac{ba}{2}\) ∀ a, b ∈ Q
⇒ a * b = b * a ∀ a, b ∈ Q
Therefore, the operation * is commutative.
For all a, b, c ∈ Q, 
we have:
\((a*b)*c=(\frac{ab}{2})*c=\frac{(\frac{ab}{2})}{\frac{c}{2}}=\frac{abc}{4}\).
\(a*(b*c)=a*(\frac{bc}{2})=\frac{a(\frac{bc}{2})}{2}=\frac{abc}{4}\).
Therefore (a * b) * c =a * (b * c)
Therefore, the operation * is associative.


(iv) On Z+, * is defined by a * b = 2ab.
It is known that:
ab = ba ∀ a, b ∈ Z+
⇒ 2ab = 2ba ∀ a, b ∈ Z+
⇒ a * b = b * a ∀ a, b ∈ Z+
Therefore, the operation * is commutative.
It can be observed that:
(1*2)*3=2(1*2)*3 = 4*3=2(4*3)=212
1*(2*3)=1*2x3=1*2 6=1*64=2 64.
∴(1 * 2) * 3 ≠ 1 * (2 * 3) ; where 1, 2, 3 ∈ Z+
Therefore, the operation * is not associative.


(v) On Z++ * is defined by a * b = ab.
It can be observed that: 
1*2=12 =1 and 2*1=21=2
∴ 1 * 2 ≠ 2 * 1 ; where 1, 2 ∈ Z+
Therefore, the operation * is not commutative.
It can also be observed that: 
\((2*3)*4=2^3*4=8*4=8^4=2^{12}\)
\(2(3*4)=2*3^4=2*81=2^{81}\)
∴(2 * 3) * 4 ≠ 2 * (3 * 4) ; where 2, 3, 4 ∈ Z+
Therefore, the operation * is not associative.


(vi) On R, * − {−1} is defined by \(a*b=\frac {a}{b+1}.\)
It can be observed that \(1*2=\frac{1}{2+1}=\frac{1}{3} and 2*1=\frac{2}{1+1}=\frac{2}{2}=1\).
∴1 * 2 ≠ 2 * 1 ; where 1, 2 ∈ R − {−1}
Therefore, the operation * is not commutative.
It can also be observed that: 
\((1*2)*3=\frac{\frac{1}{3}}{3+1}=\frac{1}{12}.\)
\(1*(2*3)=1*\frac{2}{3+1}=1*\frac{2}{4}=\frac{1}{\frac{1}{2+1}}=\frac{1}{3}=\frac{2}{3}\)
∴ (1 * 2) * 3 ≠ 1 * (2 * 3) ; where 1, 2, 3 ∈ R − {−1}
Therefore, the operation * is not associative.

Was this answer helpful?
0
0

Concepts Used:

Binary Operation

A binary operation can be understood as a function f (x, y) that applies to two elements of the same set S, such that the result will also be an element of the set S. Examples of binary operations are the addition of integers, multiplication of whole numbers, etc. A binary operation is a rule that is applied on two elements of a set and the resultant element also belongs to the same set.

Properties of Binary Operation:

  • Closure Property: A binary operation * on a non-empty set P has closure property, if a ∈ P, b ∈ P ⇒ a * b ∈ P.
  • Associative Property: The associative property of binary operations holds if, for a non-empty set S, we can write (a * b) *c = a*(b * c), where {a, b, c} ∈ S. Commutative Property: A binary operation * on a non-empty set S is commutative, if a * b = b * a, for all (a, b) ∈ S. Suppose addition be the binary operation and N be the set of natural numbers.
  • Distributive Property: Let * and # be two binary operations defined on a non-empty set S. The binary operations are distributive if, a* (b # c) = (a * b) # (a * c), for all {a, b, c} ∈ S. Suppose * is the multiplication operation and # is the subtraction operation defined on Z (set of integers).
  • Identity Element: A non-empty set P with a binary operation * is said to have an identity e ∈ P, if e*a = a*e= a, ∀ a ∈ P. Here, e is the identity element.
  • Inverse Property: A non-empty set P with a binary operation * is said to have an inverse element, if a * b = b * a = e, ∀ {a, b, e}∈P. Here, a is the inverse of b, b is the inverse of a and e is the identity element.

Read More: Truth Table

Types of Binary Operation:

There are four main types of binary operations which are: