document.write( "Question 1106668: How many ways can you choose 3 flowers from an arrangement of 5? \n" ); document.write( "
Algebra.Com's Answer #721659 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
How many ways can you choose 3 flowers from an arrangement of 5?
\n" ); document.write( "-----------
\n" ); document.write( "If there's no ordering, all flowers are the same:
\n" ); document.write( "5*4*3 = 60 ways
\n" ); document.write( "But, if flowers A, B & C is the same as C, B & A, then it's
\n" ); document.write( "5*4*3/(3*2*1) = 10 ways
\n" ); document.write( "
\n" ); document.write( "
\n" );