Q:

exercise 1.3. a telephone number consists of ten digits, of which the first digit is one of 1;2;:::;9 and the others can be 0;1;2;:::;9. what is the probability that 0/ appears at most once in a telephone number, if all the digits are chosen completely at random

Accepted Solution

A:
Answer:The probability that "0" appears at most once in a telephone number is 0.82Step-by-step explanation:Telephone number = 10 digitsFirst digit = (1,2......9)------> there are 9 possible digitsdigit 2 - digit 10 = (0,1,2......9) -----> there are 10 possible digitsLet's find the total amount of telefone numbers with those characteristics:possible first digit X possible second digit X...............X possible tenth digit9X10X10X10X10X10X10X10X10X10 = [tex]9X10^{9} = 9.000.000.000[/tex]Let's find the amount of telephone numbers that "0" appears at most once (it means 0 will occur either once or will not occur): If "0" appears once, the rest of the numbers should be 1.2.....9 (9 possible digits)9X10X9X9X9X9X9X9X9X9 =[tex]10X9^{9} = 3.874.204.809[/tex] If "0" doesn't appear, the ten digits should be 1,2....9 9X9X9X9X9X9X9X9X9X9 = [tex]9^{10} =3.486.784.401[/tex]Finally, find the probabilityP=(favorable outcomes/total outcomes)P=[tex]\frac{3.874.204.890 + 3.486.784.401}{9.000.000.000}[/tex] = 0.82