document.write( "Question 1096046: A 5-character password must be chosen by arranging the characters 1, 2, A, B, and @. The password must start with a letter. How many different passwords are possible? \n" ); document.write( "
Algebra.Com's Answer #710629 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A 5-character password must be chosen by arranging the characters 1, 2, A, B, and @. The password must start with a letter. How many different passwords are possible? \n" ); document.write( "--------- \n" ); document.write( "The 1st character is A or B --> 1/2 \n" ); document.write( "The 2nd is 1 of 4 \n" ); document.write( "The 3rd is 1 of 3 \n" ); document.write( "The 4th is 1 of 2 \n" ); document.write( "--------------- \n" ); document.write( "----> 2*4*3*2 = 48 \n" ); document.write( " \n" ); document.write( " |