Class: 03 Date: 960125 Topic: Exercise class 1
These exercises are supposed to be handed in on Monday January 29.
Because of the limitation of the range of characters in HTML I cannot display every character I need. I will use the following replacements in this exercise:
A /\ B means: is the intersection of A and B
A \/ B means: is union of A and B
P(A) means the powerset of A
A < B means A is a proper subset of B
A =< B means A is a subset of (and possibly equal to) B
A = { 1 , 2 , 3 , 4 },
B = { 2 , 3 },
C = { 3 },
D = { { 3 } , 4 } and
E = Ø
Determine which of the following statements are true:
Every element of the first exercise 1 and 2 is worth 0.5 points. The elements of exercise 3 are worth 1.5 points each.