The formula:
$r ∧ q ∧ ¬ p ∨ r ∧ p ∧ ¬ q ⇒ r ∨ ¬ p ∨ ¬ q$
The answer says it's a tautology but I've tried to work it out and I get false.
My truth table to the first half of the formula is in the photo and you can see that I got false so where have I gone wrong? Image
I've done the right hand side
So because the right side is true, it's a tautology?
In your truth table you only worked out the truth-conditions of $(r \land q \land \neg p) \lor (r \land p \land \neg q)$. Now you need to work out $r \lor \neg p \lor \neg q$, and then use the $\Rightarrow$ to get the truth-conditions of the whole conditional.
Remember that the $\Rightarrow$ is false when the antecedent is true and the consequent is false, and is true otherwise. So, in all those cases where $(r \land q \land \neg p) \lor (r \land p \land \neg q)$ evaluates to false, the whole conditional is automatically true, which covers $6$ out of the $8$ rows. So, you just need to check that in the other $2$ rows, $r \lor \neg p \lor \neg q$ is indeed true.