Suppose you want to generate a password using ASCII characters ($128$ characters.)How many ways can you create a password of 10 characters long that has at least one lowercase letter (a-z) and at least one number ($0-9$)?
** MY ANSWER: $26*10*(128)^{10}$**
I don't understand why this is wrong? Can anybody help? Thanks!