asked 61.8k views
4 votes
For which conditions is p ∨ q false?

A)p is true and q is false.
B)p is true and q is true.
C)p is false and q is true.
D)p is false and q is false.

2 Answers

2 votes

Answer:

D)p is false and q is false.

answered
User Ilisa
by
8.6k points
6 votes

Answer:

D)p is false and q is false.

Explanation:

This is the case of the disjunction operator. This operator creates a compound statement that:

1. It's true if either simple statement is true

2. It's false if both simple statements are false.

So p and q are statements and the only way the compound statement is false is when both simple statements are false. For instance:

For:

p: "Peter is home"

q: "Charles is home"

The disjunction would look like these two forms:

p v q

Other form to write this is as follows:

Peter is home OR Charles is home.

So the compound statement is false if both Peter and Charles aren't home.

answered
User Bill Greer
by
8.4k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.