document.write( "Question 175392: How many ways can you fill three different positions by choosing from 15 different people? I keep getting 15 3. \n" ); document.write( "
Algebra.Com's Answer #130457 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How many ways can you fill three different positions by choosing from 15 different people? I keep getting 15 3. \n" ); document.write( "---------------- \n" ); document.write( "For the 1st choice, you have one of 15. The 2nd is one of 14, the 3rd one of 13. \n" ); document.write( "So it's 15*14*13 = 2730 \n" ); document.write( "But, if you choose any of the people 1st, 2nd or 3rd, it's the same group (called without ordering), so you have to divide by 3*2*1 (= 6). \n" ); document.write( "2730/6 = 455. \n" ); document.write( " \n" ); document.write( " |