Definition of Binary Operations
A binary operation is a mathematical operation that combines two elements (called operands) from a set to produce another element. Examples of binary operations $+$, $\times$, $\div$, $-$.
Practice Exercise
Question 1
A binary operation $*$ is defined on the set $R$ of real numbers by $a*b = a^2 + b - 4ab.$ Evaluate $2 * -3.$
[SSSCE 1995 Q3]
Watch the video below for a clearer understanding of the question.
Question 2
A binary operation is defined by $a * b = a^2 - b^2 + ab$, where $a$ and $b$ are real numbers. Evaluate $\sqrt{2} * \sqrt{3}$.
[SSSCE 1994 Q28]
Watch the video below for a clearer understanding of the question.
Question 3
A binary operation $\Delta$ is defined on the set of real numbers by $a \Delta b = a^b$. Find the value of $3 \Delta {-2}$.
[SSSCE 1993 Q6]
Watch the video below for a clearer understanding of the question.
Question 4
A binary operation is defined on the set of real numbers by $$a \Delta b = (\sqrt{a} + \sqrt{b})(\sqrt{a} - \sqrt{b})$$ Find the value of $x$ if $x \Delta 2 = 1$
[SSSCE 2000 Q5]
Watch the video below for a clearer understanding of the question.
Question 5
A binary operation $\otimes$ is defined on the set of real numbers by $a \otimes b = a + b\sqrt{2}$. Find $(2 \otimes -3) \otimes 5$
[SSSCE 2002 Q1]
Watch the video below for a clearer understanding of the question.
Question 6
A binary operation $*$ is defined on the set $R$ of real numbers by $$a * b = ab + 2$$ where $a, b \in R$. Find $x$, if $4 * (3 * x) = 64$
Solution:
Ready for more challenges?
Full Practice SetClosure Property
Closure Property
A set S is said to be closed under a binary operation $*$ if for every element \( a, b \in S \), the result \( a * b \) is also in S.
For instance, the set of integers, $\mathbb{Z}$ is closed under the addition $(+)$ because anytime you perform addition on two integers, the result is also an integer.
Practice Exercise
Question 1
A binary operation $\Delta$ is defined on the set $T = \{ 1, 2, 3, 4 \}$ by $a \Delta b = a + b - ab$, where $a, b \in T$.
-
($i$) Copy and complete the table below:
\[ \begin{array}{|c|c|c|c|c|} \hline \Delta & 1 & 2 & 3 & 4 \\ \hline 1 & 1 & 1 & 1 & 1 \\ \hline 2 & 1 & \ & -1 & -2 \\ \hline 3 & 1 & -1 & \ & \ \\ \hline 4 & 1 & -2 & \ & -8 \\ \hline \end{array} \]
($ii$) Is $T$ closed with respect to $\Delta$?
[SSSCE 1994 Section B Q1]
Solution:
Question 2
A binary operation $*$ is defined on the set $S = \{0, 1, 2, 3\}$ by $a * b = (a + b) \mod 4$, where $a, b \in S$.
Is $S$ closed under the operation $*$?
Solution:
For $S$ to be closed under $*$, we need $(a + b) \mod 4 \in S$ for all $a, b \in S$.
Since we are taking modulo 4, the result will always be in $\{0, 1, 2, 3\}$. For example: $3 * 3 = (3 + 3) \mod 4 = 6 \mod 4 = 2 \in S$.
Therefore, $S$ is closed under $*$.
Question 3
A binary operation $\circ$ is defined on the set of positive integers by $a \circ b = a^b$. Is the set closed under this operation?
Solution:
For any positive integers $a$ and $b$, $a^b$ is always a positive integer.
For example: $2 \circ 3 = 2^3 = 8$, which is a positive integer.
Therefore, the set of positive integers is closed under $\circ$.
Question 4
A binary operation $*$ is defined on the set of even integers by $a * b = a + b$. Is the set of even integers closed under $*$?
Solution:
The sum of two even integers is always even.
If $a = 2m$ and $b = 2n$ for integers $m$ and $n$, then $a + b = 2m + 2n = 2(m + n)$, which is even.
Therefore, the set of even integers is closed under addition.
Question 5
A binary operation $*$ is defined on the set of odd integers by $a * b = a + b$. Is the set of odd integers closed under $*$?
Solution:
The sum of two odd integers is even, not odd.
For example: $3 + 5 = 8$, which is even, not odd.
Therefore, the set of odd integers is not closed under addition.
Ready for more challenges?
Full Practice SetCommutative Property
Commutative Property
A binary operation $*$ is said to be commutative if:
\[ a * b = b * a \quad \forall a,b \in S \]Practice Exercise
Question 1
The operation $\Delta$ is defined on the set of non-zero rational numbers by
$a \Delta b = \dfrac{a + b}{ab}$.
Determine whether $\Delta$ is commutative.
[SSSCE 1998 Section B Q1a]
Solution:
Question 2
A binary operation $\Delta$ is defined by $a \Delta b = a + b - 2b^2$ Show whether the binary operation $∆$ is commutative.
Solution:
Question 3
A binary operation $*$ is defined on the set of $R$, real numbers by $p*q = p^2 + q^2 - 2pq$, show whether the operation is commutative.
Solution:
Question 4
A binary operation $\triangle$ is defined on the set $R$ of real numbers by
$$a \triangle b = \dfrac{ab}{a + b}$$
where $a, b \in R$
Determine whether the operation is commutative.
Solution:
Question 5
A binary operation $*$ on the set $R$ of real numbers by $$a * b = ab + 2$$ where $a, b \in R$. Show whether the operation is commutative.
Solution:
Ready for more challenges?
Full Practice SetAssociative Property
Associative Property
A binary operation * is said to be associative if, $ \forall a,b,c \in S $:
\[ (a * b) * c = a * (b * c) \]Practice Exercise
Question 1
The operation $\Delta$ is defined on the set of non-zero rational numbers by
$a \Delta b = \dfrac{a + b}{ab}$.
Determine whether $\Delta$ is associative.
[SSSCE 1998 Section B Q1b]
Solution:
Question 2
A binary operation $∗$ is defined on the set of real numbers by $𝑎 ∗ 𝑏= 2𝑎 + 𝑎𝑏$. Show that ∗ is associative.
Solution:
Question 3
A binary operation $∇$ is defined on the set of real numbers by $𝑎∇𝑏=𝑎^2+2𝑎𝑏+𝑏^2$. Show that $∇$ is associative.
Solution:
Question 4
A binary operation $*$ is defined on the set $R$ of real numbers by $p*q = p^2 + q^2 - 2pq$, show whether the operation is associative.
Solution:
Question 5
A binary operation $\triangle$ is defined on the set $R$ of real numbers by
$$a \triangle b = \dfrac{ab}{a + b}$$
where $a, b \in R$
Determine whether the operation is associative.
Solution:
Ready for more challenges?
Full Practice SetDistributive Property
Distributive Property
The operation * distributes over ○ if:
\[ a * (b ○ c) = (a * b) ○ (a * c) \] \[ (a ○ b) * c = (a * c) ○ (b * c) \]Practice Exercise
Question 1
A binary operation $∗$ is defined on the set of real numbers by $𝑎 ∗ 𝑏= 2𝑎 + 𝑎𝑏$. Show that ∗ is distributive.
Solution:
Question 2
A binary operation $∇$ is defined on the set of real numbers by $𝑎∇𝑏=𝑎^2+2𝑎𝑏+𝑏^2$. Show that $∇$ is distributive.
Solution:
Ready for more challenges?
Full Practice SetIdentity Element
An identity element (or neutral element) for a binary operation * on set S is an element \( e \in S \) such that:
\[ a * e = e * a = a \quad \forall a \in S \]Additive Identity:
For addition, the identity element is 0:
\[ a + 0 = 0 + a = a \]Multiplicative Identity:
For multiplication, the identity element is 1:
\[ a \times 1 = 1 \times a = a \]Practice Exercise
Question 1
Find the identity element for $*$ defined by \( a * b = a + b - ab \) on ℝ.
Solution:
Let e be the identity: \[ a * e = a \] \[ a + e - ae = a \] \[ e - ae = 0 \] \[ e(1 - a) = 0 \]
This must hold for all a, so e = 0.
Verify: \( a * 0 = a + 0 - a \times 0 = a \)
Question 2
Does the operation \( a * b = a + b + 1 \) on $ℤ$ have an identity?
Solution:
Let e be the identity:
\[ a * e = a \] \[ a + e + 1 = a \] \[ e + 1 = 0 \] \[ e = -1 \]Verify: \( a * -1 = a + (-1) + 1 = a \)
Also \( -1 * a = -1 + a + 1 = a \)
Thus, -1 is the identity element.
Question 3
A binary operation $\triangle$ is defined on the set $R$ of real numbers by $$ m \triangle n = m + n + 10 $$
Find the identity element.
Solution:
Question 4
The operation $*$ is defined on the set $R$ of real numbers by $$ a * b = a + b - 3ab $$ Find the identity element.
Solution:
Question 5
A binary operation $\triangle$ is defined on the set $R$ of real numbers by $$ x \triangle y = \dfrac{x + y}{1 + xy} $$ Find the identity element.
Solution:
Ready for more challenges?
Full Practice SetInverse Element
Given a binary operation * on S with identity element e, the inverse of an element \( a \in S \) is an element \( a^{-1} \) such that:
\[ a * a^{-1} = a^{-1} * a = e \]Additive Inverse:
For addition, the inverse of a is -a:
\[ a + (-a) = 0 \]Multiplicative Inverse:
For multiplication, the inverse of a is $\frac{1}{a}$ ($a ≠ 0$):
\[ a \times \frac{1}{a} = 1 \]Important Notes
- Not all elements may have inverses
- An element may be its own inverse (e.g., -1 for multiplication)
- The identity element is always invertible and is its own inverse
Practice Exercise
Question 1
Find inverses under * defined by \( a * b = a + b - ab \) (identity is 0).
Solution:
Question 2
For \( a * b = a + b + 1 \) (identity is -1), find the inverse of 5.
Solution:
Question 3
A binary operation $*$ is defined on the set $R$ of real numbers by $$ a * b = a + b + \dfrac{3}{4} $$. Find the inverse element.
Solution:
Question 4
The operation $*$ is defined on the set $R$ of real numbers by $$ a * b = 5ab $$. Find the inverse element under the operation.
Solution:
Question 5
A binary operation $\triangle$ is defined on the set $R$ of real numbers by $$ x \triangle y = \dfrac{x + y}{1 + xy} $$ Find the inverse element.
Solution:
Ready for more challenges?
Full Practice SetPractice Problems
Problem 1
Define * on ℤ by \( a * b = a + b + 2 \). Show that * is; $(i)$ commutative and $(ii)$associative.
Problem 2
Let * be defined on ℝ by \( a * b = \dfrac{a + b}{1 + ab} \). Find the identity element and the inverse of 2.
Identity:
Problem 3
Determine if the operation ○ defined by \( a ○ b = |a - b| \) on ℕ is associative.
Problem 4
Let $*$ be defined on $R$ by \( a * b = a + b - 2 \). Show that $*$ is commutative and find the identity element.
Problem 5
A binary operation $*$ is defined on $R$ by \( a * b = ab + a + b \). Determine whether the operation is associative.
Problem 6
Define a binary operation $∗$ on $Z$ by \( a * b = a + b + 5 \). Find the identity element and the inverse of $3$.
Problem 7
A binary operation $\triangle$ is defined on $R$ by \( x \triangle y = x + y + xy \). Show that the operation is commutative.
Problem 8
Let $*$ be defined on $R$ by \( a * b = \dfrac{a + b}{2} \). Is the set $R$ closed under this operation?
Problem 9
A binary operation $*$ is defined by \( a * b = a^2 + b^2 \). State whether $*$ is commutative and associative.
Problem 10
Define a binary operation $∇$ on $R$ by \( a ∇ b = a - b \). Test whether the operation is associative.
Problem 11
A binary operation $*$ is defined on $R$ by \( a * b = a + b + ab \). Find the identity element of the operation.
Problem 12
Let $*$ be defined on $R$ by \( a * b = a + b - ab \). Find the inverse of $4$ under the operation.
Problem 13
A binary operation $\circ$ is defined on $R$ by \( a \circ b = \dfrac{ab}{2} \). Determine whether an identity element exists.
Problem 14
Define a binary operation $*$ on $R$ by \( a * b = a^2b \). Is the operation commutative?
Problem 15
A binary operation $*$ is defined on $R$ by \( a * b = a + b + 1 \). Show that the inverse of $x$ is $-x - 2$.
Problem 16
Let $*$ be defined on $R$ by \( a * b = a - b + 2 \). Determine whether $*$ is commutative.
Problem 17
A binary operation $\triangle$ is defined on $R$ by \( x \triangle y = xy + x \). Test whether the operation is associative.
Problem 18
Define a binary operation $*$ on $R$ by \( a * b = \dfrac{a + b}{1 + ab} \). Find the identity element of the operation.
Problem 19
A binary operation $*$ is defined on $R$ by \( a * b = a + b + ab^2 \). State whether the operation is commutative.
Problem 20
Let $*$ be defined on $R$ by \( a * b = ab - a - b \). Find the identity element and the inverse of $2$.
Ready for more challenges?
Full Practice SetQuick Test
This section contains 100 multiple choice questions. You have 60 minutes to complete it.
Each question has four options labeled A to D. Select the correct answer for each question.