document.write( "Question 698550: A certain class has 6 girls and 5 boys. four of these students are to line up, with two girls on either end and two boys in between, how many such arrangements are possible? \n" ); document.write( "
Algebra.Com's Answer #430956 by Positive_EV(69)![]() ![]() You can put this solution on YOUR website! For this problem, you are selecting 2 girls from 6 to be at two positions in the line for girls, and selecting two boys from 5 to be at two positions in the line for boys. Since the order of the boys and girls in the line matters, calculate the values using permutations instead of combinations. \r \n" ); document.write( "\n" ); document.write( "The number of way to select k objects from n total objects when order is important is \r \n" ); document.write( "\n" ); document.write( "There are |