document.write( "Question 192091: Jim Thompson: Rewrite ~ (p V ~q) using DeMorgan's laws. Sorry about the question mark.\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #144177 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! DeMorgan's Law: ~(A v B) = ~A & ~B .... note: the \"v\" means \"or\" and the \"&\" means \"and\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So using the given law stated above, we can say that \r \n" ); document.write( "\n" ); document.write( "~ (p V ~q) = ~p & ~~q\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use double negation to simplify ~~q to get q. So the final answer is \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "~ (p V ~q) = ~p & q \n" ); document.write( " |