document.write( "Question 470968: Okay I have this question I thought I understood I thought the answer would be ~(~pVq) but its not in the potions so i do not know what i am doing wrong?
\n" );
document.write( ". Let p represent the statement, \"Jim plays football\", and let q represent \"Michael plays basketball\". Convert the compound statements into symbols.\r
\n" );
document.write( "\n" );
document.write( "It is not the case that Jim plays football and Michael does not play basketball.
\n" );
document.write( "
\n" );
document.write( " a ~p q
\n" );
document.write( " b ~p ~q
\n" );
document.write( " c ~(p q)
\n" );
document.write( " d ~(p ~q)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #323037 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \"Jim plays football\" is the statement p\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"Michael plays basketball\" is the statement q. So \"Michael does not play basketball\" is ~q\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This means that \"Jim plays football and Michael does not play basketball\" translates to p ^ ~q where ^ is the \"and\" conjunction.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Finally, negate the entire thing (since it starts off with \"It is not the case...\") to get\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "~(p ^ ~q)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now you could use De Morgan's Law to turn that into ~p V ~~q and then use double negation to get ~p V q \n" ); document.write( " |