document.write( "Question 297286: Let p represent a true statement, while q and r represent false statements. Find the truth value of the compound statement.\r
\n" );
document.write( "\n" );
document.write( "(~p ^ ~q) v r
\n" );
document.write( " True
\n" );
document.write( " False\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #214090 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Hint: p ^ q is only true when both p and q are true. p v q is true when either p or q are true (or both). Also, ~p means \"not p\". So if p is true, then ~p is false (and vice versa) \n" ); document.write( " |