I found that the statement:
$$(p_1 \rightarrow (p_3 \rightarrow (\lnot p_4 \rightarrow p_2)))$$
can only be false when $p_1 = T = p_3$ and $p_2 = F = p_4$. Is this right? Sorry but I can't just draw the truth table which consists of $16$ rows to show my work
Let's cover $(p1 \rightarrow (p3 \rightarrow (\lnot p4 \rightarrow p2)))$ one element at a time
$p1 \rightarrow(p3 \rightarrow(\lnot p4 \rightarrow p2))$ can only be false if p1 is true and $p3 \rightarrow(\lnot p4 \rightarrow p2)$ is false
So $p1$ is true, onwards $p3 \rightarrow(\lnot p4 \rightarrow p2)$
$p3$ is true and $\lnot p4 \rightarrow p2$ is false
$\lnot p4 \rightarrow p2$
So $\lnot p4$ is true and $\rightarrow p2$$ is false
So p4 is false
$p1$ = $p3$ = true
$p2$ = $p4$ = false
Yes you're right