A combination lock has 20 numbers on it, from zero to 19. The combination to unlock it consists of three numbers. Find the probability that the combination contains the numbers 1, 2, and 3 in some order, assuming that numbers cannot be repeated in the combination. Write your answer as a simplified fraction.

Respuesta :

Answer:

[tex]\dfrac{1}{190}[/tex]

Step-by-step explanation:

This is a problem using combinatorics probability

The total number of combinations for k items out of a set of n items is given by
[tex]C(n, k) = \dfrac{n!}{k! (n-k)!}[/tex]

The left hand side is referred to as n choose k

! represents the factorial function

There are calculators to compute these values

Given 20 numbers the number of ways to choose 3 numbers is given by
[tex]C(10, 3) = \dfrac{20!}{3! (20-3)!}\\= 1140[/tex]

If we are specifically asked for the numbers 1, 2 and 3 in any order the total number of ways of ordering these numbers is 3! == 6 ways
{1, 2, 3}, {1, 3, 2}, 2, 3, 1}, 2, 1, 3}, {3, 1, 2} and {3, 2, 1}

Therefore the desired probability
= Number of ways of arranging 1, 2, 3 ÷ total number of ways in which you can select 3 numbers from 20 numbers

[tex]= \dfrac{6}{1140}\\\\= \dfrac{1}{190}[/tex]