document.write( "Question 390476: In how many ways can 7 people be seated in a row of chairs if two of the people, David and Becky, refuse to sit together? \n" ); document.write( "
Algebra.Com's Answer #276866 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
# ways of arranging 7 people in a row - # ways of arranging 7 people in which David and Becky SIT TOGETHER = 7! - 6!2! = 3,600 ways. \n" ); document.write( "
\n" );