document.write( "Question 411003: Are the two sets equal, equivalent, neither or both? Explain your answer.
\n" ); document.write( "V = {a, c, m, e}; W = {m, a, c, e} please some one walk me through this
\n" ); document.write( "

Algebra.Com's Answer #288898 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "They are the same set.  Rearranging the elements in a different order \r\n" );
document.write( "between the braces does not change the set.  All of the following\r\n" );
document.write( "represent exactly the same set:\r\n" );
document.write( "\r\n" );
document.write( "{a, c, m, e}\r\n" );
document.write( "{a, c, e, m}\r\n" );
document.write( "{a, m, c, e}\r\n" );
document.write( "{a, m, e, c}\r\n" );
document.write( "{a, e, c, m}\r\n" );
document.write( "{a, e, m, c}\r\n" );
document.write( "{c, a, m, e}\r\n" );
document.write( "{c, a, e, m}\r\n" );
document.write( "{c, m, a, e}\r\n" );
document.write( "{c, m, e, a}\r\n" );
document.write( "{c, e, a, m}\r\n" );
document.write( "{c, e, m, a}\r\n" );
document.write( "{m, a, c, e}\r\n" );
document.write( "{m, a, e, c}\r\n" );
document.write( "{m, c, a, e}\r\n" );
document.write( "{m, c, e, a}\r\n" );
document.write( "{m, e, a, c}\r\n" );
document.write( "{m, e, c, a}\r\n" );
document.write( "{e, a, c, m}\r\n" );
document.write( "{e, a, m, c}\r\n" );
document.write( "{e, c, a, m}\r\n" );
document.write( "{e, c, m, a}\r\n" );
document.write( "{e, m, a, c}\r\n" );
document.write( "{e, m, c, a}\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );