Given the rule and data certainties:
(rule01 ($and (same cntxt color yellow) (.8)
(same cntxt shape sphere) (.7)
(same cntxt texture fuzzy)) (.9)
(conclude cntxt identity tennis-ball tally 400))
What is the certainty of tennis-ball from this rule?
Answer: E
$and returns the minimum certainty in the premise, .7 ; this becomes tally and is multiplied by the number in the conclusion divided by 1000, i.e. .4 .