Practice Problems 1
Lecture 1: Numbers and Sets
Problem numbers refer to the textbook (Chiang & Wainwright, 4th edition). These are not graded, but you should attempt them all before the quiz. Each problem has a Show solution toggle: try it yourself first, then expand to check.
Download problems (PDF) Download solutions (PDF)
Exercise 2.3
1. Write the following in set notation:
- The set of all real numbers greater than 34.
- The set of all real numbers greater than 8 but less than 65.
Show solution
- \(\{x \in \mathbb{R} \mid x>34\}\), or simply \(\{x \mid x>34\}\)
- \(\{x \mid 8<x<65\}\)
2. Given the sets \(S_1=\{2,4,6\}\), \(S_2=\{7,2,6\}\), \(S_3=\{4,2,6\}\), and \(S_4=\{2,4\}\), which of the following statements are true?
- \(S_1=S_3\)
- \(S_1=\mathbb{R}\)
- \(8 \in S_2\)
- \(3 \notin S_2\)
- \(4 \notin S_3\)
- \(S_4 \subset \mathbb{R}\)
- \(S_1 \supset S_4\)
- \(\emptyset \subset S_2\)
- \(S_3 \supset \{1,2\}\)
Note that \(\mathbb{R}\) denotes the set of real numbers.
Show solution
(a), (d), (f), (g), and (h) are true.