1. When you calculate the number of permutations of n distinct objects taken r at a time, what are you counting? Give an example.
Table of contents
- 1. Intro to Stats and Collecting Data55m
- 2. Describing Data with Tables and Graphs1h 55m
- 3. Describing Data Numerically1h 45m
- 4. Probability2h 16m
- 5. Binomial Distribution & Discrete Random Variables2h 33m
- 6. Normal Distribution and Continuous Random Variables1h 38m
- 7. Sampling Distributions & Confidence Intervals: Mean1h 53m
- 8. Sampling Distributions & Confidence Intervals: Proportion1h 12m
- 9. Hypothesis Testing for One Sample2h 19m
- 10. Hypothesis Testing for Two Samples3h 22m
- 11. Correlation1h 6m
- 12. Regression1h 4m
- 13. Chi-Square Tests & Goodness of Fit1h 20m
- 14. ANOVA1h 0m
4. Probability
Counting
Problem 3.4.17
Textbook Question
In Exercises 15-18, determine whether the situation involves permutations, combinations, or neither. Explain your reasoning.
17. The number of ways 2 captains can be chosen from 28 players on a lacrosse team

1
Determine whether the order of selection matters in the problem. Since the problem is about choosing 2 captains and the order in which they are chosen does not matter (e.g., Captain A and Captain B is the same as Captain B and Captain A), this situation involves combinations.
Recall the formula for combinations: C(n, r) = n! / [(r!)(n - r)!], where n is the total number of items to choose from, and r is the number of items to choose.
Identify the values of n and r in this problem. Here, n = 28 (the total number of players) and r = 2 (the number of captains to be chosen).
Substitute the values of n and r into the combination formula: C(28, 2) = 28! / [(2!)(28 - 2)!].
Simplify the expression by canceling out the common factorial terms in the numerator and denominator, leaving you with C(28, 2) = (28 × 27) / 2!.

This video solution was recommended by our tutors as helpful for the problem above
Video duration:
1mPlay a video:
Was this helpful?
Key Concepts
Here are the essential concepts you must grasp in order to answer the question correctly.
Permutations
Permutations refer to the arrangement of items where the order matters. For example, if you are selecting a president and a vice president from a group, the order in which you select them is important, as different roles imply different arrangements.
Recommended video:
Introduction to Permutations
Combinations
Combinations involve selecting items where the order does not matter. For instance, choosing 2 captains from a group of players means that selecting Player A and Player B is the same as selecting Player B and Player A; thus, the arrangement is irrelevant.
Recommended video:
Combinations
Choosing from a Group
When determining how to choose from a group, it's essential to identify whether the selection involves distinct roles or positions. In this case, since the captains are not assigned specific roles beyond being captains, the situation is a combination, as the order of selection does not affect the outcome.
Recommended video:
Guided course
Z-Scores from Probabilities
Watch next
Master Introduction to Permutations with a bite sized video explanation from Patrick
Start learningRelated Videos
Related Practice
Textbook Question