Product rule question about Alphabet

81 Views Asked by At

I am trying to understand the product rule and I have a simple example it says,

 If I have a license plate with two English letters how many different plates
 can be made?

The answer is 26^2

Now another question is in the same format but it asks how many plates can be made with upper and lower case letters. Would this still be counted as 26^2? Or would this be 52^2? Or are they all different sets, making it 78^2? I looked through lecture slides and they were no help. Thanks again.

1

There are 1 best solutions below

2
On BEST ANSWER

To think about the problem intuitively, imagine just choosing one letter out of the set of upper and lower case letters. You have $26$ lower case letters and $26$ upper case letters, giving you $26+26=52$ characters in total. Therefore there are $52$ potential choices for the first character.

Choosing for the second letter is exactly the same, and so you can choose any of the $52$ characters; combining these is a simple matter of multiplication (because for each of the $52$ choices for the first character there are $52$ choices for the second character). Therefore we have:

$$52\times52=52^{2}=2704\text{ combinations}$$