1.(8 points). Suppose we have the following rule R1:
if (P1 OR P2 OR not P3) AND (P4 OR P5) then C1 (0.1), C2 (0.2), C3(0.5)
and the certainty factors of P1, P2, P3, P4, P5 are as follows:
CF(P1)=0.5,
CF(P2)=0.8,
CF(P3)=0.1,
CF(P4)=0.3,
CF(P5)=0.5,
What is the certainty factors associated with conclusions C1 and C2 and C3 after using rule R1?
Solution 1.