Respuesta :

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