asked 179k views
1 vote
A door lock requires 3 different letters to be pressed in the correct order. If each permutation can only be made from the letters ABC, how many different permutations can there be?

asked
User Lauran
by
7.5k points

2 Answers

7 votes
ABC ACB BAC BCA CBA CAB
total:6
answered
User Suragch
by
7.9k points
3 votes

Answer: 6 different permutations .

Explanation:

The permutation of n things taken r at a time is given by:-


^nP_r=(n!)/((n-r)!)

Given : A door lock requires 3 different letters to be pressed in the correct order.

If each permutation can only be made from the letters ABC, then the number of different permutations can there be is given by :-


^3P_3=(3!)/((3-3)!)=3!=3*2=6

Hence, there can be 6 different permutations .

answered
User Hayden Linder
by
8.9k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.