168k views
0 votes
1.Q= {n: 7 <n<31}, list the members of the set Q


User VladRia
by
6.2k points

1 Answer

2 votes

Q={x:x
\epsilonn,7<n<31}


\\ \sf\longmapsto Q=\left\{8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30\right\}

You can write it like this too


\\ \sf\longmapsto Q=\left\{8,9......30,31\right\}

User Romski
by
6.3k points