Advertisements
Advertisements
प्रश्न
Define a binary operation *on the set {0, 1, 2, 3, 4, 5} as
a * b = `{(a+b, "if a+b < 6"), (a + b - 6, if a +b >= 6):}`
Show that zero is the identity for this operation and each element a ≠ 0 of the set is invertible with 6 − a being the inverse of a.
Advertisements
उत्तर
Let X = {0, 1, 2, 3, 4, 5}.
The operation * on X is defined as:
a * b = `{ (a+b, "if a+b < 0"), (a+ b - 6, "if a + b >= 6"):}`
An element e ∈ X is the identity element for the operation *, if a * e = a = e * a ∀ a ∈ X
For a ∈ X we observed that
a * 0 = a + 0 =a [a ∈ X ⇒ a + 0 < 6]
0 * a = 0 + a = a [a ∈ X ⇒ 0 + a < 6]
:. a * 0 =a = 0 * a ∀ a ∈ X
Thus, 0 is the identity element for the given operation *.
An element a ∈ X is invertible if there exists b∈ X such that a * b = 0 = b * a.
ie `{(a+b = 0= b + a, if a + b < 6),(a+6 - 6= 0=b + a - 6, if a+b >= 6):}`
i.e.,
a = −b or b = 6 − a
But, X = {0, 1, 2, 3, 4, 5} and a, b ∈ X. Then, a ≠ −b.
∴b = 6 − a is the inverse of a &mnForE; a ∈ X.
Hence, the inverse of an element a ∈X, a ≠ 0 is 6 − a i.e., a−1 = 6 − a.
APPEARS IN
संबंधित प्रश्न
Let * be a binary operation, on the set of all non-zero real numbers, given by `a** b = (ab)/5` for all a,b∈ R-{0} that 2*(x*5)=10
Let * be the binary operation on N given by a * b = L.C.M. of a and b. Find
(i) 5 * 7, 20 * 16
(ii) Is * commutative?
(iii) Is * associative?
(iv) Find the identity of * in N
(v) Which elements of N are invertible for the operation *?
Find which of the operations given above has identity.
Number of binary operations on the set {a, b} are
(A) 10
(B) 16
(C) 20
(D) 8
Determine whether the following operation define a binary operation on the given set or not : '×6' on S = {1, 2, 3, 4, 5} defined by
a ×6 b = Remainder when ab is divided by 6.
Determine whether the following operation define a binary operation on the given set or not :
\[' * ' \text{on Q defined by } a * b = \frac{a - 1}{b + 1} \text{for all a, b} \in Q .\]
Determine whether or not the definition of * given below gives a binary operation. In the event that * is not a binary operation give justification of this.
On Z+, define * by a * b = a
Here, Z+ denotes the set of all non-negative integers.
Check the commutativity and associativity of the following binary operations '*'. on N defined by a * b = 2ab for all a, b ∈ N ?
Check the commutativity and associativity of the following binary operation'*' on Q defined by a * b = (a − b)2 for all a, b ∈ Q ?
Check the commutativity and associativity of the following binary operation '*' on N, defined by a * b = ab for all a, b ∈ N ?
Check the commutativity and associativity of the following binary operation '*' on N defined by a * b = gcd(a, b) for all a, b ∈ N ?
On the set Q of all ration numbers if a binary operation * is defined by \[a * b = \frac{ab}{5}\] , prove that * is associative on Q.
On Q, the set of all rational numbers a binary operation * is defined by \[a * b = \frac{a + b}{2}\] Show that * is not associative on Q.
Find the identity element in the set of all rational numbers except −1 with respect to *defined by a * b = a + b + ab.
For the binary operation ×7 on the set S = {1, 2, 3, 4, 5, 6}, compute 3−1 ×7 4.
Write the total number of binary operations on a set consisting of two elements.
Let * be a binary operation, on the set of all non-zero real numbers, given by \[a * b = \frac{ab}{5} \text { for all a, b } \in R - \left\{ 0 \right\}\]
Write the value of x given by 2 * (x * 5) = 10.
Write the composition table for the binary operation ×5 (multiplication modulo 5) on the set S = {0, 1, 2, 3, 4}.
Let +6 (addition modulo 6) be a binary operation on S = {0, 1, 2, 3, 4, 5}. Write the value of \[2 +_6 4^{- 1} +_6 3^{- 1} .\]
If the binary operation * on the set Z of integers is defined by a * b = a + 3b2, find the value of 2 * 4.
If G is the set of all matrices of the form
\[\begin{bmatrix}x & x \\ x & x\end{bmatrix}, \text{where x } \in R - \left\{ 0 \right\}\] then the identity element with respect to the multiplication of matrices as binary operation, is ______________ .
Which of the following is true ?
Subtraction of integers is ___________________ .
An operation * is defined on the set Z of non-zero integers by \[a * b = \frac{a}{b}\] for all a, b ∈ Z. Then the property satisfied is _______________ .
A binary operation * on Z defined by a * b = 3a + b for all a, b ∈ Z, is ________________ .
The number of commutative binary operations that can be defined on a set of 2 elements is ____________ .
Consider the binary operation * defined by the following tables on set S = {a, b, c, d}.
| * | a | b | c | d |
| a | a | b | c | d |
| b | b | a | d | c |
| c | c | d | a | b |
| d | d | c | b | a |
Show that the binary operation is commutative and associative. Write down the identities and list the inverse of elements.
Examine whether the operation *defined on R by a * b = ab + 1 is (i) a binary or not. (ii) if a binary operation, is it associative or not?
Let A = `((1, 0, 1, 0),(0, 1, 0, 1),(1, 0, 0, 1))`, B = `((0, 1, 0, 1),(1, 0, 1, 0),(1, 0, 0, 1))`, C = `((1, 1, 0, 1),(0, 1, 1, 0),(1, 1, 1, 1))` be any three boolean matrices of the same type. Find (A ∧ B) v C
Let A be Q\{1} Define * on A by x * y = x + y – xy. Is * binary on A? If so, examine the commutative and associative properties satisfied by * on A
Let * be a binary operation defined on Q. Find which of the following binary operations are associative
a * b = a – b + ab for a, b ∈ Q
Let * be a binary operation defined on Q. Find which of the following binary operations are associative
a * b = ab2 for a, b ∈ Q
Let R be the set of real numbers and * be the binary operation defined on R as a * b = a + b – ab ∀ a, b ∈ R. Then, the identity element with respect to the binary operation * is ______.
Let A = N x N and * be the binary operation on A defined by (a, b) * (c, d) = (a + c, b + d). Then * is ____________.
Find the identity element in the set I+ of all positive integers defined by a * b = a + b for all a, b ∈ I+.
If * is a binary operation on the set of integers I defined by a * b = 3a + 4b - 2, then find the value of 4 * 5.
