document.write( "Question 609249: The hexadecimal (base 16) number system uses the number 0 through 9 and the letters A through F to represent values 0 through 15. If no symbol appears more than once, how many 8-digit hexadecimal numbers can be formed from the symbols 1, 2, 3, 4, 5, 6, 7, 9, B, C, D? \n" ); document.write( "
Algebra.Com's Answer #384073 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
11 digits to choose from, we choose eight without any repeats.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "11P8 = 11*10*9*...*4 = 6652800
\n" ); document.write( "
\n" );