document.write( "Question 473728: how many different five character passwords can be formed from the lowercase letters of the alphabet if repetition in not allowed? \n" ); document.write( "
Algebra.Com's Answer #324933 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! If repetition is not allowed, then the amount of combinations is: \n" ); document.write( "26x25x24x23x22=7,893,600 different combinations.. \n" ); document.write( " |