Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Let. S = {1,2,3,4,5}

a) List all the 3-permutations of S.

b) List all the 3 -combinations of S.

Short Answer

Expert verified

(a) The resultant answer is:

123    124    125    132    134    135    142    143    145    152153    154    213    214    215    231    234    235    241    243245    251    253    254    312    314    315    321    324    325341    342    345    351    352    354    412    413    415    421423    425    431    432    435    451    452    453    512    513514    521    523    524    531    532    534    541    542    543

(b) The resultant answer is:

123    124    125    134    135    145    234    235    245    345.

Step by step solution

01

Given data

The given data is S = {1,2,3,4,5} .

02

Concept of r -permutation and  r - combination

An r-permutation of a set of elements is an ordering of relements of the set in a row. The number of r-permutations of a set with nelements is P(n,r)=n(n1)(n2)(nr+1).

An r-combination of a set of nelements is a subset that containsof theelements. The number of r-permutations of a set with nelements is

C(n,r)=n!r!(nr)!withn!=n(n1)21.

03

Find all 3 permutations of S

(a)

We need to determine all 3 -permutations of the set S with 5 elements.

S = {1,2,3,4,5}

n = 5

r = 3

Let us first determine the number of 3 -permutations of S:

P (5,3) = 5.4.3

P (5,3) = 60

We thus need to determine all 60 possible orderings of 3 of the 5 elements of .

123    124    125    132    134    135    142    143    145    152153    154    213    214    215    231    234    235    241    243245    251    253    254    312    314    315    321    324    325341    342    345    351    352    354    412    413    415    421423    425    431    432    435    451    452    453    512    513514    521    523    524    531    532    534    541    542    543

04

Find all 3 combinations of S

(b)

We need to determine all 3 -combinations of the set S with 5 elements.

n = 5

r = 3

Let us first determine the number of 3 -combinations of S:

C(5,3)=5!3!(53)!=5!3!2!=5432132121=5421

Simplifying,

C(5,3)=202=10

We thus need to determine all 10 possible subsets of 3 of the 5 elements of S.

123    124    125    134    135    145    234    235    245    345.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

a) State the generalized pigeonhole principle.

b) Explain how the generalized pigeonhole principle can be used to show that among any 91 integers, there are at least ten that end with the same digit.

How many solutions are there to the equation x1 + x2 + x3 + x4 + x5 = 21,

where xi, i = 1, 2, 3, 4, 5, is a nonnegative integer such that

a) x1 ≥ 1?

b) xi ≥ 2 for i = 1, 2, 3, 4, 5?

c) 0 ≤ x1 ≤ 10?

d) 0 ≤ x1 ≤ 3, 1 ≤ x2 < 4, and x3 ≥ 15?

Show that if \(n\)and\(k\)are positive integers, then\(\left( {\begin{array}{*{20}{c}}{n + 1}\\k\end{array}} \right) = (n + 1)\left( {\begin{array}{*{20}{c}}n\\{k - 1}\end{array}} \right)/k\). Use this identity to construct an inductive definition of the binomial coefficients.

This procedure is used to break ties in games in the championship round of the World Cup soccer tournament. Each team selects five players in a prescribed order. Each of these players takes a penalty kick, with a player from the first team followed by a player from the second team and so on, following the order of players specified. If the score is still tied at the end of the 10 penalty kicks, this procedure is repeated. If the score is still tied after 20 penalty kicks, a sudden-death shootout occurs, with the first team scoring an unanswered goal victorious.

a) How many different scoring scenarios are possible if the game is settled in the first round of 10 penalty kicks, where the round ends once it is impossible for a team to equal the number of goals scored by the other team?

b) How many different scoring scenarios for the first and second groups of penalty kicks are possible if the game is settled in the second round of 10 penalty kicks?

c) How many scoring scenarios are possible for the full set of penalty kicks if the game is settled with no more than 10 total additional kicks after the two rounds of five kicks for each team?e11x2

Give a combinatorial proof that \(\sum\limits_{k = 1}^n k \left( {\begin{array}{*{20}{l}}n\\k\end{array}} \right) = n{2^{n - 1}}\). (Hint: Count in two ways the number of ways to select a committee and to then select a leader of the committee.)

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free