If H = {3, 6} and I = {3, 6, 9, 12}, which statement is correct?
The governing concept is subset inclusion. A set H is a subset of I, written H ⊆ I, when every element of H is also an element of I; H may have fewer elements than I. Here H contains 3 and 6, and both of these elements appear in I. Therefore H ⊆ I is true, making option A correct. The reverse statement I ⊆ H is false because I also contains 9 and 12, which are not elements of H. Option C is false because 9 is not in H. Option D is false because equal sets must contain exactly the same elements, while I has two additional elements. The order of elements is irrelevant in sets, but membership and completeness are decisive.
View question details