Suppose we want to choose 2 objects, without replacement, from the 5 objects pencil, eraser, desk, chair, and lamp. (a)How many ways can this be done, if the order of the choices matters? (b)How many ways can this be done, if the order of the choices does not matter?

Respuesta :

Answer:

a) 20 ways

b) 10 ways

Step-by-step explanation:

When the order of selection/choice matters, we use Permutations to find the number of ways and if the order of selection/choice does not matter, we use Combinations to find the number of ways.

Part a)

We have to chose 2 objects from a group of 5 objects and order of choice matters. This is a problem of permutations, so we have to find 5P2

General formula of permutations of n objects taken r at time is:

[tex]nPr=\frac{n!}{(n-r)!}[/tex]

Using the value of n=5 and r=2, we get:

[tex]5P2=\frac{5!}{(5-2)!} =20[/tex]

Therefore, we can choose 2 objects from a group of 5 given objects if the order of choice matters.

Part b)

Order of choice does not matter in this case, so we will use combinations to find the number of ways of choosing 2 objects from a group of 5 objects which is represented by 5C2.

The general formula of combinations of n objects taken r at a time is:

[tex]nCr=\frac{n!}{r!(n-r)!}[/tex]

Using the value of n=5 and r=2, we get:

[tex]5C2=\frac{5!}{2!(5-2)!} =10[/tex]

Therefore, we can choose 2 objects from a group of 5 given objects if the order of choice does not matters.

Answer:

20

10

Step-by-step explanation:

just took the test