document.write( "Question 839276: How many seven-symbol computer passwords can be formed using the letters A to J and the digits 2 to 7?\r
\n" );
document.write( "\n" );
document.write( "Is the Formula
\n" );
document.write( "10 for letters
\n" );
document.write( "and 5 \r
\n" );
document.write( "\n" );
document.write( "10*10*10*10*10
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #505639 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How many seven-symbol computer passwords can be formed using the letters A to J and the digits 2 to 7? \n" ); document.write( "------------- \n" ); document.write( "A to J is 10 letters \n" ); document.write( "2 to 7 is 6 numbers \n" ); document.write( "--> 16 choices \n" ); document.write( "====================== \n" ); document.write( "--> 16^7 \n" ); document.write( "= 268435456 passwords if it's not case sensitive, ie, if a = A, b = B, etc \n" ); document.write( " \n" ); document.write( " |