document.write( "Question 831148: a,b,c,d and e went to a concert. They sit in 5 adjacent seats. How many arrangements are possible if:_
\n" ); document.write( "a) a insists on sitting with b.
\n" ); document.write( "b) c refuses to sit with d.
\n" ); document.write( "

Algebra.Com's Answer #501933 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
a) a insists on sitting with b.
\n" ); document.write( "
\r\n" );
document.write( "That's the number of arrangements of \r\n" );
document.write( "the four things {ab, c, d, e}, which is 4! or 24. \r\n" );
document.write( "PLUS\r\n" );
document.write( "the number of arrangements of \r\n" );
document.write( "the four things {ba, c, d, e}, which is also 4! or 24.\r\n" );
document.write( "\r\n" );
document.write( "Answer = 2×24 = 48 ways.\r\n" );
document.write( "

\n" ); document.write( "b) c refuses to sit with d.
\n" ); document.write( "
\r\n" );
document.write( "First we find the number of ways anybody can sit anywhere.\r\n" );
document.write( "That's the number of arrangements of \r\n" );
document.write( "the four things {a, b, c, d, e}, which is 5! or 120.\r\n" );
document.write( "\r\n" );
document.write( "The we subtract from that 5! the number of unwanted arrangements.\r\n" );
document.write( "The unwanted arrangements are \r\n" );
document.write( "\r\n" );
document.write( "The number of arrangements of \r\n" );
document.write( "the four things {a, b, cd, e}, which is 4! or 24. \r\n" );
document.write( "PLUS\r\n" );
document.write( "he number of arrangements of \r\n" );
document.write( "the four things {a, b, dc, e}, which is also 4! or 24.\r\n" );
document.write( "\r\n" );
document.write( "as that's 2×24 just as in part a), \r\n" );
document.write( "\r\n" );
document.write( "[so we could have just observed that the number of unwanted\r\n" );
document.write( "arrangements here was the same as the answer to a), 48]\r\n" );
document.write( "\r\n" );
document.write( "Answer: 5! - 2×4! = 120 = 2×24 = 120 - 48 = 72\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );