document.write( "Question 658947: A pollster selected 4 of 10 available people. How many different groups of 4 are possible? \n" ); document.write( "
Algebra.Com's Answer #410555 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Hint: Compute 10 C 4 using the formula\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "n C r = (n!)/(r!(n-r)!)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In this case, n = 10 and r = 4, so\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "n C r = (n!)/(r!(n-r)!)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "10 C 4 = (10!)/(4!(10-4)!)
\n" ); document.write( "
\n" );