document.write( "Question 338960: How many diffrent ways are there for an admission officer to select a group of 7 college candidates from a group of 13 applications from a group of 13 applicants from an interview? \n" ); document.write( "
Algebra.Com's Answer #243021 by edjones(8007) You can put this solution on YOUR website! Since we are not interested in the arrangement of the students this is a combination problem. \n" ); document.write( "nCr=n!/(n-r)!r! \n" ); document.write( "=13!/(13-7)!7! \n" ); document.write( "=1,716 different ways. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |