document.write( "Question 48481: A firm has an opening for 3 computer programmers and there are 20 applicants. In how many different ways can the job be filled? \n" ); document.write( "
Algebra.Com's Answer #32072 by longjonsilver(2297)\"\" \"About 
You can put this solution on YOUR website!
this is slightly more tricky.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Lets assume this is just like the other questions you asked. I shall answer it that way and then explain the problem and then correct my answer.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So... 20 people apply for a job. How many could get the first place? Answer is any of the 20.
\n" ); document.write( "And the second place? Answer is 19
\n" ); document.write( "And the third place? Answer is 18\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So we have 20*19*18.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "However, this is way too large because of the nature of what is being asked. Lets assume that applicants A, B and C are the ones who actually get the 3 jobs.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "From the 20*19*18 answer - this includes the permutations ABC, ACB, BAC, BCA, CAB, CBA.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "However all these 6 variations are the same: A,B and C got the job in all 6 cases. So our 20*19*18 answer is too big by 6 times, since the combination ABC is an answer just once. In other words, the order does not matter here.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So, correctly we have (20*19*18)/3! where the 3! gives us 6 and the 3 comes from the fact that we have 3 \"jobs\" to allocate.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This is where Permutations and Combinations are difficult... spotting the difference and for me it is tricky too, but i have had 20 years practice. Best way is to take it slowly and think about the physical nature of what is being asked, like i have written here.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "jon
\n" ); document.write( "
\n" ); document.write( "
\n" );