" A passcode that contains five digits and letters is to be formed. How many different passcodes can be formed from the digits 1,2,3,4 and letters V, W, X, Y, Z if the code must have at least 1 digit ?"
I assume that letters or digits and be repeated since it is not stated in the question. What I have tried is :
All possibilities - only letters are used
= 9^5 - 5^5
= 55924
Am I correct ?
What about this solution :
4C1 x 5C4 + 4C2 x 5C3 + 4C3 x 5C2 + 4C4 x 5C1 = 125
Is it correct ?
What is the correct answer ?
I assume that letters or digits and be repeated since it is not stated in the question. What I have tried is :
All possibilities - only letters are used
= 9^5 - 5^5
= 55924
Am I correct ?
What about this solution :
4C1 x 5C4 + 4C2 x 5C3 + 4C3 x 5C2 + 4C4 x 5C1 = 125
Is it correct ?
What is the correct answer ?