Counter
Mathematics Dictionary
Dr. K. G. Shih

Permutation


  • Q01 | - Permutation
  • Q02 | - Permutation of 3 digits
  • Q03 | - Ten people in a line
  • Q04 | - Ten people in a circle
  • Q05 | - References

  • Q01. Permutation

    Definition
    • There are n different symboals
    • Each time take r
    • What is the permuatation ?
      • 1. No repeating : P(n,r) = n*(n-1)*(n-2)*....*(n-r+1)
      • 2. With repeating : Permuation = n^r

    Go to Begin

    Q02. Permutation of 3 digits

    How many 3 digit number can be made ?
    • No zero in 3 digits
      • 1. No repeating : 3! = 6
      • 2. With repeating : 3^3 = 27
    • Zero is included in the 3 digits
      • 1. No repeating : 3! - 2! = 4 (2! is zero at left side)
      • 2. With repeating : 3^3 - 2^2 = 27 - 4 = 23 (2^2 is zero at left side)
    Illustration : 3 digits are 1, 2, 3

    Show Room of MD2002 Contact Dr. Shih Math Examples Room

    Copyright © Dr. K. G. Shih, Nova Scotia, Canada.

    1