Question 297286
Hint: p ^ q is only true when both p and q are true.  p v q is true when either p or q are true (or both). Also, ~p means "not p". So if p is true, then ~p is false (and vice versa)