30.3k views
5 votes
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?

User CNBorn
by
8.6k points

2 Answers

6 votes

Answer:

The Correct Answer is True.

User Bartosz Firyn
by
9.1k points
5 votes

Answer:


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


User Ascalonian
by
8.2k points