Flashcards · 8 cards

Sets & logic

Say the answer to yourself, then check. Cards you know come back less and less often; cards you don't come back tomorrow.

  1. Rule

    (A∪B)′= ?(A \cup B)' = \,?

    Answer

    A′∩B′A' \cap B': outside the union means in neither set.

    UAB
    (A ∪ B)′ = A′ ∩ B′outside the union: in neither set
  2. Rule

    (A∩B)′= ?(A \cap B)' = \,?

    Answer

    A′∪B′A' \cup B': not in both means outside at least one.

    UAB
    (A ∩ B)′ = A′ ∪ B′not in both: outside at least one
  3. Know it

    n(A∪B)= ?n(A \cup B) = \,?

    Answer

    n(A)+n(B)−n(A∩B)n(A) + n(B) - n(A \cap B).

  4. Rule

    When is p∧qp \wedge q true?

    Answer

    Only when both are true.

    pqp ∧ q
    TTT
    TFF
    FTF
    FFF
    p ∧ qTrue only when both are true
  5. Rule

    When is p∨qp \vee q false?

    Answer

    Only when both are false.

    pqp ∨ q
    TTT
    TFT
    FTT
    FFF
    p ∨ qFalse only when both are false
  6. Rule

    When is p⇒qp \Rightarrow q false?

    Answer

    Only when pp is true and qq is false.

    pqp ⇒ q
    TTT
    TFF
    FTT
    FFT
    p ⇒ qFalse only when p is true and q is false
  7. Rule

    When is p⇔qp \Leftrightarrow q true?

    Answer

    When pp and qq match.

    pqp ⇔ q
    TTT
    TFF
    FTF
    FFT
    p ⇔ qTrue when p and q match
  8. Which method?

    NECO 2023 · Paper 2 · Q1

    Let U={e,f,g,h,i}U = \{e, f, g, h, i\} be a universal set, and X={e,g}X = \{e, g\} and Y={g,h}Y = \{g, h\} subsets of UU.

    Draw a Venn diagram to represent the information.

    Use the Venn diagram to find (i) X′X'; (ii) (X∪Y)′(X \cup Y)'; (iii) X′∩Y′X' \cap Y'.

    How can (b)(ii) and (b)(iii) be checked against each other?

    Answer

    Place each element once in the Venn diagram. (X∪Y)′(X \cup Y)' is what lies outside both circles, and by De Morgan's law X′∩Y′X' \cap Y' is the same set.