SOLUTION: Construct a truth table for each of the following. 3) (𝑝 ∧ 𝑞) 𝑉 𝑝

Algebra ->  Testmodule -> SOLUTION: Construct a truth table for each of the following. 3) (𝑝 ∧ 𝑞) 𝑉 𝑝       Log On


   



Question 1190027: Construct a truth table for each of the following.
3) (𝑝 ∧ 𝑞) 𝑉 𝑝

Answer by math_tutor2020(3817) About Me  (Show Source):
You can put this solution on YOUR website!

The symbol ^ means "and". It refers to a logical conjunction. In logic textbooks, the symbol ^ does not mean exponent.

The symbol v means "or". It's a logical disjunction.

Here's a truth table for p ^ q
pqp ^ q
TTT
TFF
FTF
FFF
T = true, F = false
As the table shows, p ^ q is only true if BOTH p and q are true together. Otherwise, it's false.

Here's a table for p v q
pqp v q
TTT
TFT
FTT
FFF
We have the opposite situation going on here.
The expression p v q is only false when BOTH p and q are false together. Otherwise, it's true.

Use the ideas mentioned to get
pqp ^ q(p ^ q) v p
TTTT
TFFT
FTFF
FFFF
That table is the final answer.
Notice how the final column is perfectly identical to the p column.
Therefore, the expression (p ^ q) v p is logically equivalent to p.

If you wanted, you can have this as scratch work off to the side somewhere
p ^ q p(p ^ q) v p
TTT
FTT
FFF
FFF
This way you can quickly compare this scratch work table to the p v q table shown earlier.