document.write( "Question 85843: A store selects 4 items from a selection of 6 items to arrange in a display. How many different arrangements are possible?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Is my solution of 6 * 4 = 24 a correct answer or to easy??? \n" );
document.write( "
Algebra.Com's Answer #62032 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A store selects 4 items from a selection of 6 items to arrange in a display. How many different arrangements are possible? \n" ); document.write( "--------- \n" ); document.write( "Comment: Arrangements are called permutations. \n" ); document.write( "You are selecting 4 of 6. \n" ); document.write( "Your Problem: \n" ); document.write( "6P4 = [6/!]/[(6-4)!] = 6*5*4*3 = 360 arrangements \n" ); document.write( "======== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |