Respuesta :
Answer:
p IMPLIES q is false, as p is true but q is false.
Step-by-step 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
Answer:
Is FALSE
Step-by-step explanation:
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