217k views
2 votes
I need help!! How do I solve this?

I need help!! How do I solve this?-example-1
User Ppreyer
by
3.1k points

1 Answer

4 votes

9514 1404 393

Answer:

True

Explanation:

Substitute the given values and do the logic.

p ∨ ¬q = true ∨ (not false) = true ∨ true = true

_____

Additional comment

The ∨ symbolizes "OR". It will be true if either argument is true. This means you don't need to go any farther once you see p = true. That is ...

true ∨ <anything> = true

User Sheldon Oliveira
by
3.3k points