I need to solve this in boolean algebra:
$$B(A+(B'+ A)')$$
Here is my attempt:
$$B(A+(B'+ A)')=B(A+(BA'))=B((AA')+(AB))=B(0+AB)=B(AB),$$
and the result should be just $B$. Should I just decide what is the right result (because I see it depents on $B$) or can I somehow adjust the result so it would end up just with $B$?