discrete_mathematics_with_a.../chapter_2/test_yourself.md
2026-05-24 21:48:54 -07:00

1.9 KiB

Test Yourself

Page 73

  1. An and statement is true when, and only when, both components are _______.

Solution

True.

  1. An or statement is false when, and only when, both components are _______.

Solution

False.

  1. Two statement forms are logically equivalent when, and only when, they always have _______.

Solution

The same truth values.

  1. 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.

  1. A tautology is a statement that is always _______.

Solution

true

  1. A contradiction is a statement that is always _______.

Solution

false


Test Yourself

Page 86

  1. An if-then statement is false if, and only if, the hypothesis is _______ and the conclusion is _______.

Solution

true; false

  1. The negation of "if p then $q$" is _______.

Solution

p and not q.

 p \wedge \neg q 
  1. The converse of "if p then $q$" is _______.

Solution

if q then p

 q \to p 
  1. The contrapositive of "if p then $q$" is _______.

Solution

if not q then not p.

 \neg q \to \neg p 
  1. The inverse of "if p then $q$" is _______.

Solution

if not p then not q.

 \neg p \to \neg q 
  1. A conditional statement and its contrapositive are _______.

Solution

logically equivalent.

  1. A conditional statement and its converse are not _______.

Solution

logically equivalent.

  1. "R is a sufficient condition for $S$" means "if _______ then _______."

Solution

R; S.

  1. "R is a necessary condition for $S$" means "if _______ then _______."

Solution

S; R

  1. "R only if $S$" means "if _______ then _______."

Solution

R; S