InterviewSolution
Saved Bookmarks
| 1. |
Determine whether a ** b =a+b ("mod" 7) "on" {0,1,2,3,4,5,6}operations as defined by * are binary operations on the sets specified in each case. Give reasons if it is not a binary operation. |
|
Answer» SOLUTION :`a**B=a +b ("MOD" 7) in {0,1,2,3,4,5,6}` for "a,b in 7` ` :. **` is a , binary operation on the given SET. |
|