document.write( "Question 448434: A computer system requires users to have an access code that consists of a three-digit number that is not allowed to start with zero and cannot repeat digits. How many such codes are possible?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #308566 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "for first position: 9 ways (except 0)\r \n" ); document.write( "\n" ); document.write( "for second position : 9 ways (except that position first)\r \n" ); document.write( "\n" ); document.write( "for third position : 8 ways (except that position first and second)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "number of possible codes = 9*9*8 = 648\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |