document.write( "Question 517547: In how many different ways can a panel of 12 jurors and 2 alternates be chosen from a group of 24 prospective jurors?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #344831 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! ways of choosing 14 from 24 ___ 24C14\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "ways of choosing 12 (or 2) from 14 ___ 14C12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number of ways to choose a panel is the product ___ (24C14)(14C12)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "OR\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "ways of choosing 12 from 24 ___ 24C12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "ways of choosing 2 from remaining 12 ___ 12C2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "product is the same \n" ); document.write( " |