document.write( "Question 233615: In how many ways can 7 people be seated in a row if two of them, Eddie and John, refuse to sit next to each other?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #172410 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In how many ways can 7 people be seated in a row if two of them, Eddie and John, refuse to sit next to each other? \n" ); document.write( "--------------------------- \n" ); document.write( "Find # of ways to place Eddie and John? \n" ); document.write( "# of ways to put them together = 2*6 = 12 \n" ); document.write( "# of ways to put them without restriction: 7C2 = 2*21 \n" ); document.write( "Therefore # of ways to seat them not together = 2*21-12 = 30 \n" ); document.write( "======================= \n" ); document.write( "# of ways to place the other 5 people = 5! \n" ); document.write( "======================= \n" ); document.write( "Therefore # of ways to meet the problems conditions: 30*5! = 3600 \n" ); document.write( "================================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |