Match the following:
Column AColumn B1.{1,2,4,8}A.{x: x is a natural even number less than 10}2.{2}B.{x: x is a prime number and a divisor of 8}3.{2,4,6,8}C.{x: x is a divisor of 8}4.{4,6,8,9}D.{x: x is a composite number less than 10}
1 - C, 2 - B, 3 - A, 4 - D
{1, 2, 4, 8} is the set of divisors of 8 → (C)
{2} is set of prime number & divisor of 8 → (B)
{2, 4, 6, 8} is set of even numbers less than 10 → (A)
{4, 6, 8, 9} is the set of composite numbers less than 10 → (D)