Question
Check the commutativity and associativity of the following binary operations:
'*' on N defined by a * b = gcd(a, b) for all a, b ∈ N.

Answer

Commutativity: Let $\text{a, b}\in\text{N}.$ Then,

a * b = gcd(a, b)

= gcd(b, a)

= b * a

Therefore,

a * b = b * a, $\forall\ \text{a, b}\in\text{N}$ 

Thus '*' is commutative on N.

Associativity: Let $\text{a, b, c}\in\text{N}.$ Then,

a * (b * c) = a * [gcd(a, b)]

= gcd(a, b, c)

(a * b) * c = [gcd(a, b)] * c

= gcd(a, b, c)

Therefore,

a * (b * c) = (a * b) * c, $\forall\ \text{a, b, c}\in\text{N}$

Thus, '*' is not associative on N.

Need a full question paper?

Generate a complete, print-ready paper with questions like this in minutes — across 16+ boards, with answer keys.

Start Generating Free

Similar questions

Evaluvate the following intregals:
$\int\frac{2\tan\text{x}+3}{3\tan\text{x}+4}\ \text{dx}$
Solve the following linear programming problem graphically.Minimise $\text{z = 3x + 5y}$
subject to the constraints
$\text{x + 2y}\geq 10$
$\text{x + y}\geq 6$
$\text{3x + y}\geq 8$
$\text{x, y}\geq 0.$
Solve the following differential equation:
y2dx + (x2 – xy + y2)dy = 0
If $\vec{\text{a}},\vec{\text{b}},\vec{\text{c}}$ are non-zero, non-coplanar vectors, prove that the vector is coplanar:
$5\vec{\text{a}}+6\vec{\text{b}}+7\vec{\text{c}},\ 7\vec{\text{a}}-8\vec{\text{b}}+9\vec{\text{c}}$ and $3\vec{\text{a}}+20\vec{\text{b}}+5\vec{\text{c}}$
Find the value of $\tan^{-1}\Big(\frac{\text{x}}{\text{y}}\Big)-\tan^{-1}\Big(\frac{\text{x-y}}{\text{x+y}}\Big)$
If $\text{A}=\begin{bmatrix}0&1\\1&1\end{bmatrix}$ and $\text{B}=\begin{bmatrix}0&-1\\1&0\end{bmatrix},$ then show that $(\text{A}+\text{B})(\text{A}-\text{B})\neq\text{A}^2-\text{B}^2.$
Using properties of definite integrals, prove the following:

$\int\limits_0^{\pi} \frac{x \tan x}{\sec x\text{ }cosec\text{ x}} dx = \frac{\pi^{2}}{4}$

 

Find the matrix A satisfying the matrix equation:

$\begin{bmatrix}2&1\\3&2\end{bmatrix}\text{A}\begin{bmatrix}-3&2\\5&-3\end{bmatrix}=\begin{bmatrix}1&0\\0&1\end{bmatrix}.$

Find the value of $\lambda$ for which the four points with position vectors
$-\hat{\text{j}}-\hat{\text{k}},4\hat{\text{i}}+5\hat{\text{j}}+\lambda\hat{\text{k}},3\hat{\text{i}}+9\hat{\text{j}}+4\hat{\text{k}}$ and $-4\hat{\text{i}}+4\hat{\text{j}}+4\hat{\text{k}}$ are co planar.
Solve the following systems of linear equations by cramer's rule:
2x - y = 17,
3x + 5y = 6