It is possible to do a truth table, but my instructor says we should be able to just reason it out:
$P\Rightarrow (Q\Rightarrow R)$ is equivalent to $(P\wedge Q) \Rightarrow R$.
My instructor says something like, "The second statement just points out the underlying meaning of the first statement. They both rely on two assumptions--$P$ and $Q$. So, they are equivalent."
I do not quite understand how to reason it out. Could anyone explain it a little bit?
Assume $$P\Rightarrow (Q\Rightarrow R)\tag{$*$}$$ is true: we seek to prove that $(P\wedge Q) \Rightarrow R$ is true. In order to do this by standard methods of reasoning, we assume $P\wedge Q$ is true and seek to deduce $R$.
So, if $P\wedge Q$ then both $P$ and $Q$ are true. Since $P$ is true, $(*)$ tells us that $Q\Rightarrow R$ is true; since $Q$ is true, this tells us that $R$ is true, as required.
You also have to check the converse, but it's very similar and I'll leave it up to you.