163k views
5 votes
Let p: x<-3

Let q: x > 3
What is represented by p v q?
O x<-3 and x > 3
O x > 3 or x <-3
O If x < -3, then x > 3
O x<-3 if and only if x > 3

1 Answer

6 votes

Answer:

B.
x>3 or
x<-3

Explanation:


p\vee q means disjunction.

A disjunction is a compound statement formed by joining two statements with the connector OR.

So
p\vee q means
p or
q.

If
p:\ x<-3 and
q:\ x>3, then


p\vee q represents
x>3 or
x<-3

User Derek Lee
by
5.0k points