document.write( "Question 1208263: In how many ways can 3 female teachers, 2 female students, and 2 male students be arranged around a round table such that there is a female student between each pair of female teachers?\" \n" ); document.write( "
Algebra.Com's Answer #846571 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "It has to be like this:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "2! ways to seat the MS's, the male students.\r\n" );
document.write( "3! ways to seat the FT's, the female teachers.\r\n" );
document.write( "2! ways to seat the FS's, the female students.\r\n" );
document.write( "\r\n" );
document.write( "(2!)(3!)(2!) =(2)(6)(2) = 24 ways.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );