Two functions are said to be equal if they ahve the same domain and, for each value in the domain set, the function values are equal respectively.
F = {(2,3),(3,4),(4,5)
G = {(3,4),(4,5),(2,3)
The domain sets are equal, and f(x) = g(x) for each corresponding value of the domain.
Tow...