SOLUTION: Determine if the conditional statement is true or false given the following: p is false. q is true Is q p true or false?

Algebra ->  Conjunction -> SOLUTION: Determine if the conditional statement is true or false given the following: p is false. q is true Is q p true or false?      Log On


   



Question 415250: Determine if the conditional statement is true or false given the following:
p is false.
q is true
Is q p true or false?

Found 2 solutions by solver91311, htmentor:
Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!


Don't know what you want because you have no symbol of any kind between p and q.

Given p = false and q = true.

If p then q is false

p and q is false

p or q is true

p if and only if q is false.


John

My calculator said it, I believe it, that settles it
The Out Campaign: Scarlet Letter of Atheism


Answer by htmentor(1343) About Me  (Show Source):
You can put this solution on YOUR website!
I assume q p implies q AND p? If so, then the only way for a conditional AND to be TRUE is if BOTH statements are TRUE, otherwise the conditional AND is FALSE. Since p is false, q AND p is FALSE.