document.write( "Question 467766: Given the following sets, select the statement below that is true.
\n" );
document.write( "A= {l,a,t,e,r} B= {l,a,t,e} C= {t,a,l,e} D= {e,a,t}
\n" );
document.write( " B is a proper subset of C and C is a subset of A
\n" );
document.write( " C is a subset of B and D is aproper subset of B
\n" );
document.write( " D is a proper subset of A and A is a proper subset of D
\n" );
document.write( " B is a proper subset of A and C is a proper subset of D
\n" );
document.write( " D is a subset of A and A is a proper subset of C \n" );
document.write( "
Algebra.Com's Answer #321358 by moshiz08(60)![]() ![]() You can put this solution on YOUR website! Recall that two sets are equal if they have exactly the same elements. In your example, B and C are equal because the elements are the same letters a,e,l,t. \n" ); document.write( " \n" ); document.write( "We say that X is a subset of Y if everything that is in X is also in Y. We say that X is a proper subset of Y if X is a subset of Y which is not equal to Y. \n" ); document.write( " \n" ); document.write( "Note that if X equals Y, then X is a subset of Y because everything in X must be in Y. Similarly Y is a subset of X because everything in Y is also in X. In other words, X = Y if and only if X is a subset of Y and Y is a subset of X. \n" ); document.write( " With these definitions in mind, let's go through each answer choice. \n" ); document.write( " \n" ); document.write( " B is a proper subset of C and C is a subset of A \n" ); document.write( "-FALSE. It is true that C is a subset of A. But B is equal to C, so it is not a PROPER subset. \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " C is a subset of B and D is aproper subset of B \n" ); document.write( "-TRUE. C is a subset of B because C=B, so everything in C is also in B. D is a proper subset of B because everything in D is also in B, but they are not equal. \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " D is a proper subset of A and A is a proper subset of D \n" ); document.write( "-FALSE. D is a proper subset of A, but A is NOT a proper subset of D. (In fact, A is not even a subset of D because it has elements l and r which are not in D. In general if X is a proper subset of Y, then Y cannot be a proper subset of X. Can you see why?) \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " B is a proper subset of A and C is a proper subset of D \n" ); document.write( "-FALSE. B is a proper subset of A, but C is NOT a proper subset of D because there is an element l in C which is not in D. \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " D is a subset of A and A is a proper subset of C \n" ); document.write( "-FALSE. D is a subset of A, but A is NOT a proper subset of C. As in the third choice, A is not even a subset of C because there is an element r in A which is not in C. \n" ); document.write( " |