220k views
0 votes
If p is true and q is false, the p->q is ____

true.
never
always
sometimes

User Qi Zhang
by
7.9k points

2 Answers

0 votes

Answer: Never

Step-by-step explanation:

The notation p -> q refers to a conditional statement.

Conditionals are only false when the first part (p) is true while the second part (q) is false. In other words, the template true --> false ultimately leads to a false statement. Otherwise, the entire thing is true.

In our case, we have something that fits the "true -> false" template, so that's why p -> q is never true when p = true and q = false.

User Farzadshbfn
by
9.2k points
5 votes

Answer:

never

Step-by-step explanation:

p->q means if p is true, then q must also be true

but since q is false, p->q is never true

User JJ Roman
by
8.2k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories