document.write( "Question 732322: A business has 10 locations and wishes to rank the top 3 locations as 1st, 2nd, or 3rd. How many different ways can this be done? \n" ); document.write( "
Algebra.Com's Answer #447767 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A business has 10 locations and wishes to rank the top 3 locations as 1st, 2nd, or 3rd. How many different ways can this be done? \n" ); document.write( "---- \n" ); document.write( "Select 1 of the 3 as 1st: 3 ways \n" ); document.write( "Select 1l of the remaining 2 as 2nd: 2 ways \n" ); document.write( "The remaining one is 3rd: 1 way \n" ); document.write( "---- \n" ); document.write( "# of choices: 3*2*1 = 6 \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================= \n" ); document.write( " |