11 11 votes An e-mail password must contain three characters. The password has to contain one numeral from $0$ to $9,$ one upper case and one lower case character from the English alphabet. How many distinct passwords are possible$?$ $6,760$ $13,520$ $40,560$ $1,05,456$ Quantitative Aptitude gate2018-ee general-aptitude quantitative-aptitude normal combinatory counting + – Arjun 891 views answer comment Share Follow See all 2 Comments 2 2 Comments reply Ashwani Kumar 2 commented Feb 21, 2018 i moved by Arjun May 18 reply Follow flag Each combination can occur 3! times.. right? 1 1 replyShare Kaifi7 commented Feb 22, 2018 i moved by Arjun May 18 reply Follow flag Oh! yes you are right. 0 0 replyShare Please log in or register to add a comment.
Best answer 12 12 votes Select any digit from $10$ digits, one uppercase alphabet from $26$ alphabets and one lowercase alphabets from $26$ alphabet, each combination can permute $3!$ times for ex: $5Ab, 5bA, A5b, Ab5, bA5, b5A$ So, total possible passwords= $(10C1 * 26C1 * 26C1 ) * 3! $ $= 40560$ Hence option c) is correct Ashwani Kumar 2 answered Feb 21, 2018 • moved May 18 by Arjun Ashwani Kumar 2 comment Share Follow See all 4 Comments 4 4 Comments reply PRABAKARAN commented Jun 25, 2018 i moved by Arjun May 18 reply Follow flag (10C1*26C1*26C1)*6 This is a Correct Formula 0 0 replyShare Sukanya Das commented Jun 25, 2018 i moved by Arjun May 18 reply Follow flag $^{10}C_1 \times ^{26}C_1 \times ^{26}C_1 \times 3!$ $\implies ^{10}C_1 \times ^{26}C_1 \times^ {26}C_1 \times 3 \times 2$ $\implies ^{10}C_1 \times ^{26}C_1 \times ^{26}C_1 \times 6$ 4 4 replyShare Raj Bopche commented Feb 26, 2022 i moved by Arjun May 18 reply Follow flag Some extra info for nerds. After getting 10 * 26 * 26 * 3 * 2. We know that the final answer is a multiple of 10, so it will have 0 as the last position hence option D is eliminated, rest of the options have 0 as the last position. The final answer is also a multiple of 3. Among A, B and C only option C is multiple of 3. Hence option C is the answer. 2 2 replyShare `JEET commented Feb 27, 2022 i moved by Arjun May 18 reply Follow flag Elimination method. 0 0 replyShare Please log in or register to add a comment.
1 1 vote Here password is consist of 3 characters; _ _ _ First dash can be fill with 0 to 9 numbers: so total possibilities are 10. Second dash can be fill with 26 letters which are UPPERCASE : Total possibilities are 26 Third dash can be fill with 26 small letters: total possibilities are 26 thus total no of distinct password are : 26*26*10 = 6760 but take an eg, a A 0 it can be arrange in 6 different ways a 0 A a A 0 0 a A 0 A a A a 0 A 0 a thus total possible arrangement can be 6760*6 = 40560 (distinct possible ways for a password). ashishrajmin answered Jul 31, 2022 ashishrajmin comment Share Follow 0 reply Please log in or register to add a comment.