Question

Suppose that passwords for an email provider: must be either 8 or 10 characters long are case-sensitive, can include digits, and can include any of 12 special characters cannot end in a special charac...

Suppose that passwords for an email provider: must be either 8 or 10 characters long are case-sensitive, can include digits, and can include any of 12 special characters cannot end in a special character must contain at least one capital letter, one digit, or one special character (can contain more than one, just must contain at least one) How many different passwords are possible? Show your work. Work on the back of this sheet and attach additional sheets as necessary. A final answer in combinatorial is acceptable.

0 0
Add a comment Improve this question Transcribed image text
Know the answer?
Add Answer to:
Suppose that passwords for an email provider: must be either 8 or 10 characters long are case-sensitive, can include digits, and can include any of 12 special characters cannot end in a special charac...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Assume passwords are 10 characters long, and each character is either a lower case letter, upper...

    Assume passwords are 10 characters long, and each character is either a lower case letter, upper case letter, or digit 0, . . . , 9. (a) How many possible passwords are there? (b) How many passwords are there with at least one upper case letter, and also never repeat a character? (c) How many passwords are the same written forwards and backwards?

  • A password is required to be 12 to 16 characters in length. Characters can be digits (0-9), upper...

    discrete math. pls provide a clear explanation. thanks A password is required to be 12 to 16 characters in length. Characters can be digits (0-9), upper or lower-case letters (A-Z, a-z) or special characters. There are 10 permitted special characters. There is an additional rule that not all characters can be letters (i.e. there has to be at least one digit or one special character) ow many permitted passwords are there? Give your answer in un evaluated/un·simplified form and explain...

  • Problem 1 (12 points): In this problem you will count the number of passwords with certain...

    Problem 1 (12 points): In this problem you will count the number of passwords with certain characteristics. The characters in the passwords are all either letters or digits. You can assume all letters are lower case, so there are only 26 letters. State how many passwords there are with the given restrictions: 1. Length is 6 or 7 2. Length is 6 and it must contain at least one digit. 3. Length is 6 and it must have at least...

  • If the password can contain upper/lower case letters, digits, or any of eight special symbols: (Note:...

    If the password can contain upper/lower case letters, digits, or any of eight special symbols: (Note: leave answers in exponent or simplified factorial form) How many different 8-character passwords are possible if characters cannot be repeated?

  • Question 3: a. A computer password is 6 characters long. A character can be either a...

    Question 3: a. A computer password is 6 characters long. A character can be either a digit or an uppercase English letter. A valid password must contain exactly one digit. How many valid passwords are there? (hint: you do not know the position of this one digit. It might be in the beginning or the end or the middle of the password. You may use the combination low to select the position of this digit and then assigno value to...

  • # After the if statement that follows is executed, what will the value of $discount_amount be?...

    # After the if statement that follows is executed, what will the value of $discount_amount be? $discount_amount; $order_total = 200; if ($order_total > 200) { $discount_amount = $order_total * .3; } else if ($order_total > 100) { $discount_amount = $order_total * .2; } else { $discount_amount = $order_total * .1; }         2         20         40         60 # To open a file in PHP, you use the _________ function.         fopen()        ...

  • JAVA Problem: With the recent news about data breaches and different organizations having their clients’ information...

    JAVA Problem: With the recent news about data breaches and different organizations having their clients’ information being exposed, it is becoming more and more important to find ways to protect our sensitive data. In this program we will develop a simple tool that helps users generate strong passwords, encrypt and decrypt data using some cyphering techniques. You will need to create two classes. The first class is your driver for the application and contains the main method. Name this class...

  • Design an original, professional web site following the specifications listed below. This web sit...

    Design an original, professional web site following the specifications listed below. This web site will be for a business you plan to set up for yourself or for someone else. The following is a detailed list of the requirements for your web site. READ them carefully. Instructions - Web Site Requirements for the web site: General: You will thoroughly test all your pages in more than one browser. All links MUST work. All graphics must show on the page. All...

  • This C++ Program consists of: operator overloading, as well as experience with managing dynamic memory allocation...

    This C++ Program consists of: operator overloading, as well as experience with managing dynamic memory allocation inside a class. Task One common limitation of programming languages is that the built-in types are limited to smaller finite ranges of storage. For instance, the built-in int type in C++ is 4 bytes in most systems today, allowing for about 4 billion different numbers. The regular int splits this range between positive and negative numbers, but even an unsigned int (assuming 4 bytes)...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT