document.write( "Question 1190930: In how many ways can 2 accountants and 5 engineers be seated in a row so that those of the same career sit together? \n" ); document.write( "
Algebra.Com's Answer #822674 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "2!=2 ways to arrange the two groups \n" ); document.write( "2!=2 ways to arrange the 2 accountants \n" ); document.write( "5!=120 ways to arrange the 5 engineers \n" ); document.write( "Total: 2*2*120=480 ways \n" ); document.write( " \n" ); document.write( " |