Not (X) or not (X or Y) or nor (Y and not(X and Y)) упростить

0 голосов
107 просмотров

Not (X) or not (X or Y) or nor (Y and not(X and Y)) упростить


Информатика (12 баллов)
Дан 1 ответ
0 голосов
Отличник (7.2k баллов)

Not(X) or not(X or Y) or not(Y and not(X and Y))
Not (X) or not (X or Y) or not(Y) or not(X and Y)
Not (X) or (not(X) and not(Y)) or (not(Y) or not(X and Y))
Not (X) or (not(X) and not(Y)) or (not(Y) or not(X) or not(Y))
not(Y) or not(X)

...