Processing math: 100%

js

Sunday, 25 September 2016

Post 2: MIT6_042JF10_assn01

1)
a)
xX.S(x)A(x)

b)
xX.T(x)S(x)A(x)

c)
xX.¬T(x)¬A(x)

d)
xyz(¬E(x,y)¬E(x,z)¬E(y,z)(T(x)¬S(x))(T(y)¬S(y))(T(z)¬S(z)))
2)
a)
First I'll evaluate the left hand side, then I'll evaluate the right hand site of the equation
Left hand side:
Q
R
QR
true true true
true false false
false true false
false false false
P
QR
P(QR)
¬(P(QR))
true true true false
true false true false
false true true false
false false false true
right hand side:
¬Q
¬R
QR
false false false
false true true
true false true
true true true
¬P
QR
(¬P)(¬Q¬R)
false false false
false true false
true false false
true true true
So this statement is true: ¬(P(QR))=(¬P)(¬Q¬R)
This equation could also have been solved with De Morgan's law. De Morgan's law was explained in my previous post already.

No comments:

Post a Comment