document.write( "Question 46734: From a pool of 15 candidates, the offices of president, vice-president, secretary, and treasurer will be filled. In how many ways can the offices be filled, if each of the 15 candidates can hold any office? \n" ); document.write( "
Algebra.Com's Answer #30986 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! The president can not be a vise-president, you should use permutations. \n" ); document.write( "P(15,4) = 15!/11! = 15 * 14 * 13 * 12 = 32760 \n" ); document.write( " |