document.write( "Question 995554: In how many ways can we
\n" );
document.write( "(i) arrange 5 people in a queue.
\n" );
document.write( "(ii) award three different prizes (car, TV, laptop) to three out of a total of five people so that each person receives at most one prize. \n" );
document.write( "
Algebra.Com's Answer #614282 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In how many ways can we \n" ); document.write( "(i) arrange 5 people in a queue. \n" ); document.write( "Ans: 5! = 5*4*3*2*1 = 120 ways \n" ); document.write( "----------------------- \n" ); document.write( "(ii) award three different prizes (car, TV, laptop) to three out of a total of five people so that each person receives at most one prize. \n" ); document.write( "Ams: 5*4*3 = 60 ways \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |