document.write( "Question 1178947: 1. ~(U v R)
\n" );
document.write( "2. (~R v N) ⊃ (P • H)
\n" );
document.write( "3. Q ⊃ ~H /~Q
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #850277 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Let's analyze this logical argument to determine its validity. We'll use a proof by deduction to see if we can derive ~Q from the given premises.\r \n" ); document.write( "\n" ); document.write( "**1. Premises:**\r \n" ); document.write( "\n" ); document.write( "1. ~(U v R) \n" ); document.write( "2. (~R v N) ⊃ (P • H) \n" ); document.write( "3. Q ⊃ ~H\r \n" ); document.write( "\n" ); document.write( "**2. Derivations:**\r \n" ); document.write( "\n" ); document.write( "4. ~U • ~R (De Morgan's Law on premise 1) \n" ); document.write( "5. ~R (Simplification on line 4) \n" ); document.write( "6. ~R v N (Addition on line 5) \n" ); document.write( "7. P • H (Modus Ponens on lines 2 and 6) \n" ); document.write( "8. H (Simplification on line 7) \n" ); document.write( "9. ~Q (Modus Tollens on lines 3 and 8)\r \n" ); document.write( "\n" ); document.write( "**Explanation of Steps:**\r \n" ); document.write( "\n" ); document.write( "* **Step 4:** We applied De Morgan's Law to premise 1. De Morgan's Law states that ~(A v B) is equivalent to ~A • ~B. \n" ); document.write( "* **Step 5:** We used simplification on line 4. If a conjunction (A • B) is true, then both A and B are true individually. \n" ); document.write( "* **Step 6:** We used addition on line 5. If A is true, then (A v B) is also true, regardless of the truth value of B. \n" ); document.write( "* **Step 7:** We used Modus Ponens on lines 2 and 6. Modus Ponens states that if (A ⊃ B) is true and A is true, then B is true. \n" ); document.write( "* **Step 8:** We used simplification on line 7, the same as step 5. \n" ); document.write( "* **Step 9:** We used Modus Tollens on lines 3 and 8. Modus Tollens states that if (A ⊃ B) is true and ~B is true, then ~A is true.\r \n" ); document.write( "\n" ); document.write( "**Conclusion:**\r \n" ); document.write( "\n" ); document.write( "We were able to derive ~Q from the given premises. Therefore, the argument is **valid**. \n" ); document.write( " \n" ); document.write( " |