document.write( "Question 1108880: how many different ways are there to select 7 questions from a 10 question quiz? \n" ); document.write( "
Algebra.Com's Answer #723926 by addingup(3677)![]() ![]() You can put this solution on YOUR website! P_10, 7 = 10!/(10-7)! = 10!/3! \n" ); document.write( "= (10*9*8*7*6*5*4*3*2)/(3*2) = 604,800 \n" ); document.write( " \n" ); document.write( " |