document.write( "Question 870779: A password must be 8 characters in length, composed of any uppercase letters the digits 0-9 and must begin or end with a special character ! + $ or &. Finally without any repeating characters, how many possible passwords can be made? \n" ); document.write( "
Algebra.Com's Answer #525180 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! There are 4 choices for the first and 8th position. \n" ); document.write( "There are 36 (26+10) choices for the 2nd to 7th position. \n" ); document.write( " |