Ask Question
27 December, 22:05

Suppose that a "code" consists of 4 digits, none of which are repeated. (a digit is one of the 10 numbers 0,1,2,3,4,5,6,7,8,9) how many codes are possible?

+4
Answers (1)
  1. 27 December, 23:04
    0
    The answer is 5040.

    This is permutation without the repetition:

    P = n! / (n - r) !

    n - the number of choices

    r - the number of chosen

    We have:

    n = 10

    r = 4

    P = 10! / (10 - 4) !

    = 10!/6!

    = (10 * 9 * 8 * 7 * 6 * 5 * 4 * 3 * 2 * 1) / (6 * 5 * 4 * 3 * 2 * 1)

    = 10 * 9 * 8 * 7

    = 5040
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Suppose that a "code" consists of 4 digits, none of which are repeated. (a digit is one of the 10 numbers 0,1,2,3,4,5,6,7,8,9) how many ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers