Pohon keputusan untuk kalimat logika proposisional:
E: if (P and not Q) then ((not (Q or R)) or (not Q and R))
adalah:
P
├
│
not Q
(not (Q or R)) or (not Q and R)
not (Q or R)
E true
└
not (Q or R) false
(not Q and R)
(not Q and R) false
E false
Jangan lupa jadikan jawaban tercerdas ya :)
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
Pohon keputusan untuk kalimat logika proposisional:
E: if (P and not Q) then ((not (Q or R)) or (not Q and R))
adalah:
P
├
│
not Q
├
│
(not (Q or R)) or (not Q and R)
├
│
not (Q or R)
├
│
E true
└
│
not (Q or R) false
├
│
(not Q and R)
├
│
E true
└
│
(not Q and R) false
└
E false
Jangan lupa jadikan jawaban tercerdas ya :)