Question 1026712
.
create a password for one of her Internet accounts using some portion of her street name, which is “soundview.”  
If the password is restricted to 5 characters, how many different passwords can she create? 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


<pre>
1.  If the letters are allowed repeating then the answer is  {{{9^5}}}.

2.  If the letters are NOT allowed repeating then the answer is  9*8*7*6*5 = 15120.
</pre>