document.write( "Question 555629: I am trying to figure out what formula to use on this question and also how to proceed with the formula.\r
\n" );
document.write( "\n" );
document.write( "A password to a computer is to consist of 2 lower case letters followed by three digits. How many different passwords are possible if repetition of letters and numbers is not permitted? \n" );
document.write( "
Algebra.Com's Answer #361885 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! It's better if you reason it out and \n" ); document.write( "don't think of it as a formula. \n" ); document.write( "----------------------- \n" ); document.write( "Imagine you have 5 empty boxes that you can put \n" ); document.write( "things in, but you are restricted as to what you can \n" ); document.write( "put in them. \n" ); document.write( "----------------------- \n" ); document.write( "There are 26 possible things ( letters ) you can put in the 1st box \n" ); document.write( "You have used up a letter, so you only have 25 possible letters \n" ); document.write( "you can put in the 2nd box. \n" ); document.write( "In the 3rd box, you are allowed 0 - 9, so there are 10 possible things \n" ); document.write( "In the 4th box, you have 10 - 1 = 9 possible things allowed \n" ); document.write( "In the 5th box, you have 10 - 2 = 8 possible things allowed \n" ); document.write( "------------------------------------------------ \n" ); document.write( "The numbers of things allowed in the 5 boxes is: \n" ); document.write( "26, 25, 10, 9, and 8 \n" ); document.write( "Now the key to the problem is what to do with these numbers. \n" ); document.write( "The general rule is, whenever you have \n" ); document.write( "( x number possible ) AND ( y number possible ) AND ( z number possible ) etc. etc. etc. \n" ); document.write( "The resulting possibilities are x times y times z etc. \n" ); document.write( "So, the number of possible passwords is: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |