document.write( "Question 137022: n how many ways can Al, Bob, Carlos, Don, Ed, and Fern be seated in a row of six seats if Al and Bob are not to be seated side by side? [Hint: Either Al and Bob will be seated side by side or they will not be seated side by side.] \n" ); document.write( "
Algebra.Com's Answer #100283 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
n how many ways can Al, Bob, Carlos, Don, Ed, and Fern be seated in a row of six seats if Al and Bob are not to be seated side by side? [Hint: Either Al and Bob will be seated side by side or they will not be seated side by side.]
\n" ); document.write( "----------------------------------------
\n" ); document.write( "# of ways of unrestricted ways: 6! = 720
\n" ); document.write( "# of ways if Al and Bob sit side by side: 5!=120
\n" ); document.write( "# of ways if Al and Bob do not sit side by side: 720-120= 600 ways
\n" ); document.write( "==========================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );