337 views
1 votes
1 votes

In the set of natural numbers the binary operators that are neither Associative nor Commutative are

  1. addition            
  2. subtraction                  
  3. multiplication                  
  4. division
  1. I and II
  2. III and IV
  3. II and IV
  4. All of these

1 Answer

Best answer
3 votes
3 votes

 Commutative Operation:

A binary operation * over a set N is said to be commutative, if for every pair of elements $a,b ∈ N$ ,$a*b=b*a$.

Associative Operation:

A binary operation * a on a set N is called associative if $a*(b*c)=(a*b)*c$ for all a,b,c ∈N.

Addition(+)

Addition operation on N (set of natural number) are commutative as well as associative.

Since for all a ,b ∈ N , a+b=b+a so addition on N is commutative.

Also $(a+b)+c=a+(b+c)$  for all a,b,c∈ N. so addition on N is associative .

Multiplication$\left ( \times \right )$

Multiplication operation on N (set of natural number) are also commutative as well as associative.

Since for all a ,b ∈ N , ab=ba so multiplication on N is commutative.

Also $(ab)c=a(bc)$  for all a,b,c∈ N. so multiplication on N is associative .

Substraction(-)

Substraction operation on N (set of natural number) is neither commutative nor associative.

Since  $a-b = b -a$ and $(a-b)-c=a-(b-c)$ cannot be true for every pair of natural numbers a and b.

Eg.$5-4\neq 4-5$ and $(5-4)-3\neq 5-(4-3)$

Division($\div$)

Division operation on N (set of natural number) is also neither commutative nor associative.

Since  $a \div b = b \div a$ and $(a \div b) \div c=a \div (b \div c)$ cannot be true for every pair of natural numbers a and b.

Eg:$3\div 4\neq 4\div 3$ and $(3\div 4)\div 1\neq 3\div (4\div 1)$.

So we can say substraction and division on N (set of natural number) are neither commutative nor associative.

selected by
Answer:

Related questions

3 votes
3 votes
2 answers
1
Bikram asked Aug 8, 2016
559 views
Total number of Equivalent Relations that can be defined on set $\{1,2,3\}$ ?8 64 5 3
3 votes
3 votes
1 answer
2
Bikram asked Aug 8, 2016
465 views
A subset of a countable setis countable is finite may or may not be countable none of the options above are true
2 votes
2 votes
1 answer
3
Bikram asked Aug 8, 2016
552 views
Every element of some ring $(R,+,*)$ is such that $a*a=a.$ This ringis commutative is non-commutative may or may not be commutative none
2 votes
2 votes
2 answers
4
Bikram asked Aug 8, 2016
713 views
A group has 11 elements. The number of proper sub-groups it can have is0 11 5 4