10.     Given that F1 = SUM m(1,2,4,6,7) and F2 = PRD M(3,5,6) which
of the following represent the only correct expression for F1*F2? 
 
 
-      F1*F2 = PRD M(0,3,5,6) 
 -      F1*F2 = SUM m(1,3,5,7) 
 -      F1*F2 = SUM m(0,3,5,6) 
 -      F1*F2 = PRD M(1,2,4,7) 
 -      F1*F2 = PRD M(2,4,6,7) 
 
 
 
2 is WRONG. 
 
[  Go Back To Question 10 ]
[ Go Back To The Beginning Of Quiz ]