document.write( "Question 395700: How many ways can you arrange 5 employees in a circular table with only three seats?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #281044 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "no. of ways to choose 3 employee out of 5 = 5C3 = 10\r \n" ); document.write( "\n" ); document.write( "no. of ways to arrange 3 employee in a circular table = (3-1)! =2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total no. of ways = 10 *2 = 20 \n" ); document.write( " \n" ); document.write( " |