A English

Binary Operation Questions in English

Class 12 Mathematics · Relation and Function · Binary Operation

85+

Questions

English

Language

100%

With Solutions

Showing 35 of 85 questions in English

51
Difficult
Consider the binary operations $^*: R \times R \rightarrow R$ and $o: R \times R \rightarrow R$ defined as $a \,^*\, b = |a-b|$ and $a \,o\, b = a$,$\forall \, a, b \in R$. Show that $^*$ is commutative but not associative,and $o$ is associative but not commutative. Further,show that $\forall \, a, b, c \in R, a \,^*\, (b \,o\, c) = (a \,^*\, b) \,o\, (a \,^*\, c)$. [If it is so,we say that the operation $^*$ distributes over the operation $o$]. Does $o$ distribute over $^*$? Justify your answer.

Solution

(A) Given $a \,^*\, b = |a-b|$ and $a \,o\, b = a$ for all $a, b \in R$.
For $^*$,$a \,^*\, b = |a-b|$ and $b \,^*\, a = |b-a| = |-(a-b)| = |a-b|$. Since $a \,^*\, b = b \,^*\, a$,$^*$ is commutative.
For associativity of $^*$,consider $(1 \,^*\, 2) \,^*\, 3 = |1-2| \,^*\, 3 = 1 \,^*\, 3 = |1-3| = 2$,while $1 \,^*\, (2 \,^*\, 3) = 1 \,^*\, |2-3| = 1 \,^*\, 1 = |1-1| = 0$. Since $2 \neq 0$,$^*$ is not associative.
For $o$,$1 \,o\, 2 = 1$ and $2 \,o\, 1 = 2$. Since $1 \neq 2$,$o$ is not commutative.
For associativity of $o$,$(a \,o\, b) \,o\, c = a \,o\, c = a$ and $a \,o\, (b \,o\, c) = a \,o\, b = a$. Since both sides equal $a$,$o$ is associative.
For distributivity of $^*$ over $o$,$a \,^*\, (b \,o\, c) = a \,^*\, b = |a-b|$ and $(a \,^*\, b) \,o\, (a \,^*\, c) = |a-b| \,o\, |a-c| = |a-b|$. Thus,$^*$ distributes over $o$.
For distributivity of $o$ over $^*$,consider $1 \,o\, (2 \,^*\, 3) = 1 \,o\, |2-3| = 1 \,o\, 1 = 1$,while $(1 \,o\, 2) \,^*\, (1 \,o\, 3) = 1 \,^*\, 1 = |1-1| = 0$. Since $1 \neq 0$,$o$ does not distribute over $^*$.
52
Difficult
Given a non-empty set $X$,let $^*: P(X) \times P(X) \rightarrow P(X)$ be defined as $A \,^*\, B = (A - B) \cup (B - A)$,$\forall A, B \in P(X)$. Show that the empty set $\Phi$ is the identity for the operation $^*$ and all the elements $A$ of $P(X)$ are invertible with $A^{-1} = A$.

Solution

(A) It is given that $^*: P(X) \times P(X) \rightarrow P(X)$ is defined as $A \,^*\, B = (A - B) \cup (B - A)$ for all $A, B \in P(X)$.
$1$. Identity Element:
For any $A \in P(X)$,we have:
$A \,^*\, \Phi = (A - \Phi) \cup (\Phi - A) = A \cup \Phi = A$
$\Phi \,^*\, A = (\Phi - A) \cup (A - \Phi) = \Phi \cup A = A$
Since $A \,^*\, \Phi = A = \Phi \,^*\, A$ for all $A \in P(X)$,the empty set $\Phi$ is the identity element for the operation $^*$.
$2$. Invertible Elements:
An element $A \in P(X)$ is invertible if there exists $B \in P(X)$ such that $A \,^*\, B = \Phi = B \,^*\, A$,where $\Phi$ is the identity element.
Consider $A \,^*\, A$:
$A \,^*\, A = (A - A) \cup (A - A) = \Phi \cup \Phi = \Phi$
Since $A \,^*\, A = \Phi$,every element $A \in P(X)$ is its own inverse.
Thus,all elements $A$ of $P(X)$ are invertible with $A^{-1} = A$.
53
Difficult
Define a binary operation $^*$ on the set $\{0, 1, 2, 3, 4, 5\}$ as $a \,^* \, b = \begin{cases} a+b, & \text{If } a+b < 6 \\ a+b-6, & \text{If } a+b \geq 6 \end{cases}$. Show that $0$ is the identity for this operation and each element $a \neq 0$ of the set is invertible with $6-a$ being the inverse of $a$.

Solution

(A) Let $X = \{0, 1, 2, 3, 4, 5\}$.
The operation $^*$ on $X$ is defined as $a \,^* \, b = \begin{cases} a+b, & \text{If } a+b < 6 \\ a+b-6, & \text{If } a+b \geq 6 \end{cases}$.
An element $e \in X$ is the identity element for the operation $^*$ if $a \,^* \, e = a = e \,^* \, a$ for all $a \in X$.
For $a \in X$,we have:
$a \,^* \, 0 = a + 0 = a$ (since $a \in X \Rightarrow a+0 < 6$)
$0 \,^* \, a = 0 + a = a$ (since $a \in X \Rightarrow 0+a < 6$)
Therefore,$a \,^* \, 0 = a = 0 \,^* \, a$ for all $a \in X$.
Thus,$0$ is the identity element for the given operation $^*$.
An element $a \in X$ is invertible if there exists $b \in X$ such that $a \,^* \, b = 0 = b \,^* \, a$.
If $a \neq 0$,let $b = 6-a$. Since $a \in \{1, 2, 3, 4, 5\}$,$b \in \{5, 4, 3, 2, 1\} \subset X$.
Then $a \,^* \, b = a + (6-a) - 6 = 0$ (since $a+b = 6 \geq 6$).
Similarly,$b \,^* \, a = (6-a) + a - 6 = 0$.
Thus,$6-a$ is the inverse of $a$ for all $a \in X, a \neq 0$.
54
MediumMCQ
Number of binary operations on the set $\{a, b\}$ are
A
$10$
B
$20$
C
$16$
D
$8$

Solution

(C) binary operation $^*$ on a set $S$ is a function from $S \times S$ to $S$.
Here,the set is $S = \{a, b\}$,so $S \times S = \{(a, a), (a, b), (b, a), (b, b)\}$.
The number of elements in $S \times S$ is $n(S \times S) = 2 \times 2 = 4$.
The number of elements in the codomain $S$ is $n(S) = 2$.
The total number of functions from $S \times S$ to $S$ is given by $(n(S))^{n(S \times S)} = 2^4$.
Calculating this,we get $2^4 = 16$.
Thus,the total number of binary operations on the set $\{a, b\}$ is $16$.
The correct answer is $C$.
55
MediumMCQ
If $a * b = 10ab$ on $Q^{+}$,then find the inverse of $0.01$.
A
$1$
B
$10$
C
$0.1$
D
$100$

Solution

(A) Let $e$ be the identity element for the operation $*$.
By definition,$a * e = a = e * a$.
Given $a * b = 10ab$,we have $10ae = a$.
Since $a \in Q^{+}$,$a \neq 0$,so $10e = 1$,which gives $e = \frac{1}{10}$.
Let $a^{\prime}$ be the inverse of $0.01$.
By definition,$0.01 * a^{\prime} = e$.
Substituting the values,$10 \times 0.01 \times a^{\prime} = \frac{1}{10}$.
$10 \times \frac{1}{100} \times a^{\prime} = \frac{1}{10}$.
$0.1 \times a^{\prime} = 0.1$.
Therefore,$a^{\prime} = 1$.
56
DifficultMCQ
Let $A = \{0, 1, 2, 3, 4, 5, 6\}$. If $a, b \in A$,and $a * b$ is defined as the remainder when $ab$ is divided by $7$,then find the inverse of $2$ under the operation $*$.
A
$2$
B
$3$
C
$4$
D
$5$

Solution

(C) The operation $a * b$ is defined as the remainder when $ab$ is divided by $7$,where $a, b \in A$.
First,we find the identity element $e \in A$ such that $a * e = a$ for all $a \in A$.
This means the remainder of $ae$ divided by $7$ is $a$.
For $a \in \{1, 2, 3, 4, 5, 6\}$,$a * 1 = \text{remainder of } (a \times 1) / 7 = a$.
Thus,the identity element $e = 1$.
To find the inverse of $2$,we need an element $x \in A$ such that $2 * x = e = 1$.
This means the remainder of $(2 \times x)$ divided by $7$ is $1$.
Testing values from $A$:
$2 * 1 = 2$
$2 * 2 = 4$
$2 * 3 = 6$
$2 * 4 = 8 \equiv 1 \pmod{7}$
Since $2 * 4 = 1$,the inverse of $2$ is $4$.
57
MediumMCQ
Let $*$ be a binary operation defined on $Q$. Determine whether the binary operation defined by $a * b = a - b$ for all $a, b \in Q$ is commutative.
A
Yes,it is commutative.
B
No,it is not commutative.
C
It is commutative only for positive rational numbers.
D
It is commutative only for $a = b$.

Solution

(B) binary operation $*$ on a set $S$ is commutative if $a * b = b * a$ for all $a, b \in S$.
Given the operation $a * b = a - b$ for all $a, b \in Q$.
To check for commutativity,we calculate $b * a$:
$b * a = b - a$.
Now,compare $a * b$ and $b * a$:
$a * b = a - b$ and $b * a = b - a$.
Since $a - b \neq b - a$ in general (for example,let $a = 5$ and $b = 3$,then $5 - 3 = 2$ while $3 - 5 = -2$,and $2 \neq -2$),the operation is not commutative.
Therefore,the binary operation $*$ is not commutative.
58
MediumMCQ
Let $*$ be a binary operation defined on the set of rational numbers $Q$. Determine whether the binary operation defined by $a * b = a^{2} + b^{2}$ for all $a, b \in Q$ is commutative.
A
Commutative
B
Not Commutative
C
Associative
D
None of these

Solution

(A) The binary operation is defined as $a * b = a^{2} + b^{2}$.
To check for commutativity,we need to verify if $a * b = b * a$ for all $a, b \in Q$.
Given $a * b = a^{2} + b^{2}$.
Since addition is commutative in the set of rational numbers,we have $a^{2} + b^{2} = b^{2} + a^{2}$.
By the definition of the operation,$b^{2} + a^{2} = b * a$.
Therefore,$a * b = b * a$ for all $a, b \in Q$.
Thus,the binary operation $*$ is commutative.
59
MediumMCQ
Let $*$ be a binary operation defined on the set of rational numbers $Q$. Determine whether the binary operation defined by $a * b = a + ab$ for all $a, b \in Q$ is commutative.
A
Yes,it is commutative.
B
No,it is not commutative.
C
It is commutative only if $a=b$.
D
It is commutative only if $a=0$ or $b=0$.

Solution

(B) The binary operation is defined as $a * b = a + ab$.
To check for commutativity,we compare $a * b$ with $b * a$.
By definition,$a * b = a + ab$.
Similarly,$b * a = b + ba = b + ab$.
For the operation to be commutative,we must have $a * b = b * a$ for all $a, b \in Q$.
This implies $a + ab = b + ab$.
Subtracting $ab$ from both sides,we get $a = b$.
Since $a = b$ is not true for all $a, b \in Q$,the operation is not commutative.
Example: Let $a = 3$ and $b = 2$.
$a * b = 3 * 2 = 3 + 3(2) = 3 + 6 = 9$.
$b * a = 2 * 3 = 2 + 2(3) = 2 + 6 = 8$.
Since $9 \neq 8$,$a * b \neq b * a$.
60
MediumMCQ
Let $*$ be a binary operation defined on the set of rational numbers $Q$. Determine whether the binary operation defined by $a * b = (a - b)^{2}$ for all $a, b \in Q$ is commutative.
A
Commutative
B
Not commutative
C
Associative
D
None of these

Solution

(A) binary operation $*$ is commutative if $a * b = b * a$ for all $a, b \in Q$.
Given $a * b = (a - b)^{2}$.
Now,calculate $b * a$:
$b * a = (b - a)^{2}$.
Since $(b - a)^{2} = [-(a - b)]^{2} = (-1)^{2}(a - b)^{2} = (a - b)^{2}$.
Therefore,$b * a = (a - b)^{2} = a * b$.
Since $a * b = b * a$ for all $a, b \in Q$,the operation $*$ is commutative.
61
MediumMCQ
If $*$ is a binary operation defined on $R$ by $a * b = 1 + ab, \forall a, b \in R$. Then the operation $*$ is:
A
$(i)$ Commutative but not associative.
B
(ii) Associative but not commutative.
C
(iii) Neither commutative nor associative.
D
(iv) Both commutative and associative.

Solution

(A) Given the binary operation $a * b = 1 + ab$ for all $a, b \in R$.
$1$. Commutativity:
$a * b = 1 + ab$
$b * a = 1 + ba = 1 + ab$
Since $a * b = b * a$,the operation $*$ is commutative.
$2$. Associativity:
Consider $a * (b * c) = a * (1 + bc) = 1 + a(1 + bc) = 1 + a + abc$.
Now consider $(a * b) * c = (1 + ab) * c = 1 + (1 + ab)c = 1 + c + abc$.
Since $1 + a + abc \neq 1 + c + abc$ for all $a, b, c \in R$,the operation $*$ is not associative.
Therefore,the operation $*$ is commutative but not associative.
62
EasyMCQ
On the set of positive rationals,a binary operation $*$ is defined by $a * b = \frac{2ab}{5}$. If $2 * x = 3^{-1}$,then $x = $
A
$\frac{5}{12}$
B
$\frac{125}{48}$
C
$\frac{1}{6}$
D
$\frac{2}{5}$

Solution

(B) Given the binary operation $a * b = \frac{2ab}{5}$.
First,find the identity element $e$ such that $a * e = a$:
$\frac{2ae}{5} = a \implies e = \frac{5}{2}$.
Next,find the inverse $a^{-1}$ such that $a * a^{-1} = e$:
$\frac{2a(a^{-1})}{5} = \frac{5}{2} \implies a^{-1} = \frac{25}{4a}$.
For $a = 3$,the inverse is $3^{-1} = \frac{25}{4(3)} = \frac{25}{12}$.
Now,solve $2 * x = 3^{-1}$:
$\frac{2(2x)}{5} = \frac{25}{12} \implies \frac{4x}{5} = \frac{25}{12}$.
$x = \frac{25 \times 5}{12 \times 4} = \frac{125}{48}$.
63
EasyMCQ
The binary operation $*$ on $R - \{-1\}$ defined by $a * b = \frac{a}{b+1}$ is:
A
$*$ is associative and commutative
B
$*$ is associative but not commutative
C
$*$ is neither associative nor commutative
D
$*$ is commutative but not associative

Solution

(C) Given the binary operation $a * b = \frac{a}{b+1}$.
Check for commutativity:
$a * b = \frac{a}{b+1}$
$b * a = \frac{b}{a+1}$
Since $\frac{a}{b+1} \neq \frac{b}{a+1}$ for all $a, b \in R - \{-1\}$,the operation is not commutative.
Check for associativity:
$(a * b) * c = \left(\frac{a}{b+1}\right) * c = \frac{\frac{a}{b+1}}{c+1} = \frac{a}{(b+1)(c+1)}$
$a * (b * c) = a * \left(\frac{b}{c+1}\right) = \frac{a}{\frac{b}{c+1} + 1} = \frac{a(c+1)}{b+c+1}$
Since $\frac{a}{(b+1)(c+1)} \neq \frac{a(c+1)}{b+c+1}$,the operation is not associative.
Therefore,the operation $*$ is neither commutative nor associative.
64
DifficultMCQ
If the operation $ \oplus $ is defined by $ a \oplus b = a^{2} + b^{2} $ for all real numbers $ a $ and $ b $,then $ (2 \oplus 3) \oplus 4 = $
A
$ 181 $
B
$ 184 $
C
$ 182 $
D
$ 185 $

Solution

(D) Given the operation $ a \oplus b = a^{2} + b^{2} $.
First,calculate $ (2 \oplus 3) $:
$ 2 \oplus 3 = 2^{2} + 3^{2} = 4 + 9 = 13 $.
Now,substitute this result into the expression $ (2 \oplus 3) \oplus 4 $:
$ 13 \oplus 4 = 13^{2} + 4^{2} $.
$ 13^{2} + 4^{2} = 169 + 16 = 185 $.
Thus,the final result is $ 185 $.
65
DifficultMCQ
Let $*$ be a binary operation defined on $R$ by $a * b = \frac{a+b}{4}$ for all $a, b \in R$. Then the operation $*$ is:
A
Commutative and Associative
B
Commutative but not Associative
C
Associative but not Commutative
D
Neither Associative nor Commutative

Solution

(B) Given that,$a * b = \frac{a+b}{4}$.
For commutativity,we check $b * a = \frac{b+a}{4} = \frac{a+b}{4} = a * b$. Thus,the operation is commutative.
For associativity,we check $a * (b * c)$ and $(a * b) * c$.
$a * (b * c) = a * \left(\frac{b+c}{4}\right) = \frac{a + \frac{b+c}{4}}{4} = \frac{4a + b + c}{16}$.
$(a * b) * c = \left(\frac{a+b}{4}\right) * c = \frac{\frac{a+b}{4} + c}{4} = \frac{a + b + 4c}{16}$.
Since $\frac{4a + b + c}{16} \neq \frac{a + b + 4c}{16}$,the operation is not associative.
Therefore,the operation is commutative but not associative.
66
MediumMCQ
In a group $(G, *)$,for some element $a$ of $G$,if $a^{2}=e$,where $e$ is the identity element,then
A
$a=a^{-1}$
B
$a=\sqrt{e}$
C
$a=\frac{1}{a^{2}}$
D
$a=e$

Solution

(A) Given that $a^{2} = e$ in the group $(G, *)$.
Multiplying both sides by $a^{-1}$ (the inverse of $a$):
$a^{-1} * (a * a) = a^{-1} * e$
$(a^{-1} * a) * a = a^{-1}$
$e * a = a^{-1}$
$a = a^{-1}$
67
DifficultMCQ
In the set of integers $(Z, *)$,if $a * b = a + b - n, \forall a, b \in Z$,where $n$ is a fixed integer,then the inverse of $(-n)$ is:
A
$n$
B
$-n$
C
$-3n$
D
$3n$

Solution

(D) Given,in a group $(Z, *)$,the operation is defined as $a * b = a + b - n$ for all $a, b \in Z$.
First,we find the identity element $e$ such that $a * e = a$.
$a + e - n = a \implies e = n$.
Now,to find the inverse of $(-n)$,let the inverse be $x$ such that $(-n) * x = e$.
Since $e = n$,we have $(-n) * x = n$.
Using the definition of the operation:
$(-n) + x - n = n$.
$x - 2n = n$.
$x = 3n$.
Thus,the inverse of $(-n)$ is $3n$.
68
EasyMCQ
Which of the following statements is false?
A
$(N, \cdot)$ is a group
B
$(N, +)$ is a semi-group
C
$(Z, +)$ is a group
D
Set of even integers is a group under usual addition

Solution

(A) set $G$ with a binary operation $\cdot$ is a group if it satisfies closure,associativity,identity,and inverse properties.
For $(N, \cdot)$,where $N$ is the set of natural numbers,the multiplicative inverse of an element $a \in N$ (where $a \neq 1$) is $1/a$,which is not in $N$.
Thus,$(N, \cdot)$ fails the inverse property and is not a group.
$(N, +)$ is a semi-group because it is closed and associative under addition.
$(Z, +)$ is a group as it satisfies all group axioms.
The set of even integers $2Z = \{..., -4, -2, 0, 2, 4, ...\}$ forms a group under addition because it contains the identity $0$,inverses for all elements,and is closed and associative.
Therefore,the statement $(N, \cdot)$ is a group is false.
69
MediumMCQ
Which of the following is a subgroup of the group $G = \{2^{n} \mid n \in \mathbb{Z}\}$ under multiplication?
A
$\{4^{n} \mid n \in \mathbb{N}\}$
B
$\{3^{n} \mid n \in \mathbb{Z}\}$
C
$\{6^{n} \mid n \in \mathbb{N}\}$
D
$\{4^{n} \mid n \in \mathbb{Z}\}$

Solution

(D) subset $H$ of a group $G$ is a subgroup if it is itself a group under the same operation.
For $H = \{4^{n} \mid n \in \mathbb{Z}\}$,we note that $4^{n} = (2^{2})^{n} = 2^{2n}$. Since $2n \in \mathbb{Z}$ for all $n \in \mathbb{Z}$,$H \subset G$.
$1.$ Closure: $4^{n} \cdot 4^{m} = 4^{n+m} \in H$.
$2.$ Identity: $4^{0} = 1 = 2^{0} \in H$.
$3.$ Inverse: For $4^{n} \in H$,the inverse is $4^{-n} \in H$.
Thus,$\{4^{n} \mid n \in \mathbb{Z}\}$ is a subgroup of $G$.
70
MediumMCQ
In the group $G = \{1, 2, 3, 4, 5, 6\}$ under $\otimes_{7}$,the solution of $4 \otimes_{7} x = 5$ is
A
$3$
B
$2$
C
$4$
D
$5$

Solution

(A) We are given the equation $4 \otimes_{7} x = 5$ in the group $G = \{1, 2, 3, 4, 5, 6\}$ under multiplication modulo $7$.
To find $x$,we test the elements of the group:
$4 \otimes_{7} 1 = 4$
$4 \otimes_{7} 2 = 8 \equiv 1 \pmod{7}$
$4 \otimes_{7} 3 = 12 \equiv 5 \pmod{7}$
$4 \otimes_{7} 4 = 16 \equiv 2 \pmod{7}$
$4 \otimes_{7} 5 = 20 \equiv 6 \pmod{7}$
$4 \otimes_{7} 6 = 24 \equiv 3 \pmod{7}$
Comparing this with the given equation $4 \otimes_{7} x = 5$,we find that $x = 3$.
71
MediumMCQ
On the set of all non-zero reals,an operation $*$ is defined as $a * b = \frac{3ab}{2}$. In this group,a solution of $(2 * x) * 3^{-1} = 4^{-1}$ is
A
$6$
B
$1$
C
$1/6$
D
$3/2$

Solution

(C) Given binary operation is $a * b = \frac{3ab}{2}$.
First,we find the identity element $e$ such that $a * e = a$.
$\frac{3ae}{2} = a \implies e = \frac{2}{3}$.
Now,we find the inverse $3^{-1}$ such that $3 * 3^{-1} = e = \frac{2}{3}$.
$\frac{3 \cdot 3 \cdot 3^{-1}}{2} = \frac{2}{3} \implies \frac{9 \cdot 3^{-1}}{2} = \frac{2}{3} \implies 3^{-1} = \frac{4}{27}$.
Also,$2 * x = \frac{3 \cdot 2 \cdot x}{2} = 3x$.
Given equation: $(2 * x) * 3^{-1} = 4^{-1}$.
Note that $4^{-1}$ is the inverse of $4$,so $4 * 4^{-1} = \frac{2}{3} \implies \frac{3 \cdot 4 \cdot 4^{-1}}{2} = \frac{2}{3} \implies 6 \cdot 4^{-1} = \frac{2}{3} \implies 4^{-1} = \frac{1}{9}$.
Substituting these into the equation: $(3x) * \frac{4}{27} = \frac{1}{9}$.
$\frac{3 \cdot (3x) \cdot (4/27)}{2} = \frac{1}{9}$.
$\frac{36x}{54} = \frac{1}{9} \implies \frac{2x}{3} = \frac{1}{9}$.
$x = \frac{3}{18} = \frac{1}{6}$.
72
EasyMCQ
In $P(X)$,the power set of a non-empty set $X$,a binary operation $*$ is defined by $A * B = A \cup B, \forall A, B \in P(X)$. Under $*$,which of the following statements is true?
A
The identity law is not satisfied.
B
The inverse law is not satisfied.
C
The commutative law is not satisfied.
D
The associative law is not satisfied.

Solution

(B) The binary operation is defined as $A * B = A \cup B$ for all $A, B \in P(X)$.
$1$. Commutative Law: $A * B = A \cup B = B \cup A = B * A$. Thus,it is commutative.
$2$. Associative Law: $(A * B) * C = (A \cup B) \cup C = A \cup (B \cup C) = A * (B * C)$. Thus,it is associative.
$3$. Identity Law: The identity element $E$ must satisfy $A * E = A$,which means $A \cup E = A$. This holds for $E = \phi$. Thus,the identity element exists.
$4$. Inverse Law: For an element $A$ to have an inverse $B$,we must have $A * B = E$,where $E = \phi$. This implies $A \cup B = \phi$. This is only possible if $A = \phi$ and $B = \phi$. For any non-empty set $A \neq \phi$,there is no $B \in P(X)$ such that $A \cup B = \phi$. Therefore,the inverse law is not satisfied.
73
EasyMCQ
The inverse of $2010$ in the group $Q^{+}$ of all positive rational numbers under the binary operation $*$ defined by $a * b = \frac{ab}{2010}, \forall a, b \in Q^{+}$,is
A
$2009$
B
$2011$
C
$1$
D
$2010$

Solution

(D) Let $e$ be the identity element in $Q^{+}$ such that $a * e = a$ for all $a \in Q^{+}$.
$\frac{a \times e}{2010} = a \implies e = 2010$.
Thus,the identity element is $2010$.
Let $x$ be the inverse of $2010$. By definition,$2010 * x = e$.
$\frac{2010 \times x}{2010} = 2010$.
$x = 2010$.
Therefore,the inverse of $2010$ is $2010$.
74
EasyMCQ
On the set of all natural numbers $N$,which one of the following $*$ is a binary operation?
A
$a * b = \sqrt{ab}$
B
$a * b = \frac{a-b}{a+b}$
C
$a * b = a + 3b$
D
$a * b = 3a - 4b$

Solution

(C) binary operation $*$ on a set $N$ is a function $*: N \times N \to N$. This means for any $a, b \in N$,the result $a * b$ must also be in $N$.
$(A)$ $a * b = \sqrt{ab}$: If $a=1, b=2$,then $a * b = \sqrt{2} \notin N$.
$(B)$ $a * b = \frac{a-b}{a+b}$: If $a=1, b=2$,then $a * b = \frac{-1}{3} \notin N$.
$(C)$ $a * b = a + 3b$: Since $a, b \in N$,$a + 3b$ is always a natural number. Thus,this is a binary operation.
$(D)$ $a * b = 3a - 4b$: If $a=1, b=2$,then $a * b = 3(1) - 4(2) = -5 \notin N$.
Hence,option $C$ is correct.
75
MediumMCQ
In the group $G=\{0, 1, 2, 3, 4, 5\}$ under addition modulo $6$,$(2 +_{6} 3^{-1} +_{6} 4)^{-1}$ is equal to
A
$2$
B
$3$
C
$5$
D
$0$

Solution

(B) In the group $G = \{0, 1, 2, 3, 4, 5\}$ under addition modulo $6$,the identity element is $0$.
First,we find the inverse of $3$ under addition modulo $6$. Since $3 +_{6} 3 = 6 \equiv 0 \pmod{6}$,the inverse $3^{-1} = 3$.
Now,calculate the expression inside the parentheses: $2 +_{6} 3^{-1} +_{6} 4 = 2 +_{6} 3 +_{6} 4 = 9 \pmod{6} = 3$.
Finally,we find the inverse of the result $3$ under addition modulo $6$. Since $3 +_{6} 3 = 0$,the inverse of $3$ is $3$.
Thus,$(2 +_{6} 3^{-1} +_{6} 4)^{-1} = 3^{-1} = 3$.
76
MediumMCQ
Which one of the following is not true?
A
Inverse of an element in a group is unique.
B
Fourth roots of unity form an additive abelian group.
C
Cancellation laws hold in a group.
D
Identity element in a group is unique.

Solution

(B) The set of fourth roots of unity is given by $S = \{1, -1, i, -i\}$.
For a set to form an additive group,it must satisfy the closure property under addition.
Consider $1 + (-1) = 0$. Since $0 \notin S$,the set is not closed under addition.
Therefore,the statement that the fourth roots of unity form an additive abelian group is false.
77
DifficultMCQ
On the set $Z$ of all integers,the operation $*$ is defined by $a * b = a + b - 5$. If $2 * (x * 3) = 5$,then $x$ is equal to:
A
$0$
B
$3$
C
$5$
D
$10$

Solution

(D) Given the binary operation $a * b = a + b - 5$.
First,evaluate the inner expression $(x * 3)$:
$x * 3 = x + 3 - 5 = x - 2$.
Now,substitute this into the equation $2 * (x * 3) = 5$:
$2 * (x - 2) = 5$.
Applying the definition of the operation again:
$2 + (x - 2) - 5 = 5$.
Simplify the expression:
$x - 5 = 5$.
$x = 10$.
78
MediumMCQ
Which of the following is false?
A
Addition is commutative in $N$.
B
Multiplication is associative in $N$.
C
If $a * b = a^{b}$ for all $a, b \in N$,then $*$ is commutative in $N$.
D
Addition is associative in $N$.

Solution

(C) For the set of natural numbers $N$ with respect to addition,the operation is commutative $(a+b = b+a)$ and associative $((a+b)+c = a+(b+c))$.
For the set of natural numbers $N$ with respect to multiplication,the operation is associative $((a \times b) \times c = a \times (b \times c))$.
For the operation $a * b = a^{b}$,we check for commutativity: $a * b = a^{b}$ and $b * a = b^{a}$.
Since $a^{b} \neq b^{a}$ for all $a, b \in N$ (e.g.,$2 * 3 = 2^{3} = 8$ while $3 * 2 = 3^{2} = 9$),the operation $*$ is not commutative.
Therefore,option $C$ is false.
79
EasyMCQ
The set $\{-1, 0, 1\}$ is not a multiplicative group because of the failure of
A
closure law
B
associative law
C
identity law
D
inverse law

Solution

(D) Let $G = \{-1, 0, 1\}$.
For a set to be a multiplicative group,every element must have a multiplicative inverse.
The multiplicative inverse of an element $a$ is an element $b$ such that $a \times b = 1$.
For the element $0$,there is no such element $b$ in the set such that $0 \times b = 1$.
Therefore,the inverse law fails for the element $0$.
80
MediumMCQ
In the group $(G, \times_{15})$,where $G = \{3, 6, 9, 12\}$ and $\times_{15}$ is multiplication modulo $15$,the identity element is
A
$3$
B
$6$
C
$12$
D
$9$

Solution

(B) The identity element $e$ in a group $(G, \times_{15})$ must satisfy $a \times_{15} e = a$ for all $a \in G$.
From the composition table,we observe the row corresponding to $6$ reproduces the elements of $G$ in the same order.
$\times_{15}$ $3$ $6$ $9$ $12$
$3$ $9$ $3$ $12$ $6$
$6$ $3$ $6$ $9$ $12$
$9$ $12$ $9$ $6$ $3$
$12$ $6$ $12$ $3$ $9$

Since $3 \times_{15} 6 = 3$,$6 \times_{15} 6 = 6$,$9 \times_{15} 6 = 9$,and $12 \times_{15} 6 = 12$,the identity element is $6$.
81
MediumMCQ
$A$ group $(G, *)$ has $10$ elements. The minimum number of elements of $G$,which are their own inverses is
A
$2$
B
$1$
C
$9$
D
$0$

Solution

(B) In any group $(G, *)$,the identity element $e$ is always its own inverse,because $e * e = e$.
Since the group $G$ must contain at least the identity element,the minimum number of elements that are their own inverses is $1$.
82
EasyMCQ
Which of the following is not a group with respect to the given operation?
A
The set of even integers under addition
B
The set of odd integers under addition
C
$\{0\}$ under addition
D
$\{1, -1\}$ under multiplication

Solution

(B) set $G$ with a binary operation $*$ is a group if it satisfies closure,associativity,existence of identity,and existence of inverse.
For the set of odd integers under addition,let $a = 1$ and $b = 3$. Then $a + b = 4$,which is an even integer.
Since the sum of two odd integers is always even,the set of odd integers is not closed under addition.
Furthermore,the identity element for addition is $0$,which is not an odd integer.
Therefore,the set of odd integers under addition is not a group.
83
EasyMCQ
If $A = \{a, b, c\}$,then the number of binary operations on $A$ is
A
$3$
B
$3^{6}$
C
$3^{3}$
D
$3^{9}$

Solution

(D) binary operation on a set $A$ is a function from $A \times A$ to $A$.
If the number of elements in set $A$ is $n$,then the number of elements in $A \times A$ is $n^{2}$.
The number of binary operations on set $A$ is given by the formula $n^{(n^{2})}$.
Here,the set $A = \{a, b, c\}$,so the number of elements $n = 3$.
Substituting $n = 3$ into the formula,we get the number of binary operations as $3^{(3^{2})} = 3^{9}$.
84
DifficultMCQ
For any two real numbers,an operation $*$ defined by $a * b = 1 + ab$ is
A
commutative but not associative
B
associative but not commutative
C
neither commutative nor associative
D
both commutative and associative

Solution

(A) Given that,$a * b = 1 + ab$ $\rightarrow (1)$
For commutativity,check if $a * b = b * a$:
$b * a = 1 + ba = 1 + ab = a * b$
Since $a * b = b * a$,the operation is commutative.
For associativity,check if $(a * b) * c = a * (b * c)$:
$(a * b) * c = (1 + ab) * c = 1 + (1 + ab)c = 1 + c + abc$
$a * (b * c) = a * (1 + bc) = 1 + a(1 + bc) = 1 + a + abc$
Since $1 + c + abc \neq 1 + a + abc$,the operation is not associative.
Therefore,the operation is commutative but not associative.
85
MediumMCQ
We define a binary relation $\sim$ on the set of all $3 \times 3$ real matrices as $A \sim B$ if and only if there exist invertible matrices $P$ and $Q$ such that $B = P A Q^{-1}$. The binary relation $\sim$ is
A
neither reflexive nor symmetric
B
reflexive and symmetric but not transitive
C
symmetric and transitive but not reflexive
D
an equivalence relation

Solution

(D) Let the relation be defined as $R = \{(A, B) : B = P A Q^{-1}\}$ where $P$ and $Q$ are invertible matrices.
For reflexive: Since $A = I A I^{-1}$ where $I$ is the identity matrix (which is invertible),$(A, A) \in R$. Thus,$R$ is reflexive.
For symmetric: Let $(A, B) \in R$. Then $B = P A Q^{-1}$. Multiplying by $P^{-1}$ on the left and $Q$ on the right,we get $P^{-1} B Q = A$. Since $P^{-1}$ and $Q$ are invertible,let $P' = P^{-1}$ and $Q' = Q^{-1}$. Then $A = P' B (Q')^{-1}$,so $(B, A) \in R$. Thus,$R$ is symmetric.
For transitive: Let $(A, B) \in R$ and $(B, C) \in R$. Then $A = P_1 B Q_1^{-1}$ and $B = P_2 C Q_2^{-1}$. Substituting $B$,we get $A = P_1 (P_2 C Q_2^{-1}) Q_1^{-1} = (P_1 P_2) C (Q_1 Q_2)^{-1}$. Since the product of invertible matrices is invertible,$(A, C) \in R$. Thus,$R$ is transitive.
Since $R$ is reflexive,symmetric,and transitive,it is an equivalence relation.

Relation and Function — Binary Operation · Frequently Asked Questions

1Are these Relation and Function questions useful for JEE and NEET?

Yes. All questions in this section are mapped to JEE Main and NEET exam patterns. Previous year questions from JEE Main, NEET, GUJCET and state-level exams are included with full solutions.

2Can I switch to Hindi or Gujarati for these questions?

Yes. Use the language tabs in the hero section or the sidebar to view the same questions and solutions in English, Hindi or Gujarati.

3How do I generate a question paper from this subtopic?

Use the Vedclass Exam Paper Generator — select the chapter and subtopic, set difficulty, and generate Sets A, B, C, D automatically. First 3 chapters of every subject are free.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real JEE/NEET style with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

Generate Set A/B/C/D papers from this chapter in 2 minutes. 3 chapters free.

Try Free
For Institutes

Online Exam Module

Live online exams with unlimited students, 360° analytics & white-label branding.

See Demo
For Teachers & Institutes

Generate a Relation and Function Exam Paper in 2 Minutes

Select subtopic & difficulty — Sets A, B, C, D auto-generated with No Repeat logic.

First 3 chapters of every subject are free — no payment required.