Asked by angela

construct a truth table for (p^~q) arrow p

Answers

Answered by MathMate
To make a truth table, you will have to understand the priority of operations.
In the case of
(p ∧ ~q) → p
we first evaulate ~q,
then (p ∧ ~q) and fincally
(p ∧ ~q) → p.

Next, you need to have in hand the truth table of the individual operators, such as:
p ~p
T F
F T

p q p∧ q
T T T
T F F
F T F
F F F

and finally
p q p→q
T T T
T F F
F T T
F F T

Hope that helps you construct the truth table you need.
If you need further help, please post.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions