document.write( "Question 1069877: please help me solve this A school dance committee is made up of 2 freshman, 2 sophomores, 2 juniors, and 3 seniors.
\n" ); document.write( "How many ways are there to sit the committee in a row at a meeting if the freshman,sophomores, and juniors must sit by grade, but the seniors can sit wherever they want?
\n" ); document.write( "

Algebra.Com's Answer #685403 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "I will assume you mean that all freshmen must sit left of all\r\n" );
document.write( "sophomores and that all sophomores must sit left of all juniors.\r\n" );
document.write( "\r\n" );
document.write( "[If this is not what you meant then multiply the answer by 3!] \r\n" );
document.write( "\r\n" );
document.write( "There are 10 chairs in a row. \r\n" );
document.write( "\r\n" );
document.write( "The seniors sit down wherever they please in 10P3 = 10*9*8 = 720 ways.\r\n" );
document.write( "\r\n" );
document.write( "There remain 7 seats.  \r\n" );
document.write( "\r\n" );
document.write( "The 2 freshmen then sit down in the leftmost two vacant chairs in 2!=2 ways.\r\n" );
document.write( "The 2 sophomores then sit down in the leftmost two still vacant chairs in\r\n" );
document.write( "2!=2 ways.  The juniors sit down in the two vacant chairs in 2!=2 ways.\r\n" );
document.write( "\r\n" );
document.write( "Answer: (720)(2)(2)(2) = 5760 ways  \r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );