document.write( "Question 550469: Vice Presidents-The board of a pharmaceutical company has nine members. One board member will be selected as vice president of marketing, and a different board member will be selected as vice president of research. How many different arrangements of the two vice presidents are possible?
\n" );
document.write( "
\n" );
document.write( "Thank you in advance. \n" );
document.write( "
Algebra.Com's Answer #358768 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! P(n,r) = (n!)/((n-r)!)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(9,2) = (9!)/((9-2)!)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(9,2) = (9!)/(7!)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(9,2) = (9*8*7!)/(7!)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(9,2) = 9*8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(9,2) = 72\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So there are 72 ways. \n" ); document.write( " |