document.write( "Question 945755: A system designer is asked to design an inventory system for a hardware manufacturer. The manufacturer produces 57,826 different kinds of hardware. The system designer must decide on a way to identify the different kinds of hardware. Each id# is to begin with two letters of the alphabet. Any letter can be used except I,O,Z. The rest of the id# is to consist of digits. How many digits must the designer include in the id# format to ensure that each kind of hardware has a unique id#s? \n" ); document.write( "
Algebra.Com's Answer #577208 by Edwin McCravy(20054)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Let the answer be n\r\n" ); document.write( "\r\n" ); document.write( "We choose the first letter 23 ways.\r\n" ); document.write( "We choose the second letter also 23 ways.\r\n" ); document.write( "We choose the 1st digit any of 10 ways.\r\n" ); document.write( "We choose the 2nd digit any of 10 ways.\r\n" ); document.write( "We choose the 3rd digit any of 10 ways. \r\n" ); document.write( "...\r\n" ); document.write( "...\r\n" ); document.write( "We choose the nth digit any of 10 ways.\r\n" ); document.write( "\r\n" ); document.write( "That's \n" ); document.write( " \n" ); document.write( " |