Respuesta :

The THREE statements that would produce the truth value F when p is true and q is false are (a) p → q (b) ¬ p ∧ ¬ q (d) q ∨ ¬ p

How to determine the statements with a false truth value?

To do this, we simply analyze each option

The given parameters are:

p = true

q = false

(a) p → q

This means that:

If p then q

So, we have:

If true then false

The above statement would return false.

(b) ¬ p ∧ ¬ q

This means that:

If not p and not q

So, we have:

If not true and not false

i.e.

If false and true

The above statement would return false.

(c) p → ¬ q

This means that:

If p then not q

So, we have:

If true then not false

i.e.

If true then true

The above statement would return true.

(d) q ∨ ¬ p

This means that:

If q and not p

So, we have:

If false and not true

i.e.

If false and false

The above statement would return false.

Hence, the THREE statements that would produce the truth value F when p is true and q is false are (a) p → q (b) ¬ p ∧ ¬ q (d) q ∨ ¬ p

Read more about truth table at:

https://brainly.com/question/14458200

#SPJ1