document.write( "Question 479186: In how many ways can 6 children be seated in a round table? \n" ); document.write( "
Algebra.Com's Answer #328326 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
How many choices do you have for the kid in the first seat? 6
\n" ); document.write( "How many are left for choices in the nexgt seat? 5
\n" ); document.write( "Next seat? 4
\n" ); document.write( "Next? 3
\n" ); document.write( "Next? 2
\n" ); document.write( "Last seat? 1\r
\n" ); document.write( "\n" ); document.write( "So \"6%2A5%2A4%2A3%2A2%2A1+=+720\"
\n" ); document.write( "
\n" );