Let \(V=\\{1,2, \ldots, 20\\}\) be the set of the first 20 positive integers.
Consider the graphs whose vertex set is \(V\) and whose edge sets are defined
below. For earth graph, investigate whether the graph (i) is connected (if not
connected, determin" the connected components), (ii) is bipartite, (iii) has
an Eulerian trail, and (iv) has a Hamilton path.
(a) \(\\{a, b\\}\) is an edge if and only if \(a+b\) is even.
(b) \(\\{a, b\\}\) is an edge if and only if \(a+b\) is odd.
(c) \(\\{a, b\\}\) is an edge if and only if \(a \times b\) is even.
(d) \(\\{a, b\\}\) is an edge if and only if \(a \times b\) is odd.
(e) \(\\{a, b\\}\) is an edge if and only if \(a \times b\) is a perfect square.
(f) \(\\{a, b\\}\) is an edge if and only if \(a-b\) is divisible by 3 .