Respuesta :

You really do not need a complete truth table to tell that these two statements are NOT equivalent.

Consider
p = F
q = F
r  = T

(p ∧ q) ∨ r = F ∨ T = T   , and
(q ∨ r) ∧ p = T ∧ F = F.
Asked and answered elsewhere.
https://brainly.com/question/10624610

The expressions are NOT EQUIVALENT.