👤

A={3,4,5,6} B={1,2,3} C={6,9} P=(A intersectie B) U C

Răspuns :

P={3 ; 6 ; 9} A intersectat cu B = {3} {3} U C = {3} U {6 ; 9} = { 3;6;9}