Command Palette

Search for a command to run...

Set 10

Intersection of Two Sets

18

Number 18

Given two sets:

A={x3<x<8,xintegers}A = \{x | -3 < x < 8, x \in \text{integers}\}
B={xx7,xintegers}B = \{x | x \leq 7, x \in \text{integers}\}

The intersection of these two sets is...