document.write( "Question 108286: A store selects four item from a selection of 6 items to arrange in a display. How many different arrangements are possible? \n" ); document.write( "
Algebra.Com's Answer #78895 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A store selects four item from a selection of 6 items to arrange in a display. How many different arrangements are possible?
\n" ); document.write( "---------------
\n" ); document.write( "# of ways to select 4 from 6 = 6C4 = [6*5]/[1*2] = 15
\n" ); document.write( "---------------
\n" ); document.write( "# of ways to arrange the 4 you select = 4! = 48
\n" ); document.write( "--------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );