document.write( "Question 212010: Two balls are to be selected without replacement from a bag containing one red, one blue, one green, and one yellow ball. How many points are there in the sample space? \n" ); document.write( "
Algebra.Com's Answer #160114 by Edwin McCravy(20063)\"\" \"About 
You can put this solution on YOUR website!
Two balls are to be selected without replacement from a bag containing one red, one blue, one green, and one yellow ball. How many points are there in the sample space?
\n" ); document.write( "
\r\n" );
document.write( "4 choose 2\r\n" );
document.write( "\r\n" );
document.write( "\"4C2=%284%21%29%2F%282%212%21%29=%284%2A3%2A2%2A1%29%2F%28%282%2A1%29%282%2A1%29%29=6\"\r\n" );
document.write( "\r\n" );
document.write( "The 6 points in the sample space are these 6 \r\n" );
document.write( "subsets, each containing 2 elements:  \r\n" );
document.write( "\r\n" );
document.write( "1. {red, blue}\r\n" );
document.write( "2. {red, green}\r\n" );
document.write( "3. {red, yellow} \r\n" );
document.write( "4. {blue, green} \r\n" );
document.write( "5. {blue, yellow}\r\n" );
document.write( "6. {green, yellow}\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );