an eight character password must be six letters of the alphabet (not case-sensitive) followed by a two digit number. how many different addresses of this kind are possible

Since you place no restrictions on repeats, I will assume that letters and digits can be repeated, and that 00 at the end is allowed.

Number of ways = (26^6)(100)
= around 31 billion