document.write( "Question 478404: Dear math teacher, \r
\n" ); document.write( "\n" ); document.write( "I am having difficulties with the following problem. \r
\n" ); document.write( "\n" ); document.write( "How many baseball nines can be chosen from 13 candidates if A, B, C, D are the only candidates for two positions and can play no other position? \r
\n" ); document.write( "\n" ); document.write( "I think I need to select 9 canditates from 13 but I also have 4 candidates (A, B, C, D) for 2 positions. If A, B, C, D can play no othe position but can fill only 2 positions, \r
\n" ); document.write( "\n" ); document.write( "13C9 times 4P2 = 8580 selections but my answer is supposed to be only 216. Where did I make a mistake? \r
\n" ); document.write( "\n" ); document.write( "Thank you for your time. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Ivanka
\n" ); document.write( "

Algebra.Com's Answer #327843 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
knowing what the answer should be makes it a lot easier.
\n" ); document.write( "you have a nice target to shoot for.
\n" ); document.write( "13C9 would be the answer if you had no restrictions.
\n" ); document.write( "given that you have restrictions, you have to modify the equations to fit those restrictions.
\n" ); document.write( "4 people can only play 2 positions.
\n" ); document.write( "the number of ways this can happen are 4C2 = 6
\n" ); document.write( "that leave 9 people for the remaining 7 positions.
\n" ); document.write( "the number of ways that can happen is 9C7 = 36
\n" ); document.write( "the total number of ways both can happen is 36*6 = 216
\n" ); document.write( "bring the numbers down low and you can see what is happening.
\n" ); document.write( "suppose 5 people for 2 positions.
\n" ); document.write( "2 people can only play 1 of the positions.
\n" ); document.write( "that means your equation becomes:
\n" ); document.write( "2C1 * 3C1 = 2*3 = 6
\n" ); document.write( "2C1 is the 2 people for the 1 position.
\n" ); document.write( "3C1 is the remaining 3 people for the other position.
\n" ); document.write( "now assume the people were abcde
\n" ); document.write( "a is person 1
\n" ); document.write( "b is person 2, etc.
\n" ); document.write( "suppose a and b can only play the first position.
\n" ); document.write( "your possible choices for the first position are:
\n" ); document.write( "a
\n" ); document.write( "b
\n" ); document.write( "your possible choices for the other position are:
\n" ); document.write( "c
\n" ); document.write( "d
\n" ); document.write( "e
\n" ); document.write( "you have 2 possible choices for position 1 and 3 possible choices for position 2.
\n" ); document.write( "the total number of possible ways you can outfit this team is 2*3 = 6
\n" ); document.write( "those ways are shown below:
\n" ); document.write( "
\r\n" );
document.write( "        position 1       position 2\r\n" );
document.write( "            a                c\r\n" );
document.write( "            a                d\r\n" );
document.write( "            a                e\r\n" );
document.write( "            b                c\r\n" );
document.write( "            b                d\r\n" );
document.write( "            b                e\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );