document.write( "Question 260704: 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) or r, I had to type the word \"or\" since I don't know how to type in the upside down V.\r
\n" );
document.write( "\n" );
document.write( "Is this statement true or false?\r
\n" );
document.write( "\n" );
document.write( "Please show me how you got the answer so I can learn from it. \n" );
document.write( "
Algebra.Com's Answer #192044 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! p = true \n" ); document.write( "q = false - - -> ~q = true \n" ); document.write( "r = false \n" ); document.write( "-- \n" ); document.write( "(p V ~q) - -> (T or T) = T \n" ); document.write( "(p V ~q) V r - - - > (T or T) or F - - > T or F - - > T \n" ); document.write( " |