Given T = { even numbers from 1 to 12 }
N = {common factors of 6, 8 and 12}
Find T ∩ N
{2, 3}
{2, 3, 4}
{3, 4, 6}
{2}
Correct answer is D
T = {evenn numbers from 1 to 12} N = {common factors of 6,8 and 12} Find T ∩ N T = {2, 4, 6, 8, 10, 12} N = {2} T ∩ N = {2} i.e value common to T & N