The binary numbers that are multiples of 4 are; 11100 and 10100
Let us convert each of the given binary numbers to decimal;
A) 11100 = (1 × 2⁴) + (1 × 2³) + (1 × 2²) + (0 × 2¹) + (0 × 2°) = 16 + 8 + 4 + 0 + 0 = 28
B) 1101 = (1 × 2³) + (1 × 2²) + (0 × 2¹) + (1 × 2°) = 8 + 4 + 0 + 1 = 13
C) 10110 = (1 × 2⁴) + (0 × 2³) + (1 × 2²) + (1 × 2¹) + (0 × 2°) = 16 + 0 + 4 + 2 + 0 = 22
D) 10100 = (1 × 2⁴) + (0 × 2³) + (1 × 2²) + (0 × 2¹) + (0 × 2°) = 16 + 0 + 4 + 0 + 0 = 20
Looking at the decimals, only 20 and 28 are multiples of 4.
Read more about binary to decimal conversion at; https://brainly.com/question/17946394