Ch. 3 Flashcards
1
Q
A statement composed of several individual statements called component statements
A
Compound Statements
2
Q
Table that summarizes the information about state of each component and the corresponding truth value of the compound statements
A
Truth Table
3
Q
Associativity Laws
A
- A v (B v C) ≡ (A v B) v C
- A ^ (B ^ C) ≡ (A ^ B) ^ C
4
Q
Distributivity Laws
A
- A ^ (B v C) ≡ (A ^ B) v (A ^ C)
- A v (B ^ C) ≡ (A v B) ^ (A v C)