2

After working it out on a number line, I got: $\{4, 5, 6\}$.

As it stands, the expression contains the integers that do not belong to the set $B$ that cross into $C$. This would result in $4, 5, 6$. Number $7$ would not be included because of the soft brackets surrounding $C = (2, 7)$. Is this correct?

Eddard
  • 65

3 Answers3

1

You're right.

Here are the intermediate steps: $B^c=(-\infty, -1) \cup (\pi, \infty)$, so $B^c\cap C = (\pi, 7)$.

And as you wrote, the only integers in that interval are $4,5,6$.

coldnumber
  • 3,721
0

You are correct.

$B^\mathsf{c} \cap C = (\pi, 7)$

$A \cap (B^\mathsf{c} \cap C) = \mathbb{Z} \cap (\pi, 7) = \{4,5,6\}$

727
  • 1,607
0

You're looking for all numbers

  • in $\mathbb Z$; and
  • in $(-\infty,-1)\cup(\pi,\infty)$; and
  • in $(2,7)$.

In words, what you're looking for are

  • all integers;
  • that are either less than $-1$ or greater than $\pi$; and
  • that are strictly between $2$ and $7$.

These numbers are $\{4,5,6\}$.

triple_sec
  • 23,377