the problem is , simplify the following statement :
(p v r ) --> [ (q v (~r) ) --> ( (~p) --> r ) ]
what i did was , first the right hand side:
[ (q v (~r) ) --> ( p v r ) ] ( because ~p-->r is equivalent to p v r)
[ ~ (q v (~r) ) v ( p v r ) ] ( here i used the same logic rule)
[ (~ q ^ r ) v ( p v r ) ]
then
( p v r ) --> [ (~ q ^ r ) v ( p v r ) ]
then i used the equivalence p --> q == ~ p v q
in which p is ( p v r ) and q is [ (~ q ^ r ) v ( p v r ) ]
~ ( p v r ) v [ (~ q ^ r ) v ( p v r ) ]
(~p ^ ~ r ) v [ (~ q ^ r ) v ( p v r ) ]
then i get stuck in here :
(~p ^ ~ r ) v (~ q ^ r ) v ( p v r )
i cant use associativity law for r because i see different logic operators
what can i do ?
2007-10-20
01:52:44
·
3 answers
·
asked by
Anonymous
in
Science & Mathematics
➔ Mathematics