document.write( "Question 955571: For a set of 9 elements, find the number of different subsets of size 3. \n" ); document.write( "
Algebra.Com's Answer #583770 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
We want the total combinations of 9 items taken 3 at a time,
\n" ); document.write( "number of different subsets of size 3 = 9! / (3!*(9-3)!) = 84\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );