document.write( "Question 935691: A math quiz is generated by randomly choosing 5 questions from a test bank consisting of 50 questions. How many different quizzes are possible?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #568993 by marroqus(3)![]() ![]() ![]() You can put this solution on YOUR website! We have to use this formula \n" ); document.write( "C(n,r)=n!/r!*(n!-r!) \n" ); document.write( "Remember ! means factorial. F.i. 4!=4*3*2*1=24\r \n" ); document.write( "\n" ); document.write( "C=combinations \n" ); document.write( "n=number of things you can choice=50 \n" ); document.write( "r=number of choices you get=5 \r \n" ); document.write( "\n" ); document.write( "C=50!/5!*(50!-5!) \n" ); document.write( "C=50!/(5!*45!) \n" ); document.write( "C=2118760 \n" ); document.write( " |