document.write( "Question 1207172: April, Bill , Candace, and Bobby are to be seated at random in a row of
\n" );
document.write( "8 chairs. What is the probability that April and Bobby will occupy the seats at the end of the row? \n" );
document.write( "
Algebra.Com's Answer #844899 by AnlytcPhil(1806)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Here is an alternate way to solve the problem using stars and bars. \r\n" ); document.write( "\r\n" ); document.write( "Let's suppose the correct interpretation for a successful arrangement is for one\r\n" ); document.write( "of the pair A and B, to be in the far left chair, and the other to be in the far\r\n" ); document.write( "right chair.\r\n" ); document.write( "\r\n" ); document.write( "There are 2 ways to arrange A and B on the ends.\r\n" ); document.write( "\r\n" ); document.write( "There are 6*5=30 ways to arrange C and D between them in the 6 chairs between\r\n" ); document.write( "them.\r\n" ); document.write( "\r\n" ); document.write( "So the number of SUCCESSFUL arrangements is 2*6*5=60.\r\n" ); document.write( "\r\n" ); document.write( "Now let's look at the number of POSSIBLE arrangements. Take this sample\r\n" ); document.write( "\r\n" ); document.write( "CDBA. There are 4!=24 arrangements like this one.\r\n" ); document.write( "\r\n" ); document.write( "We must now insert 4 empty chairs among them. \r\n" ); document.write( "\r\n" ); document.write( "This involves the number of partitions of 4 of length 5.\r\n" ); document.write( "\r\n" ); document.write( "We make a row of 4 stars and 4 bars, like this sample:\r\n" ); document.write( "\r\n" ); document.write( "**||*|*|\r\n" ); document.write( "\r\n" ); document.write( "That is the partition 2+0+1+1+0=4. That's because \r\n" ); document.write( "there are: \r\n" ); document.write( "2 stars left of the 1st bar, \r\n" ); document.write( "0 stars between the 1st and 2nd bar,\r\n" ); document.write( "1 star between the 2nd and 3rd bar,\r\n" ); document.write( "1 star between the 3rd and 4th bar, and\r\n" ); document.write( "0 stars after the 4th bar.\r\n" ); document.write( "\r\n" ); document.write( "This sample partition of 4 of length 5, which is 2+0+1+1+0 makes the sample \r\n" ); document.write( "ADCB to become:\r\n" ); document.write( " \r\n" ); document.write( "_ _ A D _ C _ B\r\n" ); document.write( "\r\n" ); document.write( "where the blanks represent the 4 empty chairs.\r\n" ); document.write( "\r\n" ); document.write( "Now we find the number of ways to insert the 4 empty chairs among the 4 people.\r\n" ); document.write( "\r\n" ); document.write( "There are 4 indistinguishable stars and 4 indistinguishable bars.\r\n" ); document.write( "\r\n" ); document.write( "So there are\n" ); document.write( " |