document.write( "Question 28002: Of the 6 courses offered by the music department at her college, Kay must choose exactly 2 of them. How many different combinations of 2 courses are possible for Kay if there are no restrictions on which 2 courses she can choose? \n" ); document.write( "
Algebra.Com's Answer #15262 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Of the 6 courses offered by the music department at her college, Kay must choose exactly 2 of them. How many different combinations of 2 courses are possible for Kay if there are no restrictions on which 2 courses she can choose?THIS IS GIVEN BY \n" ); document.write( "6C2=6!/(2!*(6-2)!=6!/(2!*4!)=6*5/2=15 \n" ); document.write( " |