asked 5.0k views
2 votes
How many ways can 7 basketball players be listed in order in a program? A. 5,040 B. 720 C. 120 D. 1

asked
User Xzyfer
by
8.2k points

2 Answers

3 votes

Since the order of basketball players is important, permutation is used. The problem could be interpreted as the permutation of 7 taken 7 at a time

nPr = n! /(n-r)! = 7! /0! = 5040 ways.

The answer is A.

answered
User APC
by
8.2k points
6 votes

Answer:

A. 5040

Explanation:

Number of players of the basketball = 7 and these players are to be listed in order in a program.

Since in any question if order is important then permutation is used and if order does not matters combination is applied.

Therefore for this question where 7 basketball players are to be listed in order, means order matters so permutation is to be used.


nPr=(n!)/((n-r)!)=7!/(7-7)!=7!/0! = 7! = 7.6.5.4.3.2.1 = 5040

Therefore option A 5040 is the right answer.

answered
User Sloth
by
8.5k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.