/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Q. 1.10 From a group of n people, suppo... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

From a group of npeople, suppose that we want to choose a committee of k, k≤n, one of whom is to be designated as chairperson.

(a) By focusing first on the choice of the committee and then on the choice of the chair, argue that there are role="math" localid="1647945358534" nkkpossible choices.

(b) By focusing first on the choice of the non-chair committee members and then on the choice of the chair, argue that there are role="math" localid="1647945372759" nk-1n-k+1possible choices.

(c) By focusing first on the choice of the chair and then on the choice of the other committee members, argue that

there are role="math" localid="1647945385288" nn-1k-1possible choices.

(d) Conclude from parts (a), (b), and (c) that role="math" localid="1647945400273" knk=n-k+1nk-1=nn-1k-1.

(e) Use the factorial definition ofmr to verify the identity in part (d).

Short Answer

Expert verified

(a) The possible number of choices arenkk

(b) The possible number of choices arenk-1n-k+1

(c) The possible number of choices are nn-1k-1

(d) It is proved thatknk=n-k+1nk-1=nn-1k-1

(e) It is proved thatknk=n-k+1nk-1=nn-1k-1

Step by step solution

01

Part (a) Step 1. Find the possible number of choices.

Total no. of persons =n

No. of persons to be chosen for committee =k

So, the number of members for the committee can be chosen in localid="1647947695401" Cknways =nkways

Out of kmembers, one can be selected as chairperson in C1kways = kways

Therefore, total no. of ways arenkk.

02

Part (b) Step 1. Find the possible number of choices.

Out of kmembers, 1member will be the chair person. So, the non-chair members will be k-1.

So, non-chair members can be selected out of nmembers in role="math" localid="1647948253033" Ck-1nways =nk-1ways.

The left number of persons will be role="math" localid="1647948086924" n-(k-1)=n-k+1

Out of the left members, one can be selected as chairperson in C1n-k+1ways =n-k+1ways.

Therefore, total no. of ways arenk-1n-k+1.

03

Part (c) Step 1. Find the possible number of choices.

Out of npersons, one can be selected as chairperson in role="math" localid="1647948578979" C1nways =nways.

The remaining no. of people will be =n-1

The number of non-chair members of the committee will be =k-1

So, non-chair members can be selected out of n-1members in Ck-1n-1ways = n-1k-1ways

Therefore, total no. of ways arenn-1k-1.

04

Part (d) Step 1. Give conclusion.

In all the above parts, (a), (b) and (c), we have found the ways in which we could select kcommittee members out of the group of npersons and one chair person of the committee.

Therefore, the total number of ways will be equal.

Hence, it is proved thatrole="math" localid="1647950480646" knk=n-k+1nk-1=nn-1k-1

05

Part (e) Step 1. Verify the identity.

As per the factorial definition, mr=m!r!(m-r)!.

Therefore,

knk=k×n!k!(n-k)!=k×n!k×(k-1)!(n-k)!=n!(k-1)!(n-k)!................ (1)

n-k+1nk-1=n-k+1×n!(k-1)!(n-k+1)!=n-k+1×n!(k-1)!(n-k+1)×(n-k)!=n!(k-1)!(n-k)!............ (2)

nn-1k-1=n×(n-1)!(k-1)!(n-1-k+1)!=n×(n-1)!(k-1)!(n-k)!=n!(k-1)!(n-k)!............... (3)

As (1) = (2) = (3)

Therefore, it is proved thatknk=n-k+1nk-1=nn-1k-1

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 91Ó°ÊÓ!

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

If 4Americans, 3French people, and 3British people are to be seated in a row, how many seating arrangements are possible when people of the same nationality must sit next to each other?

Determine the number of vectors (x1,...,xn),such that each xiis either 0or1and∑i=1nxi≥k.

Consider a tournament of ncontestants in which the outcome is an ordering of these contestants, with ties allowed. That is, the outcome partitions the players into groups, with the first group consisting of the players who tied for first place, the next group being those who tied for the next-best position, and so on. Let localid="1648231792067" N(n)denote the number of different possible outcomes. For instance, localid="1648231796484" N(2)=3, since, in a tournament with localid="1648231802600" 2contestants, player localid="1648231807229" 1could be uniquely first, player localid="1648231812796" 2could be uniquely first, or they could tie for first.

(a) List all the possible outcomes when n=3.

(b) With localid="1648231819245" N(0)defined to equal localid="1648231826690" 1, argue without any computations, that localid="1648281124813" N(n)=∑i=1nniNn-i

Hint: How many outcomes are there in which localid="1648231837145" iplayers tie for last place?

(c) Show that the formula of part (b) is equivalent to the following:

localid="1648285265701" N(n)=∑i=1n-1niNi

(d) Use the recursion to find N(3) and N(4).

1. (a) How many different 7-place license plates are possible if the first 2 places are for letters and the other 5 for numbers? (b) Repeat part (a) under the assumption that no letter or number can be repeated in a single license plate

From 10 married couples, we want to select a group of 6 people that is not allowed to contain a married couple.

(a) How many choices are there?

(b) How many choices are there if the group must also consist of 3 men and 3 women?

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.