document.write( "Question 498974: What is the truth table for ( p˅q) → (p^q)?\r
\n" );
document.write( "\n" );
document.write( "What is the truth table for (p→q)↔ ~ r ? \n" );
document.write( "
Algebra.Com's Answer #337371 by Theo(13342)![]() ![]() You can put this solution on YOUR website! here's your truth tables. \n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the first truth table is for (pvq) -> (p^q) \n" ); document.write( "you have 2 variables so you need 4 rows (2 * 2). \n" ); document.write( "all possible conditions are shown in the truth table for the 2 variables. \n" ); document.write( "(pvq) is true except when both p and q are false (FF). \n" ); document.write( "all other conditions make it true (TT, TF, FT). \n" ); document.write( "(p^q) is false except when both p and q are true (TT). \n" ); document.write( "all other conditions make it false (TF, FT, FF). \n" ); document.write( "(pvq) -> (p^q) is true except when (pvq) is true and (p^q) is false (TF). \n" ); document.write( "all other conditions make it true (TT, FT, FF).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the second truth table is for (p->q) <-> ~r \n" ); document.write( "you have 3 variables so you need 8 rows (2 * 2 * 2) \n" ); document.write( "all possible combinations are shown in the truth table for the 3 variables. \n" ); document.write( "(pvq) -> (p^q) is true except when (pvq) is true and (p^q) is false (TF). \n" ); document.write( "all other conditions make it true (TT, FT, FF). \n" ); document.write( "~r is true when r is false and ~r is false when r is true. \n" ); document.write( "(p->q) <-> ~r is true when the truth tables for (p->q) and ~r are the same TT, FF). \n" ); document.write( "(p->q) <-> ~r is falser when the truth tables for (p->q) and ~r are not the same (TF, FT).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in general, this is how the truth tables work.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A or B is true in all cases except when A and B are false. \n" ); document.write( "A and B is false in all cases except when A and B are true. \n" ); document.write( "A implies B is true in all cases except when A is true and B is false. \n" ); document.write( "A if and only if B is true when A and B agree (either both true or both false) and is false when A and B disagree (one is true and the other is false). \n" ); document.write( "not A is true if A is false and is false if A is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here's a truth table that shows all the possible combinations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( " A B ~A A or B A and B A implies B A if and only if B\r\n" ); document.write( " T T F T T T T\r\n" ); document.write( " T F F T F F F\r\n" ); document.write( " F T T T F T F\r\n" ); document.write( " F F T F F T T\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |