\n" );
document.write( "Hi \n" );
document.write( "how many ways can 10 people be seated around a circular table? \n" );
document.write( "There are (n - 1)! ways to arrange n distinct objects in a circle \n" );
document.write( " 9! = 362,880 ways 10 people be seated around a circular table