document.write( "Question 38985: if order does not matter, how many ways can you interview 17 volunteers 3 at a time?\r
\n" );
document.write( "\n" );
document.write( "please help me with this problem! \n" );
document.write( "
Algebra.Com's Answer #24438 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! C(17,3) = (17!)/((14!)(3!)) = 680 \n" ); document.write( " |