document.write( "Question 483282: let p represent the statement Jim plays football, and let q represent micheal plays basketball. convert the compound statements into symbols.
\n" );
document.write( "It is not the case that jim does not play football or micheal does not play basketball
\n" );
document.write( "options:
\n" );
document.write( "~pV~q
\n" );
document.write( "~(~pV~q)
\n" );
document.write( "~(pV~q)
\n" );
document.write( "(~pVq) \n" );
document.write( "
Algebra.Com's Answer #330785 by cleomenius(959)![]() ![]() You can put this solution on YOUR website! Your answer is B. \n" ); document.write( "In parenthesis, you are negating p and you are negating q, to result in (~pv~q) \n" ); document.write( "You then negate this entire statement ~(~pv~q) \n" ); document.write( "Cleomenius. \n" ); document.write( " |