202k views
4 votes
14. In a game show, contestants must guess the price of a product. A contestant is given nine cards with the numbers 1 to 9 written on them (each card has a different number).

The contestant must then choose three cards and arrange them to produce a price in dollars. How many different prices can be formed using these cards? Is this question answered
by considering permutations or combinations? Explain.

User HTDutchy
by
4.5k points

1 Answer

0 votes

Answer:

504 different prices can be formed using these cards.

Explanation:

Different prices can be formed using these cards:


P^(n)_(k)=(n!)/((n-k)!)

where = n = number of cards

k = number of cards to be chose

n= 9, k = 3


P^(9)_(3)=(9!)/((9-3)!)


(9* 8* 7* 6!)/(6!)=504

504 different prices can be formed using these cards.

We calculated the number of permutations. We made this choice because in permutation order of element matters but in combination its not.

User Jason Pearce
by
4.4k points