document.write( "Question 847455: how many cars be given license plates having 5 digit numbers using the digits 1,2,3,4 and 5 with no digit repeated in any license plate? \n" ); document.write( "
Algebra.Com's Answer #510445 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
There are 5 ways to choose the 1st digit, 4 ways for the 2nd .... 1 for the 5th.\r
\n" ); document.write( "\n" ); document.write( "So there is 5*4*3*2*1= 5! ways. Or 120 ways.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );