document.write( "Question 230930: In how many ways can 5 people be chosen and arranged in a straight line, if there are 11 people from whom to chose?\r
\n" );
document.write( "\n" );
document.write( "I tried 11 x 5 to get the answer 55 but I am thinking that is the wrong way to solve this problem. Thank you. \n" );
document.write( "
Algebra.Com's Answer #171004 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The 1st choice is 1 of 11 \n" ); document.write( "Then 1 of 10, then 9, etc \n" ); document.write( "= 11*10*9*8*7 \n" ); document.write( "= 55440 \n" ); document.write( " \n" ); document.write( " |