Combinations of 5 letters and 3 numbers in an 8 digit password. I'm having a pretty hard time solving this relatively simple problem. Essentially, the problem asks how many 8 digit passwords can be formed using 5 different letters from a set of uppercase and lowercase letters (thus, 52 letters in total) and 3 different digits from the set of integers 0-9.

tamola7f

tamola7f

Answered question

2022-09-05

Combinations of 5 letters and 3 numbers in an 8 digit password
I'm having a pretty hard time solving this relatively simple problem. Essentially, the problem asks how many 8 digit passwords can be formed using 5 different letters from a set of uppercase and lowercase letters (thus, 52 letters in total) and 3 different digits from the set of integers 0 9. My solution so far is that there are ( 8 5 ) ( 52 5 ) ( 10 3 ) possible passwords, but I have no way of checking is this is true and the other problems haven't come quite so easily to me. Am I correct? If not, how can I find the correct answer?

Answer & Explanation

Lily Travis

Lily Travis

Beginner2022-09-06Added 14 answers

Step 1
It is said that 5 distinct letters (uppercase and lowercase ) and 3 distinct digits will be used to construct lenght of 8. So, lets assume that there are 8 spaces to fill with characters.
Lets choose 5 spaces among 8 spaces to place the letters by ( 8 5 ) , so the rest will be for digits.
Step 2
It is also said that letters and digits must be different , so we can use permutatiton. Permutation for letters is P(52,5) , permutation for digits is P(10,3)
Hence, the result is
( 8 5 ) × P ( 52 , 5 ) × P ( 10 , 3 )

Do you have a similar question?

Recalculate according to your conditions!

New Questions in Discrete math

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?