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) (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.