Hi All,
We're told that Will must choose a 3-character computer password, consisting of 1 letter from the alphabet and 2 distinct digits, in any order. We're asked for the total number of different passwords that Will can choose. Depending on how comfortable you are with the 'math' involved, you can perform the calculations in a couple of different ways. Here's how you can break the prompt down into smaller pieces (which you might find easier than trying to do one gigantic calculation).
Based on the the 'restrictions' in the prompt, we can use 1 letter of the English alphabet and 2 DISTINCT digits IN ANY ORDER to make a code. Thus, the code could be one of 3 options:
(Letter)(Digit)(Different Digit)
(Digit)(Letter)(Different Digit)
(Digit)(Different Digit)(Letter)
The first option = (Letter)(Digit)(Different Digit) = (26)(10)(9) = 2340
The second option = (Digit)(Letter)(Different Digit) = (10)(26)(9) = 2340
The third option = (Digit)(Different Digit)(Letter) = (10)(9)(26) = 2340
You might recognize that each calculation involves the product of the same 3 numbers, so you don't have to do that calculation each time - just do it once and then multiply that result by 3....
Total options = 3(2340) = 7020 options
Final Answer: [spoiler=]D[/spoiler]
GMAT assassins aren't born, they're made,
Rich