document.write( "Question 1009208: Jenny White is shopping for CDs. She decides to purchase 3 movie soundtracks. The music store has 8 different movie soundtracks in stock. How many different selections of movie soundtracks are possible? \n" ); document.write( "
Algebra.Com's Answer #625930 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
8 chosen 3 at a time is found by
\n" ); document.write( "8! / (8-3)!*3! = 8*7*6 / 3*2*1 = 56 ways
\n" ); document.write( "
\n" );