document.write( "Question 569118:  Given p is false, q is true, and r is true, find the truth value of the statement (p V ~q) ↔  ~r.\r
\n" );
document.write( "\n" );
document.write( "Show step by step work.\r
\n" );
document.write( "\n" );
document.write( "What in the world is truth value and how do I prove it? \n" );
document.write( "
| Algebra.Com's Answer #367235 by jim_thompson5910(35256)      You can put this solution on YOUR website! A truth value is simply a value that can either be true or false.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's use the truth values given to evaluate the logical expression\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(p V ~q) ↔ ~r ... Start with the given logical expression\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(F V ~T) ↔ ~T ... Plug in p = F, q = T, r = T\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(F V F) ↔ F ... Negate T to get F (since ~T = F)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "F ↔ F ... Evaluate F v F to get F\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "T ... Since both sides are equal, the equivalence is true.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the truth value of (p V ~q) ↔ ~r is T (or True) when p is false, q is true, and r is true\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Notes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1) p V q is only false when both p and q are false (otherwise it's true)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2) p ↔ q is only true if both p and q are of the same truth value (ie when both are either true at the same time or when both are false at the same time) \n" ); document.write( " |