document.write( "Question 476430: Given the following sets, select the statement below that is true.
\n" );
document.write( "A = {r, i, s, k, e, d}, B = {r, i, s, e}, C = {s, i, r}
\n" );
document.write( "
\n" );
document.write( "Select the one that is true.
\n" );
document.write( " A ⊂ B and C ⊂ A
\n" );
document.write( " B ⊂ A and B ⊆ A
\n" );
document.write( " C ⊆ B and A ⊂ C
\n" );
document.write( " C ⊂ B and B ⊆ C
\n" );
document.write( " C ⊆ A and B ⊂ C \n" );
document.write( "
Algebra.Com's Answer #326652 by MathLover1(20850)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "if B is a subset of A (written as B ⊆ A), then the number of elements in B is less than or equal to the number of elements in A (written as |B| ≤ |A|).\r \n" ); document.write( "\n" ); document.write( "so, your answer is:\r \n" ); document.write( "\n" ); document.write( "B ⊂ A and B ⊆ A \n" ); document.write( " |