Megan is trying to remember her password for her computer. All she can remember is that it is two letters follow by three digits how many possible combinations are there for Megan's password

There are 26 letters in the English alphabet, and 10 digits (0-9). Since Megan's password consists of two letters followed by three digits, the number of possible combinations can be calculated as follows:

Number of possible letters for the first letter = 26
Number of possible letters for the second letter = 26
Number of possible digits for the first digit = 10
Number of possible digits for the second digit = 10
Number of possible digits for the third digit = 10

To calculate the total number of possible combinations, we multiply all these possibilities together:

26 * 26 * 10 * 10 * 10 = 676,000

Therefore, there are 676,000 possible combinations for Megan's password.