Using the given statements, state whether the conditional statement is true or false. p: 7 + 1 = 0 q: 2 + 2 = 5 Is p q true or false?

Respuesta :

Answer:


Step-by-step explanation:

The logical operator between p and q is missing, so I'll give answers for several. (Both p and q are false.)


p AND q: false

p OR q: false

p IMPLIES q: true

("a IMPLIES b" is also known as "b OR NOT a", and NOT a is true.)


Answer:

The Correct Answer is True.