So far, this is what I have done:
Let LHS = (p ∨ q) ∨ (p ∧ r) and RHS = (p ∨ q) ∧ r
LHS =((p ∨ q) ∨ p) ∧ ((p ∨ q) ∨ r)
= (p ∨ q) ∧ ((p ∨ q) ∨ r)
= (p ∨ q) ∧ (p ∨ q ∨ r)
= (p ∨ q) ∧ (p ∨ q) ∨ r
= (p ∨ q) ∨ r
Hence, (p ∨ q) ∨ r ̸≡ (p ∨ q) ∧ r as they have opposite truth values. i.e. when p and q = F and r = T.
May I ask if such a presentation is considered as correct?