$$(r\leftrightarrow \neg p)\wedge p\wedge (q\rightarrow \neg (p\oplus q))$$
Steps I took:
I broke up the proposition into bits and pieces and assigned them to variables as such:
$a=(p\oplus q)$, $b=(q\rightarrow \neg a)$, $c=(r\leftrightarrow \neg p)$
I wrote up the following truth table:
After looking at the truth table, I came up with $(r\leftrightarrow \neg p)\wedge p$ as the shortest possible equivalent expression. However, I don't think this is the right answer. How do I go about figuring the shortest possible equivalent expression?
