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