Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

warm-up/class practice! 1. create a complete truth table for the follow…

Question

warm-up/class practice!

  1. create a complete truth table for the following compound statement. tell whether the statement is a tautology, self-contradiction or neither.

$(sim p \
ightarrow q) \lor (q \land r)$

  1. use one of demorgan’s laws to rewrite the following statement:

a. it is not the case that you need a dated receipt and your credit card to return this item.

Explanation:

Response
Problem 1

Step1: List all variable truth values

There are 3 variables ($p, q, r$), so $2^3=8$ truth value combinations:

$p$$q$$r$
TTF
TFT
TFF
FTT
FTF
FFT
FFF

Step2: Calculate $\sim p$

Negate the truth values of $p$:

$p$$q$$r$$\sim p$
TTFF
TFTF
TFFF
FTTT
FTFT
FFTT
FFFT

Step3: Calculate $\sim p

ightarrow q$
Recall $a
ightarrow b$ is F only when $a=T, b=F$:

$p$$q$$r$$\sim p$$\sim p

ightarrow q$ |

TTTFT
TTFFT
TFTFT
TFFFT
FTTTT
FTFTT
FFTTF
FFFTF

Step4: Calculate $q \land r$

Recall $a \land b$ is T only when $a=T, b=T$:

$p$$q$$r$$\sim p$$\sim p

ightarrow q$ | $q \land r$ |

TTTFTT
TTFFTF
TFTFTF
TFFFTF
FTTTTT
FTFTTF
FFTTFF
FFFTFF

Step5: Calculate $(\sim p

ightarrow q) \lor (q \land r)$
Recall $a \lor b$ is T if at least one is T:

$p$$q$$r$$\sim p$$\sim p

ightarrow q$ | $q \land r$ | $(\sim p
ightarrow q) \lor (q \land r)$ |

TTTFTTT
TTFFTFT
TFTFTFT
TFFFTFT
FTTTTTT
FTFTTFT
FFTTFFF
FFFTFFF

Step6: Classify the statement

A tautology is always T, self-contradiction always F. This statement has both T and F values.

Brief Explanations

DeMorgan's Law states $\sim (a \land b) \equiv \sim a \lor \sim b$. Let $a$ = "you need a dated receipt" and $b$ = "you need your credit card". The original statement is $\sim(a \land b)$, so rewrite it using the law.

Answer:

The complete truth table is shown above. The statement is neither a tautology nor a self-contradiction.

---

Problem 2a