127k views
5 votes
Let p: x < −3 Let q: x > 3 What is represented by p ∨ q?

2 Answers

7 votes


x<-3 \vee x>3

User JeyasuryaUR
by
8.7k points
1 vote

Answer:

p v q = x < -3 or x > 3

Explanation:

We are given

p: x < -3

q: x > 3

and we need to find p v q

v symbols represents disjunction and in simple terms it is called "or"

So, p v q represents either p holds or q holds

So, p v q = x < -3 or x > 3

User Anton Ganichev
by
8.1k points