SOLUTION: ~p ^ r p v q -------- ∴ q v r

Algebra ->  Proofs -> SOLUTION: ~p ^ r p v q -------- ∴ q v r      Log On


   



Question 1204214: ~p ^ r
p v q
--------
∴ q v r

Answer by math_tutor2020(3817) About Me  (Show Source):
You can put this solution on YOUR website!

Method 1

Informal approach:

If ~p ^ r is the case then ~p is the case and r is also the case.

Using ~p and p v q, we find that q comes out of that.
p v q means "p or q". We then know that p isn't the case since ~p is, so q must be the case.

If q is true then so is q v r.
In fact, we can replace r with any other logical statement. There's nothing really special about the r.

----------------------------

Method 2

Truth Table
pqr~p~p ^ rp v qq v r
TTTFFTT
TTFFFTT
TFTFFTT
TFFFFTF
FTTTTTT
FTFTFTT
FFTTTFT
FFFTFFF

Notice that we do not have a situation where all premises are true but the conclusion is false.
Therefore, this is a valid argument.

Here is a review of various truth table rules
https://www.algebra.com/algebra/homework/Conjunction/truth-table1.lesson

----------------------------

Method 3

Logic Derivation
NumberStatementLine(s) UsedReason
1~p ^ r
2p v q
:.q v r
3~p1Simplification
4q2,3Disjunctive Syllogism
5q v r4Addition

Refer to these rules of inference and replacement
https://logiccurriculum.com/2019/02/09/rules-for-proofs/