The identification code on a bank card consists of 1 digit followed by 2 letters. The code must meet the following conditions: The digit must be odd. The letters A, E, I, O, and U cannot be used. Letters cannot be used more than once.

Respuesta :

Answer:

For the code we have 3 selections.

The first selection is a digit that must be odd, so the options are {1, 3, 5, 7 ,9}

So we have 5 options.

The second selection is a letter from the set of all the letters (27) minus the set of the vowels (5)

So here we have 27 - 5 = 22 options

The third selection is also a letter from the previous set, but because each letter can be used only one time, and in the previous selection we already selected one of the letters, in this selection we have a letter less than in the previous selection.

Here we have 22 - 1 = 21 options.

The total number of combinations (of possible codes) is equal to the product of the number of options for each selection:

C = 5*22*21 = 2310.

There are 2310 different possible codes

ACCESS MORE
EDU ACCESS