document.write( "Question 479185: How many numbers consisting of 5 digits can be made from 1, 2, 3, 4, 5, 6, 7, 8, 9? \n" ); document.write( "
Algebra.Com's Answer #328328 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
You are allowed to use 9 different digits in a five digit number.
\n" ); document.write( "How many choices for the first digit of the number? 9
\n" ); document.write( "How many for the second? Also 9
\n" ); document.write( "Same for the third and so on
\n" ); document.write( "\"9%2A9%2A9%2A9%2A9+=+59049\"
\n" ); document.write( "
\n" );