1) Construct the intersection graph of these collections of sets:
A1 = {. . . ,-4,-3,-2,-1, 0}
A2 = {. . . ,-2,-1, 0, 1, 2, . . .}
A3 = {. . . ,-6,-4,-2, 0, 2, 4, 6, . . .}
A4 = {. . . ,-5,-3,-1, 1, 3, 5, . . .}
A5 = {. . . ,-6,-3, 0, 3, 6, . . .}
2) Construct the intersection graph of these collections of sets:
A1 = {x | x < 0}
A2 = {x | -1 < x < 0}
A3 = {x | 0 < x < 1}
A4 = {x | -1 < x < 1}
A5 = {x | x > -1}
A6 = R