~q = Teachers are not happy.
p V ~q = Students are happy, or teachers are not happy.
~(p V ~q) = Students are not happy, or teachers are happy.
Convert the compound statement into words.
p = Students are happy.
q = Teachers are happy.
~(p V ~q)
4 answers
Wait!!! I take that back.
~(pV~q)=~p&q
so students and teachers are not happy?