document.write( "Question 507701: how many ways are there to choose 3 separate officeholder positions (pres,vp etc) from a group of 12 people?\r
\n" );
document.write( "\n" );
document.write( "at first i tried 12*11*10=1320
\n" );
document.write( "i tried this formula 12!/3!(12-3)!= 220
\n" );
document.write( "But then i was told it was just 12! \r
\n" );
document.write( "\n" );
document.write( "just want a conformation, thank you ahead of time \n" );
document.write( "
Algebra.Com's Answer #340695 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Since order matters, you'll use the permutation formula\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(n,r) = n!/(n-r)!\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In this case, n = 12 and r = 3\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(n,r) = n!/(n-r)!\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(12,3) = (12!)/((12-3)!)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(12,3) = (12!)/(9!)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(12,3) = (12*11*10*9!)/(9!)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(12,3) = 12*11*10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(12,3) = 1320\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So there are 1320 different ways to choose 3 separate officeholder positions.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let me know if you need more help or if you need me to explain a step in more detail. \n" ); document.write( "Feel free to email me at jim_thompson5910@hotmail.com \n" ); document.write( "or you can visit my website here: http://www.freewebs.com/jimthompson5910/home.html\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Thanks,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Jim \n" ); document.write( " |