How does AB(1+C'D) simplify into AB in boolean algebra? I cannot compare their truth tables since literal number of these two expressions is not same. So can anyone explain this to me?
P.S: I found this in solution of a problem of Digital Logic book by Morris Mano and Micheal Ciletti. But since it is a brief solution of a problem, there are no explanations given.
In Boolean algebra, 1 represents True and + represents OR.
True OR anything = True.
1 + anything = 1.
1 + C'D = 1.
AB (1 + C'D) = AB.