document.write( "Question 380393: How many possible starting lineups of 5 players from a 12-man roster can you form? \n" ); document.write( "
Algebra.Com's Answer #269963 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
Assuming the order matters, the answer is 12P5 = 12*11*10*9*8 = 95,040 ways. \n" ); document.write( "
\n" );