A2. (3 percent) We have an undirected graph with 100 nodes, which represent the numbers from 1 to 100.
There is an edge between two nodes (numbers) if and only if their difference is exactly 5 or 6 (e.g., node 6 is
connected to node 1, node 11 and node 12). Is this graph connected? Please justify your answer.