document.write( "Question 202733: Rewrite ~ (p  ~q) using DeMorgan's laws \n" ); document.write( "
Algebra.Com's Answer #152916 by jsmallt9(3758)\"\" \"About 
You can put this solution on YOUR website!
The operator between p and ~q is not showing in my browser. So I am going to use \"@\" for the operator in the problem and \"$\" for the complementary operator. For example, if your operator is set union then \"@\" stands for this and \"$\" stands for set intersection.

\n" ); document.write( "According to DeMorgan's law
\n" ); document.write( "~(p @ ~q) = ~p $ ~~q = ~p $ q
\n" ); document.write( "
\n" );