i am trying to simply the equation and stuck. Sum symbol(2,4,6,7). It means $$ F = A'BC' + AB'C' + ABC' + ABC $$ $$ = A'BC' + AB'C' + AB(C' + C) $$ $$ = A'BC' + AB'C' + AB $$ After the last equation part, I haven't gone on. Did I choose wrong way for the simplification?
Asked
Active
Viewed 786 times
2 Answers
3
$$\begin{align}F &= A'BC' + AB'C' + \color{blue}{ABC'} + ABC\\~\\&=A'BC' + AB'C' + \color{blue}{ABC' +ABC' +ABC' } + ABC\\~\\ &= (A'BC'+\color{blue}{ABC'}) +( AB'C' + \color{blue}{ABC'} ) + (ABC+ \color{blue}{ABC'} ) \\~\\&=BC' + AC' + AB\end{align}$$
AgentS
- 12,195
-
I couldn't think it. How did you think? – AskQuestion Mar 27 '15 at 17:03
-
Haha I just noticed ABC' sharing two variables with all other terms – AgentS Mar 27 '15 at 17:03
0
You could use a Karnaugh map to do it.