$$(p \lor q) \land (q \implies p) \equiv p$$
Struggling to solve the above with Semantic Equivalence
step 1: implication $( p \lor q ) \land ((\lnot q) \lor p)$
step 2: distributivity $((p \lor q ) \land \lnot q) \lor ((p \lor q) \land p)$
step 3: absorption. $((p \lor q ) \land \lnot q)) \lor p$
step 4: distributivity $((\lnot q \land p) \land (\lnot q \land q)) \lor p )$
step 5: absorption $((\lnot q \land q) \land p )$
step 6: negation $p \lor T$
Not sure where to go from here? Can $p \lor T$ be resolved to $p$?