1. The problem statement, all variables and given/known data
We have been given a task to develop a circuit which displays the square of a binary number on a 3 x 7 seq displays.
I have already gone through and done up the Karnaugh Maps for the task and have identified the minterms. However, I believe that these can still be simplified even more.
2. Relevant equations
Karnaugh Maps Output = A'B'CD + A'BC'D + A'BCD' + ABCD + B'C'D' + AB'C'
3. The attempt at a solution
A'B'CD + A'BC'D + A'BCD' + ABCD + B'C'D' + AB'C'
Factor out A' and D from minterms 1 and 2
A'D(b' + b) (c + c')
= A'D + A'BC'D + ABCD + B'C'D' + AB'C'
Factor out B and D from minterms 2 and 3
bd(a' + a)(c' + c)
= A'D + BD + B'C'D' + AB'C'
This is where I am getting stuck. Is it possible to further simplify the equation or is this the final solution???
We have been given a task to develop a circuit which displays the square of a binary number on a 3 x 7 seq displays.
I have already gone through and done up the Karnaugh Maps for the task and have identified the minterms. However, I believe that these can still be simplified even more.
2. Relevant equations
Karnaugh Maps Output = A'B'CD + A'BC'D + A'BCD' + ABCD + B'C'D' + AB'C'
3. The attempt at a solution
A'B'CD + A'BC'D + A'BCD' + ABCD + B'C'D' + AB'C'
Factor out A' and D from minterms 1 and 2
A'D(b' + b) (c + c')
= A'D + A'BC'D + ABCD + B'C'D' + AB'C'
Factor out B and D from minterms 2 and 3
bd(a' + a)(c' + c)
= A'D + BD + B'C'D' + AB'C'
This is where I am getting stuck. Is it possible to further simplify the equation or is this the final solution???