document.write( "Question 1024774: There are 11 guests in a party
\n" );
document.write( "1)In how many ways can the guests be seated at a round table with 15 numbered seats?
\n" );
document.write( "2)In how many ways can the guests be seated at a round table with 15 identical seats? \n" );
document.write( "
Algebra.Com's Answer #640180 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "There are 11 guests in a party \n" ); document.write( "1)In how many ways can the guests be seated at a round table with 15 numbered seats? \n" ); document.write( "2)In how many ways can the guests be seated at a round table with 15 identical seats? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "1. The first guest can choose any of 15 seats.\r\n" ); document.write( " The second guest can choose any of 14 remaining seats.\r\n" ); document.write( " . . . . \r\n" ); document.write( " The 11-th guest can choose any of (15-10) = 5 seats.\r\n" ); document.write( "\r\n" ); document.write( " In all, there are 15*14*13* . . . *5 = \n" ); document.write( " \n" ); document.write( " |