Respuesta :

The set given:

A={1,2,4} and B={2,4,6,8,10}

A n B simply means A intersection B, that is; those elements that are in A and at the same time, are also in B.

Hence, A n B = { 2, 4}