21.0k views
4 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
Olfx <-3, then x > 3
Ox<-3 if and only if x > 3

User WirthLuce
by
5.2k points

1 Answer

1 vote

9514 1404 393

Answer:

(b) x> 3 or x<-3

Explanation:

The ∨ symbol is understood to mean "or".

p ∨ q ≡ (x < -3) or (x > 3) . . . . . . matches the 2nd choice

User Chrisbateskeegan
by
5.3k points