document.write( "Question 443316: how many computer password are possible, using digits: 0-9, a-z(lower case), A-Z (upper case) and !, @, #, $, %, &, *, +. Each character could be used more than one , but the last character have to be from !, @, #, $, %, &, *, +. \n" ); document.write( "
Algebra.Com's Answer #305786 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
Consider these sets:\r
\n" ); document.write( "\n" ); document.write( "0-9 has 10 digits
\n" ); document.write( "a-z has 26 letters
\n" ); document.write( "A-Z has 26 letters
\n" ); document.write( "{!,@,#,$,%,&,*,+} has 8 characters:
\n" ); document.write( "We have 70 characters in all:\r
\n" ); document.write( "\n" ); document.write( "If the number of characters is a fixed length {n characters}, there are \"70%5E%28n-1%29+%2A+8\" possible characters.\r
\n" ); document.write( "\n" ); document.write( "Let's say you are given some maximum amount of characters.\r
\n" ); document.write( "\n" ); document.write( "Then the number of passwords is represented as \"sum%2870%5E%28i-1%29%2A8%2C+i=1%2C+n%29\"
\n" ); document.write( "===========
\n" ); document.write( "Now I'm thinking this might be too advanced for the level of problem.\r
\n" ); document.write( "\n" ); document.write( "Is is possible that you have left out information? Is there a maximum length or fixed length of the password?
\n" ); document.write( "
\n" );