Advertisements
Advertisements
प्रश्न
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 ≠ 0 of the set is invertible with 6 − a being the inverse of a.
उत्तर
Here,
1 * 1 =1+1 \[\because\] 1+1 \[<\] 6 )
= 2
3 * 4 = 3 + 4 \[-\] 6 ( \[\because\] 3 + 4 \[>\] 6 )
= 7 \[-\] 6
= 1
4 * 5 = 4 + 5 \[-\] 6 (\[\because\] 4 + 5 \[>\] 6 )
= 9 \[-\]6
= 3 etc.
So, the composition table is as follows:
* | 0 | 1 | 2 | 3 | 4 | 5 |
0 | 0 | 1 | 2 | 3 | 4 | 5 |
1 | 1 | 2 | 3 | 4 | 5 | 0 |
2 | 2 | 3 | 4 | 5 | 0 | 1 |
3 | 3 | 4 | 5 | 0 | 1 | 2 |
4 | 4 | 5 | 0 | 1 | 2 | 3 |
5 | 5 | 0 | 1 | 2 | 3 | 4 |
We observe that the first row of the composition table coincides with the top-most row and the first column coincides with the left-most column.
These two intersect at 0.
So, 0 is the identity element .
\[\Rightarrow a * 0 = 0 * a = a, \forall a \in \left\{ 0, 1, 2, 3, 4, 5 \right\}\]
Finding inverse :-
\[\text{Leta} \in \left\{ 0, 1, 2, 3, 4, 5 \right\} \text{ and }b \in \left\{ 0, 1, 2, 3, 4, 5 \right\} \text{ such that}\]
\[a * b = b * a = e\]
\[a * b = e \text{ and }b * a = e\]
Case 1 :- Let us assume that a + b < 6
Then,
\[a * b = e \text { and }b * a = e\]
\[a + b = 0 \text{ and } b + a = 0\]
a = - b, which is not possible because all the elements of the given set are non-negative.
Case 2 :- Let us assume that a + b ≥ 6
Then,
\[a * b = e \text{ and } b * a = e\]
\[a + b - 6 = 0 \text{ and }b + a - 6 = 0\]
b = 6 - a (from the table we can observe that this is true for all a ≠ 0)
Thus, 6 - a is the inverse of a.
APPEARS IN
संबंधित प्रश्न
For each binary operation * defined below, determine whether * is commutative or associative.
On Z, define a * b = a − b
For each binary operation * defined below, determine whether * is commutative or associative.
On Z+, define a * b = 2ab
Given a non-empty set X, consider the binary operation *: P(X) × P(X) → P(X) given by A * B = A ∩ B &mnForE; A, B in P(X) is the power set of X. Show that X is the identity element for this operation and X is the only invertible element in P(X) with respect to the operation*.
Consider the binary operations*: R ×R → and o: R × R → R defined as a * b = |a - b| and ao b = a, &mnForE;a, b ∈ R. Show that * is commutative but not associative, o is associative but not commutative. Further, show that &mnForE;a, b, c ∈ 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.
Given a non-empty set X, let *: P(X) × P(X) → P(X) be defined as A * B = (A − B) ∪ (B −A), &mnForE; A, B ∈ P(X). Show that the empty set Φ is the identity for the operation * and all the elements A of P(X) are invertible with A−1 = A. (Hint: (A − Φ) ∪ (Φ − A) = Aand (A − A) ∪ (A − A) = A * A = Φ).
Discuss the commutativity and associativity of binary operation '*' defined on A = Q − {1} by the rule a * b= a − b + ab for all, a, b ∊ A. Also find the identity element of * in A and hence find the invertible elements of A.
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 : '⊙' on N defined by a ⊙ b= ab + ba for all a, b ∈ N
Let S be the set of all rational numbers of the form \[\frac{m}{n}\] , where m ∈ Z and n = 1, 2, 3. Prove that * on S defined by a * b = ab is not a binary operation.
The binary operation * : R × R → R is defined as a * b = 2a + b. Find (2 * 3) * 4.
Check the commutativity and associativity of the following binary operation '*'. on Z defined by a * b = a + b + ab for all a, b ∈ Z ?
Check the commutativity and associativity of the following binary operations '⊙' on Q defined by a ⊙ b = a2 + b2 for all a, b ∈ Q ?
Check the commutativity and associativity of the following binary operation 'o' on Q defined by \[\text{a o b }= \frac{ab}{2}\] for all a, b ∈ Q ?
Check the commutativity and associativity of the following binary operation '*' on Q defined by a * b = a + ab for all a, b ∈ Q ?
On the set Z of integers, if the binary operation * is defined by a * b = a + b + 2, then find the identity element.
Let * be a binary operation on Z defined by
a * b = a + b − 4 for all a, b ∈ Z Find the identity element in Z ?
Construct the composition table for ×4 on set S = {0, 1, 2, 3}.
Consider the binary operation 'o' defined by the following tables on set S = {a, b, c, d}.
o | a | b | c | d |
a | a | a | a | a |
b | a | b | c | d |
c | a | c | d | b |
d | a | d | b | c |
Show that the binary operation is commutative and associative. Write down the identities and list the inverse of elements.
Define a commutative binary operation on a set.
Define an associative binary operation on a set.
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.
Let * be a binary operation on N given by a * b = HCF (a, b), a, b ∈ N. Write the value of 22 * 4.
If a * b = a2 + b2, then the value of (4 * 5) * 3 is _____________ .
If a * b denote the bigger among a and b and if a ⋅ b = (a * b) + 3, then 4.7 = __________ .
If the binary operation ⊙ is defined on the set Q+ of all positive rational numbers by \[a \odot b = \frac{ab}{4} . \text{ Then }, 3 \odot \left( \frac{1}{5} \odot \frac{1}{2} \right)\] is equal to __________ .
Let * be a binary operation on R defined by a * b = ab + 1. Then, * is _________________ .
Let * be a binary operation on N defined by a * b = a + b + 10 for all a, b ∈ N. The identity element for * in N is _____________ .
For the binary operation * defined on R − {1} by the rule a * b = a + b + ab for all a, b ∈ R − {1}, the inverse of a is ________________ .
On the set Q+ of all positive rational numbers a binary operation * is defined by \[a * b = \frac{ab}{2} \text{ for all, a, b }\in Q^+\]. The inverse of 8 is _________ .
The number of binary operation that can be defined on a set of 2 elements is _________ .
If * is defined on the set R of all real numbers by *: a*b = `sqrt(a^2 + b^2 ) `, find the identity elements, if it exists in R with respect to * .
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 M = `{{:((x, x),(x, x)) : x ∈ "R"- {0}:}}` and let * be the matrix multiplication. Determine whether M is closed under *. If so, examine the commutative and associative properties satisfied by * on M
Choose the correct alternative:
A binary operation on a set S is a function from
Choose the correct alternative:
Which one of the following is a binary operation on N?
Choose the correct alternative:
If a * b = `sqrt("a"^2 + "b"^2)` on the real numbers then * is
Let * be a binary operation defined on Q. Find which of the following binary operations are associative
a * b = `"ab"/4` for a, b ∈ Q.
Let * be the binary operation defined on Q. Find which of the following binary operations are commutative
a * b = a + ab ∀ a, b ∈ Q
Let * be the binary operation on N given by a * b = HCF (a, b) where, a, b ∈ N. Find the value of 22 * 4.