PRACTICE EXERCISES: Conditionals
PRACTICE EXERCISES: Conditionals
A. Without changing the meaning, rewrite each of the following sentences as a conditional statement in the
“If…then…” form.
D. As mentioned in a previous exercise, compound statements can be composed of more than 2 simple
statements. In addition, it can consist of various connectives. Grouping symbols like the parenthesis or
square brackets can be used to organize the statements in symbolic form. For instance, consider the
following simple statements.
𝑝: 28 is a multiple of 7.
𝑞: 7 is an even number.
𝑟: Storm in an Avenger.
𝑠: Thor is the god of thunder.
Then the compound statement, “If 28 is a multiple of 7 and 7 is an even number, then Storm is not an
Avenger or Thor is the god of thunder” can be symbolically represented by (𝑝 ∧ 𝑞) ⟶ (∼ 𝑟 ∨ 𝑠). Now if
we assume that 𝑝 and 𝑠 are TRUE, while 𝑞 and 𝑟 are FALSE, then our compound statement is TRUE since
our antecedent is already false.
Complete the table below using the same statements above with their given truth value assumptions.
Symbolic form Statement Truth value
(𝑝 ⟶ ∼ 𝑟) ∨ 𝑠
𝑠 ⟶ (𝑟 ∧∼ 𝑞)