Simplify the following function(algebraically): $$y = a*b*d + \tilde a *\tilde c*d + b *\tilde c *d$$
the solution is: $$a*b*d + \tilde a * \tilde c * d$$ which i checked via karnaugh and also wolfram.
my "solution" so far: $b*d*(a + \tilde c) + (\tilde a * \tilde c * d)$ there should be a rule that should eliminate the $\tilde c$ inside the $(a +\tilde c)$ term. Does anybody know how to do it?