document.write( "Question 1082462: A computer password is to be made up consisting of four alphabetical characters. How many different computer passwords can be designed if repetition of letters is allowed? \n" ); document.write( "
Algebra.Com's Answer #696544 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
A computer password is to be made up consisting of four alphabetical characters. How many different computer passwords can be designed if repetition of letters is allowed?
\n" ); document.write( "-----------
\n" ); document.write( "If it's not case sensitive, ie, A = a, then it's 26^4.
\n" ); document.write( "It it is case sensitive, ie, A <> a, then it's 52^4.
\n" ); document.write( "
\n" );