You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
404 B

1 month ago
  1. \item \lect
  2. Find a symbolic binary encoding for $X = \{ 0,1, \ldots, 31 \}$.
  3. Use it to find formulas that symbolically represent the sets $A$ and $B$ and simplify the formulas:
  4. \begin{itemize}
  5. \item $A =\{ 12, 13, 14, 15, 28, 29, 30, 31 \}$
  6. \item $B =\{x \in X \mid 0 \leq x \leq 15\}$
  7. \end{itemize}
  8. Furthermore, give the formulas representing the sets
  9. $C=A\cap B$ and $D = A \cup B$.