первая карточка
1) функция
A and (not C) or A and B = f(A, B, C)
или
A * C + A * B = f(A, B, C)
2) упрощение функции
A and (not C) or A and B = f(A, B, C)
(not A) or C or (not A) or (not B) = f(A, B, C)
(not A) or C or (not B) = f(A, B, C)
(not (not A)) and (not C) or (not B) = f(A, B, C)
A and (not C) or (not B) = f(A, B, C)
(not A and (not C)) and (not (not B)) = f(A, B, C)
(not A) and B and С = f(A, B, C)
3) схема во вложении