Answer:
p IMPLIES q is false, as p is true but q is false.
Explanation:
"If p THEN q" same as
"q IF p" same as
"p ONLY IF q" same as
"p IMPLIES q" same as
"q OR NOT p"
Truth table:
p q p->q
T T T
T F F
F T T
F F T
Is FALSE
Because of the conditional of implication, that says if the statement p is true and the statement q is false that means that the Conditional is false.
Hope this helps :D
5.7m questions
7.4m answers