Saved Bookmarks
| 1. |
Let * be a binary operation on the set Q of rational numbers as follows. Find which of the binary operations are commutative and which are associative. a * b = a2 + b2 |
|
Answer» a, b ∈ Q ⇒ a * b = a2 + b2 = b2 + a2 = b * a hence * is commutative (a * b) * c = (a2 + b2) * c2 = (a2 + b2)2 + c2 a*(b * c) = a* (b2 + c2) = a2 + (b2 + c2)2 hence * is not associative |
|