IDNLearn.com: Your go-to resource for finding expert answers. Discover thorough and trustworthy answers from our community of knowledgeable professionals, tailored to meet your specific needs.
9514 1404 393
Answer:
True
Step-by-step 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