Q.1.3

Question

In how many ways canr objects be selected from a set of nobjects if the order of selection is considered relevant?

Step-by-Step Solution

Verified
Answer

Choose the first, then the second, and so on...

n!(n-r)!

1Step 1 Given Information.

r objects are selected from a set of nobjects if the order of selection is considered relevant.

2Step 2 Explanation.

Choosingr fromn, ordered

The first element can be selected in nways

The second can be any of the remaining n-1

The relement can be any of then-r+1 elements.

By the generalized principle of the product, there aren·(n-1)·(n-r+1)=n!(n-r)! possible choices.