Incorrect Answer.


The formula (p q) r is a conjunction, so it can only evaluate to T if its two conjuncts p q and r evaluate to T. While this is true for the latter, it fails for the former: Recalling that p q is an abbreviation for (p q) (q p), we conclude that p q, and therefore, p q evaluates to F.
Back to Question.
Next Question.