document.write( "Question 146352: Use either the fundamental counting principle or the permutation formulas (or both) to answer the following:\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " The Board of Directors does not have assigned seats in the conference room. If there are 12 of them, seated at a round table, how many different seating arrangements are possible? \n" );
document.write( "
Algebra.Com's Answer #106877 by aswathytony(47)![]() ![]() ![]() You can put this solution on YOUR website! number of circular permutation that can be formed with 'n' objects is (n-1)!\r \n" ); document.write( "\n" ); document.write( "number of ways of seating 12 persons in a round table is (12-1)!= 11! \n" ); document.write( " = 1*2*3*4*5*6*7*8*9*10*11 \n" ); document.write( " \n" ); document.write( " |