I'm having trouble knowing how to continue on with this problem, I don't know what to turn the equivalent sign into and I cant really continue with that side, can anyone help me out?
Do I just say that the left side is R, were P and Q are equiv to R? or is there a special way to handle this
$$\begin{align*} \Bigl[ (P\land Q)\equiv R\Bigr] &\to \Bigl[ (P\to R)\lor (Q\to R)\Bigr]\\ \Bigl[ (P\land Q)\equiv R\Bigr] &\to \Bigl[ \neg(P\land\neg R)\lor \neg(Q\land \neg R)\Bigr]\\ &\to \Bigl[ (\neg P\lor R)\lor (\neg Q\lor R)\Bigr]\\ &\to P' + R + Q' + R\\ &\to P' + R + Q' \end{align*}$$
You want to show that if $(P\land Q)$ is equivalent to $R$, then either $P$ implies $R$ or $Q$ implies $R$.
First, let us convert the left hand side into a boolean algebra statement.
$(P\land Q)\equiv R$ is the same as $$(P\land Q\land R) \lor (\neg(P\land Q)\land \neg R)$$ That is, $$ PQR + (PQ)'R' = PQR + (P'+Q')R' = PQR + P'R' + Q'R'.$$ What you want to show is that from this you can deduce $(P\to R)\lor (Q\to R)$, which is the same as $P'+R + Q'+R = P'+Q'+R$.
In other words, you want to show that $$\Bigl( PQR + P'R' + Q'R'\Bigr)' + (P'+R+Q') = 1.$$ (Since $A\to B$ is equivalent to $\neg A \lor B$, which is $A'+B$).
Now, $$(PQR + P'R' + Q'R')' = (P'+Q'+R')(P+R)(Q+R);$$ and $$(P+R)(Q+R) = PQ + PR + QR + R = PQ + (P+Q+1)R = PQ+R$$ so $$\begin{align*} (PQR + P'R' + Q'R')' &= (P'+Q'+R')(P+R)(Q+R)\\ &= (P'+Q'+R')(PQ+R)\\ &= P'PQ + P'R + Q'PQ + Q'R + PQR' + R'R\\ &= 0 + P'R + 0 + Q'R + PQR' + 0\\ &= (P'+Q')R + PQR'\\ &= (PQ)'R + (PQ)R'. \end{align*}$$ So what we want to show is that $$(PQ)'R + (PQ)R' + P' + Q' +R = 1$$ Notice that $(PQ)'R + R = ((PQ)'+1)R = R$. So $$(PQ)'R + (PQ)R' + P' + Q' + R = PQR' + P' + Q' + R.$$
Okay, I've done about five sixths of the problem for you now. Can you finish it off?