document.write( "Question 788727: The Students Union council will elect a new Executive Committee, including one president, two vice presidents, three secretaries from 15 candidates. How many arrangements are possible? \n" ); document.write( "
Algebra.Com's Answer #484238 by algebrahelp101(11)\"\" \"About 
You can put this solution on YOUR website!
one president + 2 vice presidents + 3 secretaries from 15 candidates
\n" ); document.write( "1 + 2 + 3 = 6
\n" ); document.write( "n= 15
\n" ); document.write( "k= 6
\n" ); document.write( "C { n,k ) = n!
\n" ); document.write( "-------------
\n" ); document.write( "k! * (n-k)!
\n" ); document.write( "15!
\n" ); document.write( "-------------
\n" ); document.write( "6! * (15-6)!
\n" ); document.write( "15!
\n" ); document.write( "-------------
\n" ); document.write( "6! * 9!
\n" ); document.write( "1307674368000
\n" ); document.write( "-------------
\n" ); document.write( "261273600\r
\n" ); document.write( "\n" ); document.write( "= 5005 arrangements
\n" ); document.write( "
\n" );