document.write( "Question 1049716: Please do show me how did you solve it\r
\n" );
document.write( "\n" );
document.write( "Find the Number of Ways of Selecting 4 applications out of 12
\n" );
document.write( "There are seven entries in a horse race. In how many different ways can the horses finish?
\n" );
document.write( " Nine horses are running in a race. In how many different ways can those horses come in first, second, and third respectively?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #665288 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the Number of Ways of Selecting 4 applications out of 12 \n" ); document.write( "------- \n" ); document.write( "The 1st choice is 1 of 12. \n" ); document.write( "Then 1 of 11, then 10, then 9. \n" ); document.write( "12*11*10*9 = 11880 \n" ); document.write( "-- \n" ); document.write( "But, if there's no difference in the applications, ie, if A, B, C & D is the same as B, C, D & A then there are 4*3*2*1 = 24 ways to make each group of 4. \n" ); document.write( "11880/24 = 495 ways. \n" ); document.write( "================================== \n" ); document.write( "There are seven entries in a horse race. In how many different ways can the horses finish? \n" ); document.write( "7*6*5*4*3*2*1 = 5040 ways. \n" ); document.write( "That's 7! called 7 factorial. \n" ); document.write( "=============================== \n" ); document.write( " Nine horses are running in a race. In how many different ways can those horses come in first, second, and third respectively? \n" ); document.write( "9*8*7 ways. \n" ); document.write( " \n" ); document.write( " |