The intersection graph of a collection of sets $A_1$, $A_2, \ldots, A_n$ is the graph that has a vertex for each of these sets and has an edge connecting the vertices representing two sets if these sets have a nonempty intersection. Construct the intersection graph of these collections of sets.
a)
$$
\begin{aligned}
& A_1=\{0,2,4,6,8\}, A_2=\{0,1,2,3,4\}, \\
& A_3=\{1,3,5,7,9\}, A_4=\{5,6,7,8,9\}, \\
& A_5=\{0,1,8,9\}
\end{aligned}
$$
b)
$$
\begin{aligned}
& A_1=\{\ldots,-4,-3,-2,-1,0\}, \\
& A_2=\{\ldots,-2,-1,0,1,2, \ldots\}, \\
& A_3=\{\ldots,-6,-4,-2,0,2,4,6, \ldots\}, \\
& A_4=\{\ldots,-5,-3,-1,1,3,5, \ldots\}, \\
& A_5=\{\ldots,-6,-3,0,3,6, \ldots\}
\end{aligned}
$$
c)
$$
\begin{aligned}
& A_1=\{x \mid x<0\}, \\
& A_2=\{x \mid-1<x<0\}, \\
& A_3=\{x \mid 0<x<1\}, \\
& A_4=\{x \mid-1<x<1\}, \\
& A_5=\{x \mid x>-1\}, \\
& A_6=\mathbf{R}
\end{aligned}
$$