document.write( "Question 31613: Fourteen people are entered in a race. If there are no ties, in how many ways can the first two places come out?\r
\n" );
document.write( "\n" );
document.write( "(A) 364
\n" );
document.write( "(B) 182
\n" );
document.write( "(C) 28
\n" );
document.write( "(D) 214\r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #18266 by Cintchr(481)![]() ![]() ![]() You can put this solution on YOUR website! When working this type of problem it is a type of Factorial. \n" ); document.write( "Like 5!=5*4*3*2*1=120 \n" ); document.write( "BUT ... in this case you are not looking at all COMBOS only the first two places .... \n" ); document.write( "So if there are 14 people .... \n" ); document.write( "14*13=182 \n" ); document.write( " |