136k views
5 votes
The following table defines an operation * on the set A={a,b}

* a b
a b b
b. a a
a. find a*b,b*a,a*a
b. is*a binary operation. why?
c.As per the definition of binary operation it is a function .Write its domain and co- domain.​
Please reply this as soon as possible!! I need it now

1 Answer

2 votes

(a) If I'm reading the table correctly, by definition of *, we have

a * a = b

a * b = b

b * a = a

b * b = a

(b) Yes, * is a binary operation. A binary operation is a function * that maps elements from A × A to A, where

A × A = {{a, b} | aA and bA}

In this case,

A × A = {{a, a}, {a, b}, {b, a}, {b, b}}

and * is defined such that each of these pairs gets mapped to either a or b, both elements of A. In other words, A is closed under *.

(c) The domain is A × A and the co-domain is A.

User Jeen Broekstra
by
5.4k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.