Incorrect Answer.


The formula (p (p q)) evaluates to F if, and only if, p (p q) evaluates to T. Since the latter is an implication, we can achieve this by having its conclusion p q evaluate to T. For that, we only have to assign T to p and q. Verify that this assignment makes the entire formula (p (p q)) false.
Back to Question.
Next Question.