document.write( "Question 306621: in how many ways can 2 co-chairs be selected from a club of 20 students? \n" ); document.write( "
Algebra.Com's Answer #219466 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! C(20,2) = 20!/((20-2)!*2!) = 20!/(18!*2!) \n" ); document.write( " |