🚧 Started chapter 2

This commit is contained in:
tomit4 2026-05-24 18:06:01 -07:00
parent 6051a4a481
commit 055e733ba7
4 changed files with 462 additions and 0 deletions

View file

@ -0,0 +1,43 @@
**Test Yourself**
Page 73
1. An _and_ statement is true when, and only when, both components are _______.
**Solution**
True.
2. An _or_ statement is false when, and only when, both components are _______.
**Solution**
False.
3. Two statement forms are logically equivalent when, and only when, they always
have _______.
**Solution**
The same truth values.
4. De Morgan's laws says (1) that the negation of an _and_ statement is
logically equivalent to the _______ statement in which each component is
_______, and (2) that the negation of an _or_ statement is logically
equivalent to the _______ statement in which each component is _______.
**Solution**
or; negated; and; negated.
5. A tautology is a statement that is always _______.
**Solution**
true
6. A contradiction is a statement that is always _______.
**Solution**
false