A permutation is an ordered arrangement of all or part of a set of objects in a row.
By definition, a r-permutation of n distinct objects is an arrangement of these n objects, taking r of them in a definite order.
We denote r-permutation of n distinct objects by ‘n permute r’.
A r-permutation of n distinct objects can be viewed as selecting 1 object in r stages.
In the first stage, we can have n outcomes.
In the second stage, we can have only ‘n minus 1’ outcomes, as we have only ‘n minus 1’ number of objects left after the first stage.
This continues until the r-stage. At the r-th stage, we will be left with a possible of ‘n, minus r, plus 1’ outcomes.
By the multiplication principle, we have ‘n permute r’ equal to n, times ‘n minus 1’, times ‘n minus 2’, times ‘n minus 3’, and so on until the last case, ‘n, minus r, plus 1’.
This is equal to ‘n factorial’, divided by ‘n minus r, factorial’
In particular, the number of permutation of n distinct objects taken all at a time is ‘n permute n’, which is equal to ‘n factorial’.
Let us illustrate these using an example.
Results (
Thai) 1:
[Copy]Copied!
การเปลี่ยนแปลงคือการจัดเรียงคำสั่งทั้งหมดหรือส่วนหนึ่งของชุดของวัตถุในแถว
โดยนิยาม r-n การเปลี่ยนแปลงของวัตถุที่แตกต่างกันคือการจัดเรียงของวัตถุ n, r การของพวกเขาในการสั่งซื้อสินค้าที่แน่นอน.
เราแสดงว่า R-n การเปลี่ยนแปลงของวัตถุที่แตกต่างกันโดย 'n เปลี่ยนรูป r.
R-เปลี่ยนแปลงของวัตถุที่แตกต่างกัน n สามารถมองได้ว่าการเลือกวัตถุ 1 ในขั้นตอน r
ในขั้นตอนแรก,เราสามารถมีผลลัพธ์ที่ n
ในขั้นตอนที่สองเราจะได้มีเพียง 'n ลบ 1' ผลลัพธ์ที่เรามีจำนวนเท่านั้น 'n ลบ 1' ของวัตถุที่เหลือหลังจากขั้นตอนแรก
นี้ต่อไปจนกว่าจะ r-stage ที่เวที r-th เราจะทิ้งให้อยู่กับความเป็นไปได้ของ 'n, r ลบ, บวก 1' ผลลัพธ์
โดยหลักการคูณเรามี 'n เปลี่ยนรูป R' n เท่ากับครั้ง 'n ลบ 1'ครั้ง 'n ลบ 2' ครั้ง 'n ลบ 3' และอื่น ๆ จนกว่าคดีสุดท้าย 'n, r ลบ, บวก 1'
นี้จะมีค่าเท่ากับ n 'ปัจจัย' หารด้วย 'n ลบ r, แฟ'
โดยเฉพาะอย่างยิ่งจำนวนของการเปลี่ยนแปลงของวัตถุที่แตกต่างกัน n นำทั้งหมดในเวลาคือ 'n เปลี่ยนรูป n', ซึ่งเท่ากับ ' ปัจจัย n '.
แจ้งให้เราแสดงให้เห็นถึงเหล่านี้โดยใช้ตัวอย่าง.
Being translated, please wait..
