document.write( "Question 64710This question is from textbook A survey of mathematics
\n" );
document.write( ": A teacher is constructing a test of 10 questions she has a pool of 28 questions which are classified by level of difficulty 6 difficult, 10 average, 12 easy, how many different 10 question test can be made from the 28 questions if her test is to have 3 difficult, 4 average, and 3 easy questions. \n" );
document.write( "
Algebra.Com's Answer #45247 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A teacher is constructing a test of 10 questions she has a pool of 28 questions which are classified by level of difficulty 6 difficult, 10 average, 12 easy, how many different 10 question test can be made from the 28 questions if her test is to have 3 difficult, 4 average, and 3 easy questions. \n" ); document.write( "--------- \n" ); document.write( "Select 3 difficult from 6 = 6C3 \n" ); document.write( "Select 4 average from 10 = 10C4 \n" ); document.write( "Select 3 easy from 12 = 12C3 \n" ); document.write( "-------- \n" ); document.write( "Total # of tests = 6C3*10C4*12C3=924,000 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |