document.write( "Question 127241: At an annual flower show, 6 different entries are to be arranged in a row.
\n" ); document.write( "a) How many different arrangements of the entries are possible?
\n" ); document.write( "b) If the owners of the 1st, 2nd, and 3rd place entries will be awarded prizes of $100, $50, and $25 respectively, how many ways can the prizes be awarded?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #106030 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
a) 6 ways to pick the first one in line, times 5 ways to pick the second, and so on, also expressed as \"6%21\". You do the arithmetic.\r
\n" ); document.write( "\n" ); document.write( "b) Since you are giving 3 different prizes, the order of the outcome is significant. Therefore, you need the Permutation of 6 things taken 3 at a time. The formula for the Permutation of n things taken r at a time is \"P%5Bn%2Cr%5D=n%21%2F%28n-r%29%21\". Again, you do the arithmetic.
\n" ); document.write( "
\n" );