document.write( "Question 670802: In how many different ways could a student create a schedule of five classes that last one-hour if there are eight possible time slots in a school day? \n" ); document.write( "
| Algebra.Com's Answer #417211 by stanbon(75887)      You can put this solution on YOUR website! In how many different ways could a student create a schedule of five classes that last one-hour if there are eight possible time slots in a school day? \n" ); document.write( "---- \n" ); document.write( "Ans: 8C5 = 8C3 = (8*7*6)/(1*2*3) = 56 ways \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |