What do we call a formula that has every entry in its truth table’s final column as true?
tautology
How do you test if formula A logically implies formula B using a conditional?
check if the conditional A → B is a tautology
What is the truth value of the conjunction P & Q when P is true and Q is false?
false
Translate “Jay and Kay are cousins” into sentential logic. Explain why it cannot be symbolized as J & K.
It must be represented as a single atomic formula C because it expresses a relation, not independent statements about Jay and Kay
How do you symbolize “A unless B”?
~B → A
If formula A is a tautology, what can be said about the negation ~A?
~A is a contradiction
Are formulas A and B logically equivalent if A ↔ B is a tautology?
yes
Write the symbolic formula for the negation of the conjunction of P and Q.
~ (P & Q)
Translate “Jay and Kay are not both Republicans.”
~ (J & K)
How do you symbolize “P only if Q”?
~Q → ~P
What is the definition of validity?
an argument is valid if and only if there is no case where all premises are true and the conclusion is false
Does ~P logically imply ~ (P & Q)?
no
Which is logically equivalent to ~ (P & Q): ~P & ~Q or ~P ∨ ~Q
~P ∨ ~Q
Translate “If Jones is a Republican, then Smith is a Democrat only if Lee is a Republican.”
J → (~L → ~S)
How would you symbolize "Neither A Nor B"?
~A & ~B
Explain why an argument with all true premises and a false conclusion is always invalid.
it violates the definition of validity, allowing the conclusion to be false despite true premises
does ~ (P & Q) logically imply ~P?
no
Is ~ (P → Q) logically equivalent to P & ~Q? Explain.
yes, this can be shown with truth tables
Translate “I will pass unless I goof off, provided that I am intelligent.”
I → (~G → P)
Translate “D unless E, in which case F”
( ~E → D) & (E → F)
What type of formula has a truth table with a mixture of true and false entries in the final column?
a contingent formula
All of these
What is the truth table for the biconditional P ↔ Q?
P ↔ Q is true if and only if P and Q have the same truth value, otherwise false
“If the exam is easy, I will get a hundred only if I study.”
E → (~S → ~H)
How would you translate "A is not necessary for B"?
~(~A → ~B)