document.write( "Question 348507: In how many different ways can a panel of 12 jurors and 2 alternates be chosen from a group of 20 prospective jurors?
\n" );
document.write( "I tried C(20,12)*C(20,2) but that was wrong and i'm not sure how to do it, thanks \n" );
document.write( "
Algebra.Com's Answer #249141 by edjones(8007) You can put this solution on YOUR website! If the 12 jurors are selected first and then the 2 alternates are chosen: \n" ); document.write( "20C12 * 8C2 Otherwise: 20C14. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |