When I tried solving for d I got the following: B1 = { -1 < x < 1 } B2 = { -2 < x < 2 } B3 = { -3 < x < 3 } B4 = { -4 < x < 4 } B5 = { -5 < x < 5 }
I am unsure as to why the answer is { -1 < x < 1 }
$\bigcap_{i=1}^{5}B_i$ is the same as $B_1 \cap B_2 \cap B_3 \cap B_4 \cap B_5$. So in order for an element to be in the intersection of these 5 sets it must be in all of them. It should also be clear that $B_1 \subset B_2 \subset B_3 \subset B_4 \subset B_5$, so the only elements that are in all 5 sets are exactly all of the elements of $B_1$.