document.write( "Question 203326: Find the intersection of the sets {2,5,8,9,11,13} and {3,4,5,6,7,8}. \n" ); document.write( "
Algebra.Com's Answer #153425 by jsmallt9(3758)\"\" \"About 
You can put this solution on YOUR website!
In general, the intersection of two sets (let's call the sets A and B) is a set made up of the elements that are elements of both set A and set B.

\n" ); document.write( "In this case, since 5 and 8 are the only numbers that are elements of both sets, the intersection of the two sets is: {5, 8}
\n" ); document.write( "
\n" );