document.write( "Question 320930: An election ballot asks voters to select 6 city commissioners from a group of 12 candidates. In how many ways can this be done.
\n" );
document.write( "Use the formula nCr to solve.
\n" );
document.write( "I am stuck please help \n" );
document.write( "
Algebra.Com's Answer #229835 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! Let n = total of city commissioners\r \n" ); document.write( "\n" ); document.write( "Let r = how many candidate are taken from the total\r \n" ); document.write( "\n" ); document.write( "This is a combination question from probability math.\r \n" ); document.write( "\n" ); document.write( "The formula you need is given by: nCr = n!/[(n - r)! * r!]\r \n" ); document.write( "\n" ); document.write( "The exclamation point (!) means factorial.\r \n" ); document.write( "\n" ); document.write( "What is a factorial anyway?\r \n" ); document.write( "\n" ); document.write( "A factorial is the product of all the positive integers from 1 to a given number.\r \n" ); document.write( "\n" ); document.write( "For example, 6 factorial, written 6!, means 6 x 5 x 4 x 3 x 2 x 1 = 720.\r \n" ); document.write( "\n" ); document.write( "What would 4! be? It is 4 x 3 x 2 x 1 = 24.\r \n" ); document.write( "\n" ); document.write( "Understand?\r \n" ); document.write( "\n" ); document.write( "============================================\r \n" ); document.write( "\n" ); document.write( "Back to your question.\r \n" ); document.write( "\n" ); document.write( "Let n = 12\r \n" ); document.write( "\n" ); document.write( "Let r = 6\r \n" ); document.write( "\n" ); document.write( "Replace every n! with 12 and every r! with 6 and then do the math.\r \n" ); document.write( "\n" ); document.write( "nCr = 12!/[(12 - 6)!*6!]\r \n" ); document.write( "\n" ); document.write( "nCr = 479001600/(720)(720)\r \n" ); document.write( "\n" ); document.write( "nCr = 479001600/518400\r \n" ); document.write( "\n" ); document.write( "nCr = 924\r \n" ); document.write( "\n" ); document.write( "There are 924 ways or combinations to select 6 city commissioners from a group of 12 candidates.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |