I have the following boolean expression that I want to simplify
$$B\cdot D+ \overline{A\cdot B\cdot D} + \overline{B}\cdot C\cdot \overline{D}$$
Here is what I have been able to due so far
$$B\cdot D+ \overline{A} + \overline{B} + \overline{D} + \overline{B} \cdot \overline{D}\cdot C$$
I know that the answer is suppose to be $$\overline{A} + \overline{B}\cdot B $$
How can I simplify my initial expression any further thank you very much any help.