document.write( "Question 1179608: If there are 2 girls and 3 boys, how many ways are there to arrange these 5 people such that 2 girls will not be next to each other? \n" ); document.write( "
Algebra.Com's Answer #809238 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
2 girls and 3 boys
\n" ); document.write( "All ways of arranging: 5!
\n" ); document.write( "ways two girls 'would' be together: 2*4!
\n" ); document.write( "Ways Not together: 5! - 2*4! = 120-48 = 72 ways
\n" ); document.write( "
\n" );