How do I approach/ complete logical equivalency problems such as these?
I can see that the left hand side Should end up becoming Idempotent law $P \vee P \equiv P$.
And have to use implication within $(P\wedge\neg Q)\vee P$, though I'm not sure how to forge it together.
Any help would be great.
Observe that, if the RHS is true, it implies that the LHS is true, once the disjunction is true. On the other hand, if the RHS is false, the LHS is also false, since the conjunction (and consequently the disjunction) is false. Therefore both formulas are equivalent.