एक परीक्षा कोड में (2) बड़े अक्षर, (1) छोटा अक्षर और (2) अंक इसी क्रम में हैं। बड़े अक्षर अलग होने चाहिए, छोटे अक्षर पर कोई रोक नहीं है और अंक दोहराए जा सकते हैं। कुल कोड कितने होंगे?
An exam code has (2) uppercase letters, (1) lowercase letter, and (2) digits in this order. Uppercase letters must be distinct, the lowercase letter has no restriction, and digits may repeat. How many codes are possible?
Explanation opens after your attempt
B. \(26\times25\times26\times100\)
Simple Explanation
बड़े अक्षरों के लिए \(26\times25\), छोटे अक्षर के लिए (26), और अंकों के लिए \(10^2\) तरीके हैं। क्रम तय हो तो प्रत्येक स्थान की स्वतंत्र पसंद गुणा होती है। / There are \(26\times25\) ways for uppercase letters, (26) for the lowercase letter, and \(10^2\) for digits. When positions are fixed, multiply independent choices.
Login to save your score, XP, coins and progress.
