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=|a-b| |
|
Answer» Solution :For any TWO positive integers a and b, |a-b| is a UNIQUE positive INTEGER `therefore **` is a binary OPERATION |
|