Réponse :
Ex3 :
il faut faire un tableau de Karnaugh
xy/zt 00 01 11 10
00 0 0 0 1
01 1 0 1 1
11 1 0 1 1
10 1 1 0 1
Ensuite on fait les regroupements demandés
exemple
E/ = y.z/.t + y/.z.t + x/.y/.z/
E = y.(z + z/.t/) + y/ . z.t/ + z/.x.y/
E = y.z + y.z/.t/ + y/.z.t/ + z/.x.y/
Explications étape par étape