I am trying to solve the following Boolean expression:
$$a + \neg{a} b + \neg{a} \neg b c + \neg a \neg b \neg c d + \dots$$
The question asked was to use Boolean algebra in order to solve the above expression.
My attempt so far:
$$y = a + \neg a b + \neg a \neg b c + \neg a \neg b \neg c d = a + \neg a y$$
This does not look meaningful to me.
First show that p + ¬pq =p + q. Then a + ¬ab = a + b by letting p= a and q=b.
Now let p = a+b and q = c to get a + ¬ab + ¬a¬bc = a + b + c since ¬p = ¬a¬b by De Morgan. Continue inductively.