174k views
4 votes
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?

User P G
by
4.6k points

2 Answers

6 votes

Answer:

20

10

Explanation:

just took the test

User Jeffrey Hantin
by
4.9k points
4 votes

Answer:

a) 20 ways

b) 10 ways

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:


nPr=(n!)/((n-r)!)

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


5P2=(5!)/((5-2)!) =20

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:


nCr=(n!)/(r!(n-r)!)

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


5C2=(5!)/(2!(5-2)!) =10

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

User Tiberiu Petcu
by
5.3k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.