document.write( "Question 413236: I am really having trouble trying to get this. My head is spinning in circles:\r
\n" );
document.write( "\n" );
document.write( "how many 'combinations' of 3 persons can you obtain from a group of 6 persons \n" );
document.write( "
Algebra.Com's Answer #290075 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "no. of ways to find combination of r from n = nCr = n!/[r!*(n-r)!]\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "no. of ways to find combination of 3 from 6 = 6C3 = 6!/[3!*3!] = 20\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |