document.write( "Question 76802: Twenty people report for jury duty. How many different 12-person juries can be chosen? \n" ); document.write( "
Algebra.Com's Answer #55059 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Two students at Sky High School will be chosen for a TV interview. If there are\r\n" );
document.write( "900 students at school, how many different selections are possible?\r\n" );
document.write( "                 \r\n" );
document.write( "C(900,2) = (900·899)/(2·1) = 404550\r\n" );
document.write( "\r\n" );
document.write( "Twenty people report for jury duty. How many different 12-person juries can be\r\n" );
document.write( "chosen?\r\n" );
document.write( "\r\n" );
document.write( "C(20,12) = (20·19·18·17·16·15·14·13·12·11·10·9)/(12·11·10·9·8·7·6·5·4·3·2·1)\r\n" );
document.write( "= 125970\r\n" );
document.write( "\r\n" );
document.write( "How many different committees of three members can be formed from a group of\r\n" );
document.write( "eight people?\r\n" );
document.write( "	\r\n" );
document.write( "C(8,3) = (8·7·6)/(3·2·1) = 56\r\n" );
document.write( "	\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );