Saved Bookmarks
| 1. |
Consider the binary operation ** on the set A= {1,2,3,4,5} given by the following multiplication table Compute (2*3)*(4*5) |
| Answer» Solution :`(2**3)**(4**5)=1**1=1` | |