- The second statement is the lie or the third statement is the lie.
- This statement is a truth, or the last statement and the second statement cannot both be truths.
- The first statement is the lie and the second statement is a truth, or this statement is the lie.
There can only be one lie, and the rest of the sentences have to be true. My guess is #3. based on the truth table TTL, TLT, LTT, where 3 contradicts #2. But, I wonder if I have missed anything?
Let $p,q$, and $r$ stand respectively for '(1) is true', '(2) is true', and '(3) is true'. Then the three statements become (1) $\lnot q\lor\lnot r$, (2) $q\lor\lnot(q\land r)$, and (3) $(\lnot p\land q)\lor\lnot r$. Now you can make the full truth table, as shown below:
$$\begin{array}{c} &&&p\equiv&q\equiv&r\equiv\\ p&q&r&\lnot q\lor\lnot r&q\lor\lnot(q\land r)&(\lnot p\land q)\lor\lnot r\\ \hline \text{T}&\text{T}&\text{F}&\color{blue}{\underline{\color{red}{\textbf{F}}}}&\text{T}&\color{blue}{\underline{\color{red}{\textbf{T}}}}\\ \text{T}&\text{F}&\text{T}&\text{T}&\text{F}&\color{blue}{\underline{\color{red}{\textbf{F}}}}\\ \text{F}&\text{T}&\text{T}&\text{F}&\text{T}&\text{T} \end{array}$$
The red entries show the places where the truth values of the statements are inconsistent. As you can see, only the third assignment of truth values is free of inconsistency, so (1) must be the lie.
In fact $q\lor\lnot(q\land r)$ is logically equivalent to $q\lor(\lnot q\lor\lnot r)$ by De Morgan's laws, and this is a tautology, as is easily seen by rewriting it as $(q\lor\lnot q)\lor r$. Thus, (2) must be a true statement. If (1) were also true, (3) would be the lie, but that would imply that (2) was also a lie, which is impossible.