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)\"\" \"About 
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 \"23%2A23%2A10%2A10%2A%22%22%2A%22%22%2A10\" to n factors of 10.\r\n" );
document.write( "\r\n" );
document.write( "\"23%5E2%2A10%5En\"\"%22%22%3E=%22%22\"\"57826\"\r\n" );
document.write( "\"529%2A10%5En\"\"%22%22%3E=%22%22\"\"57826\"\r\n" );
document.write( "\r\n" );
document.write( " Divide both sides by 529\r\n" );
document.write( "\r\n" );
document.write( "\"10%5En\"\"%22%22%3E=%22%22\"\"57826\"\r\n" );
document.write( "\r\n" );
document.write( "\"n\"\"%22%22%3E=%22%22\"\"log%2810%2C%2857826%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"n\"\"%22%22%3E=%22%22\"\"4.762123152\"\r\n" );
document.write( "\r\n" );
document.write( "\"n\"\"%22%22%3E=%22%22\"\"5\"\r\n" );
document.write( "\r\n" );
document.write( "The smallest number of digits the designer can use is 5.\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );