146k views
2 votes
determine the truth values of p, q, and r that would make the statement false. Explain your reasoning. p→(q∨~r)   ​

User Wellingr
by
8.2k points

1 Answer

5 votes

Answers:

  • p = true
  • q = false
  • r = true

======================================

Step-by-step explanation:

For a conditional to be false, the antecedent must be true and the conclusion must be false. So the format is (true) --> (false) for the overall conditional to be false.

Since the antecedent must be true, this means p = true. We can shorten this to say p = T, where T stands for "true".

Now we must make (q v ~r) be false.

This is only possible if both pieces q and ~r are false. An "or" statement, aka disjunction, is true if either piece is true; otherwise it's false.

So q = F, where F stands for "false" and ~r = F as well.

If ~r = F, then r = T. Recall the squiggly line or tilde is basically the negation operator. It does the opposite of the statement.

User Mark Carey
by
8.5k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.