83.1k views
5 votes
Let p: x<-3 let q: x>3 what is the represented by p v q

User DavSev
by
5.8k points

1 Answer

1 vote
Values less than -3 or values greater than 3 make the disjunction true
P V Q means that either p or q or both must be true to be a true statement so it includes x is less than -3 (p) and x is greater than 3 (q).
User Risyasin
by
6.4k points