in a window display at a flower shop, there are 3 spots for 1 plant each. to fill these 3 spots, adam has 7 plants to select fro
m, each of a different type. Selecting from the 7 plants, adam can make how many display arrangements with 1 plant in each spot? (Note: the positions of the unselected plants do not matter.)
We know that the number of combinations of n things taken r at a time is given by :-
So, number of ways to select 3 plants out of 7 =
Also number of ways to arrange them in 3 positions = 3! = 6
Now , total number of arrangements with 1 plant in each spot = (number of ways to select 3 plants out of 7) x (number of ways to arrange them in 3 positions)