InterviewSolution
Saved Bookmarks
| 1. |
Determine whether or not each of the definitions of ** given below gives a binary operation. In the event that ** is not a binary operation, give justification for this on Z^+, define ** by a**b=ab |
|
Answer» Solution :If a and b are any two POSITIVE INTEGERS, AB is a unique positive INTEGER. Therefore, `**` is a binary operation. |
|