document.write( "Question 457537: a four digit serial number is to be created from the digits 0 through 9. How many of these serial numbers can be created if 0 can not be the first digit, no digit may be repeated, and the last digit must be 5? Show work \n" ); document.write( "
Algebra.Com's Answer #313923 by amoresroy(361)\"\" \"About 
You can put this solution on YOUR website!
1st digit: 9 posible digits
\n" ); document.write( "2nd digit: 9 possible digits
\n" ); document.write( "3rd digit: 8 possible digits
\n" ); document.write( "4th digit: 1 possible digits (number 5 only)\r
\n" ); document.write( "\n" ); document.write( "Number of serial numbers = 9 * 9 * 8 * 1
\n" ); document.write( " = 648
\n" ); document.write( "
\n" );