document.write( "Question 349585: how many ways does 5 persons can seat in round table? \n" ); document.write( "
Algebra.Com's Answer #249879 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Hi, \n" ); document.write( "*Note: There are (n - 1)! ways to arrange n distinct objects in a circle. \n" ); document.write( "(n-1)! reads (n-1)factorial. \n" ); document.write( ". \n" ); document.write( "how many ways does 5 persons can seat in round table? \n" ); document.write( ". \n" ); document.write( "(5-1)! = 4! = 4*3*2*1 \n" ); document.write( ". \n" ); document.write( "24 ways\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |