document.write( "Question 321032: if 16 dogs are entered into a dog show, in how many ways could you award first, second, and third place prize?\r
\n" );
document.write( "\n" );
document.write( "This is what i thought but not sure?..16P3 16!/16-3!=16!/13!=3360 is this right? \n" );
document.write( "
Algebra.Com's Answer #229914 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 1st place is 1 of 16, \n" ); document.write( "2nd place is 1 of 15, \n" ); document.write( "3rd place is 1 of 14. \n" ); document.write( "--> 16*15*14 \n" ); document.write( "= 3360 \n" ); document.write( " \n" ); document.write( " |