asked 60.2k views
0 votes
If p is trye and q is false, the p->q is ___ true

asked
User GuiFGDeo
by
7.7k points

1 Answer

4 votes

Answer:

Not true (False)

Explanation:

p q p->q

T T T

T F F

F T T

F F T

The only time a conditional is false is when you have a true hypothesis and a false conclusion.

So your statement is not true.

answered
User Yensheng
by
8.1k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.