document.write( "Question 1187203: Formulate the proposition p ^ (~q v r) in words using
\n" );
document.write( "p: I take Discrete Mathematics
\n" );
document.write( "q: I take Java Programming
\n" );
document.write( "r: I take Data Communications \n" );
document.write( "
Algebra.Com's Answer #818145 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Answer: I take Discrete Mathematics, and I either do not take Java Programming or I take Data Communications.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Explanation: \n" ); document.write( "The (~q v r) means \"~q or r\" where ~q means \"not q\". It's the opposite of whatever q is. If q represents \"I take Java Programming\", then ~q means \"I do not take Java Programming\". As you can see, we simply replace the letters with their sentence counterparts. Think of it like plugging in a number for a variable.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The ^ means \"and\". The notation p ^ (~q v r) means p is the case, and one of the ~q or r is the case or perhaps both of (~q v r) is the case.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here are some other examples: \n" ); document.write( "p v r = I take Discrete Mathematics or I take Data Communications \n" ); document.write( "~p ^ q = I do not take Discrete Mathematics and I take Java Programming \n" ); document.write( " \n" ); document.write( " |