150k views
2 votes
If p is true andº q is false, then p-> "qis
false.
always
never
sometimes

User Vmayer
by
5.9k points

1 Answer

4 votes

Answer:

Always.

Explanation:

If p is true and q is false, the p -> q is never true.

The logic gates are used here.

Here, the symbol -> is for implication. Implication p-> q means that if p is true then q must be true.

So let us look at all the questions one by one.

If p is true and q is false, the p -> q is always, sometimes, never true.

p -> q

true -> false

The true should imply true so the given statement will never be true.

User Galupuf
by
6.1k points