document.write( "Question 762584: if a school has 500 students, how many different ways could a sample of 10 students be selected
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #464068 by ramkikk66(644)\"\" \"About 
You can put this solution on YOUR website!
You can choose 10 from 500 in C(500,10) ways - and the formula is\r
\n" ); document.write( "\n" ); document.write( "(500*499*498*497*496*494*494*493*492*491)/(1*2*3*4*5*6*7*8*9*10)\r
\n" ); document.write( "\n" ); document.write( "Approximately 2.45*10^20 ways\r
\n" ); document.write( "\n" ); document.write( ":)
\n" ); document.write( "
\n" );