I have been doing some discrete math on my own and I came upon this example problem:
prove without using a truth table the following statement:
$$ ((\neg p \lor q) \land (\neg q \lor r)) \land (p \land \neg r) $$
I know that the way to solve this is by distributing the $(p \land \neg r)$ across the dis-junctions. So for example, $p \land (\neg p \lor q) = (p \land \neg p) \lor (p \land q) = False \lor (p \land q) = (p \land q)$. But I am not sure how to distribute it properly across all the terms.