document.write( "Question 528284: If there are 11 people from whom to choose, then how many ways can 4 people could be selected and arranged in a straight line? \n" ); document.write( "
Algebra.Com's Answer #349200 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If there are 11 people from whom to choose, then how many ways can 4 people could be selected and arranged in a straight line? \n" ); document.write( "----- \n" ); document.write( "# of ways to select 4 people: 11C4 = 330 \n" ); document.write( "---- \n" ); document.write( "# of ways to arrange the 4 selected: 4! = 24 \n" ); document.write( "------------ \n" ); document.write( "# of ways to select AND arrange: 330*24 = 7920 \n" ); document.write( "=============================================== \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " |