document.write( "Question 1032455: Assume that the following 4 logical propositions are all true :
\n" );
document.write( "1. A → B
\n" );
document.write( "2. C → D
\n" );
document.write( "3. A ∨ C
\n" );
document.write( "4. ŹD
\n" );
document.write( "What can you say about the truth value of propositions A, B, C and D. You
\n" );
document.write( "can answer true, false, or uncertain. Justify your answers.
\n" );
document.write( "Truth value of proposition D :
\n" );
document.write( "Truth value of proposition C :
\n" );
document.write( "Truth value of proposition A :
\n" );
document.write( "Truth value of proposition B :
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #647127 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! ŹD is given to be true (premise 4). So the opposite of that, D, must be false.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Truth value of proposition D : false\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If D is false, then C -> D would be false if C were true. Since implications are false if the antecedent is true while the conclusion is false. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "But we're given C -> D to be true. This forces C to be false\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Truth value of proposition C : false\r \n" ); document.write( "\n" ); document.write( "------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In premise 3, A v C is assumed to be true. So either A is true or C is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now that we know that C is false, we conclude that A must be true to make A v C true\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Truth value of proposition A : true\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------\r \n" ); document.write( "\n" ); document.write( "A -> B is true (assumption; premise 1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A is true (see last section above) \n" ); document.write( "To ensure that A -> B is true, we must force B to be true as well. If B were false, then A -> B would be false. \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Truth value of proposition B : true\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Summary:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Truth value of proposition D : false \n" ); document.write( "Truth value of proposition C : false \n" ); document.write( "Truth value of proposition A : true \n" ); document.write( "Truth value of proposition B : true \n" ); document.write( " |