Simplify the following :

1. C+!(B*C)

1. C+!(B*C) = 1

C+!(B*C)
  deMorgan
C+!B+!C
  Commutative
C+!C+!B
  Inverse
1 + !B
  Null
1
 
BCC+!(B*C)
000+!(0*0)
0+!0
0+1
1
011+!(0*1)
1+!0
1+1
1
100+!(1*0)
0+!0
0+1
1
111+!(1*1)
1+!1
1+0
1