document.write( "Question 483556: Could someone help me with this problem:
\n" );
document.write( "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 V ~q) Λ r\r
\n" );
document.write( "\n" );
document.write( "1. True
\n" );
document.write( "2. False \n" );
document.write( "
Algebra.Com's Answer #330913 by Tatiana_Stebko(1539)![]() ![]() You can put this solution on YOUR website! p is T, q and r are F \n" ); document.write( "1. ~q is T (because ~F is T) \n" ); document.write( "2. p V ~q is T, (because T V T is T) \n" ); document.write( "3 (p V ~q) Λ r is F (because T Λ F is F) \n" ); document.write( "Answer: 2. False \n" ); document.write( " |