|
This post was updated on .
44.) You are supposed to find the intersection of sets starting from (-2,2), (-1.5,1.5).....upto (-1-1/n,1+1/n) where n approaches infinity. As n approaches infinity 1/n approaches 0 but it won't exactly be zero, thus -1-1/n is a number infinitesimally bigger than -1 and 1+1/n is a number infinitesimally bigger than 1. Thus, the set [-1,1] will be contained in all these sets and also in their intersection.
45.) You are supposed to find the union of sets starting from [0,0], [-1/2,1/2]..... upto [-1+1/n,1+1/n] where n approaches infinity. As n approaches infinity 1/n approaches 0 but it won't exactly be zero, thus -1+1/n is a number infinitesimally bigger than -1 and 1-1/n is a number infinitesimally smaller than 1. Thus, the union will contain all values between -1 and 1 without containing the border values -1 and 1. Answer (-1,1)
|