Q:

A computer is generating passwords. The computer generates ten characters at random, and each is equally likely to be any of the letters or digits. Replications are allowed. What is the probability that the password will contain all letters? Round your answers to four decimal places.

Accepted Solution

A:
Answer: 0.0386Step-by-step explanation:Number of digits = 10Number of letters in English alphabet = 26Total number of characters = [tex]10+26=36[/tex]Now, if replication is allowed, then the total number of ways to make a ten character password will be :_[tex](36)^{10}[/tex]The number of ways to make a password having all letters :-[tex](26)^{10}[/tex]Now, the probability that the password will contain all letters will be :-[tex]\dfrac{26^{10}}{36^{10}}=0.0386107708316\approx0.0386[/tex]Hence, the probability that the password will contain all letters =0.0386