document.write( "Question 319370: How many ways can 10 people fit on a 4-person park bench (seating order is not important)? \n" ); document.write( "
Algebra.Com's Answer #228686 by nyc_function(2741)\"\" \"About 
You can put this solution on YOUR website!
A combination is the choice of r things from a set of n things without replacement and where order does not matter.\r
\n" ); document.write( "\n" ); document.write( "nCr = n!/r!(n - r)!\r
\n" ); document.write( "\n" ); document.write( "10C4 = 10!/4!(10 - 4)!\r
\n" ); document.write( "\n" ); document.write( "10C4 = 3628800/(24*720)\r
\n" ); document.write( "\n" ); document.write( "10C4 = 3628800/17280\r
\n" ); document.write( "\n" ); document.write( "10C4 = 210 ways
\n" ); document.write( "
\n" ); document.write( "
\n" );