Associative laws: $\begin{align}(p\lor q)\lor r&\equiv p\lor(q\lor r)\\(p\land q)\land r&\equiv p\land(q\land r)\end{align}$
Just curious is $(r\land p)\land q$ also the same as $(p\land q)\land r$? Like are there $3$ options here because I'm only seeing two options.