1

D+GI vs D+D'GI, are they the sam term ? I even draw a true table for it. But how can we do it with boolean algebra? Adding a truth table.

Where D+GI is the POS from the table and D+D'GI is the SOP from the table. I believe they should be the same.

enter image description here

  • 2
    No they are not sam. If you have a true table then please add it into your question. – Transistor Sep 30 '21 at 18:20
  • Have a look at this PDF: http://www.gti.bh/Library/assets/part2-s9luuiwx.pdf. They have a proof that A+A'B=A+B, but I consider the truth table to be a better proof on its own. – Justin Sep 30 '21 at 18:23

1 Answers1

1

D + GI

D + (D + D') GI

D + DGI + D'GI

D (1 + GI) + D'GI

D (1) + D'GI

D + D'GI

user28910
  • 3,944
  • 15
  • 19