document.write( "Question 148291: How many ways can a baseball coach choose the first, second and third batters in the lineup of a team of 15 players. \n" ); document.write( "
Algebra.Com's Answer #108684 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! For the 1st, he can choose any of 15 \n" ); document.write( "For the 2nd, any of the remaining 14 \n" ); document.write( "For the 3rd, any of the remaining 13 \n" ); document.write( "So for the 1st, there are 15 choices, then 14, then 13. \n" ); document.write( "# of combinations = 15*14*13 = 2,730. \n" ); document.write( " |