1.

Consider the binary operation ** on the set A= {1,2,3,4,5} given by the following multiplication table Is ** commutative ?

Answer» <html><body><p></p>Solution :The entries in the table are <a href="https://interviewquestions.tuteehub.com/tag/symmetric-657979" style="font-weight:bold;" target="_blank" title="Click to know more about SYMMETRIC">SYMMETRIC</a> about the <a href="https://interviewquestions.tuteehub.com/tag/main-552371" style="font-weight:bold;" target="_blank" title="Click to know more about MAIN">MAIN</a> <a href="https://interviewquestions.tuteehub.com/tag/diagonal-950665" style="font-weight:bold;" target="_blank" title="Click to know more about DIAGONAL">DIAGONAL</a>. <a href="https://interviewquestions.tuteehub.com/tag/hence-484344" style="font-weight:bold;" target="_blank" title="Click to know more about HENCE">HENCE</a> `**` is commutative. <br/> i.e., `a**b=b**a AA a,b in A`</body></html>


Discussion

No Comment Found

Related InterviewSolutions