Problem 10
(a) A teacher selects a team of three from a group of students. She also
selects a team of two (students can be in more than one team). The
teacher notices that there are twice as many ways of choosing the
team of three as there are the team of two. How many students are
in the group?
(b) For another group of students, there are three times as many teams
of three which can be selected as there are teams of two. How many
teams of three can be selected from this group?

Respuesta :

Using the combination formula, it is found that:

  • a) There are 8 students in the group.
  • b) 165 teams of three can be selected from this group.

---------------------------

The order in which the students are chosen is not important, which means that the combination formula is used to solve this question.

Combination formula:

is the number of different combinations of x objects from a set of n elements, given by the following formula.

[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]

---------------------------

Question a:

  • 3 students from a set of n, thus: [tex]C_{n,3}[/tex]
  • 2 students from a set of n, thus: [tex]C_{n,2}[/tex]

Twice as many ways to choose the teams of 3 than the teams of 2, thus:

[tex]C_{n,3} = 2C_{n,2}[/tex]

[tex]\frac{n!}{3!(n-3)!} = 2\frac{n!}{2!(n-2)!}[/tex]

We have to solve for n, thus:

[tex]2!n!(n-2)! = 2(3!)(n!)(n-3)![/tex]

[tex](n-2)! = 3!(n-3)![/tex]

From the factorial concept: [tex](n-2)! = (n-2)(n-3)![/tex], thus:

[tex](n-2)! = 3!(n-3)![/tex]

[tex](n-2)(n-3)! = 3!(n-3)![/tex]

[tex]n - 2 = 3![/tex]

[tex]n - 2 = 6[/tex]

[tex]n = 8[/tex]

There are 8 students in the group.

---------------------------

Question b:

First we have to find the total number of students, using the same logic as item a.

[tex]C_{n,3} = 2C_{n,2}[/tex]

[tex]\frac{n!}{3!(n-3)!} = 3\frac{n!}{2!(n-2)!}[/tex]

[tex]2!n!(n-2)! = 3n!3!(n-3)![/tex]

[tex]2(n-2)(n-3)! = 18(n-3)![/tex]

[tex]n - 2 = 9[/tex]

[tex]n = 11[/tex]

---------------------------

The number of teams of three is:

[tex]C_{11,3} = \frac{11!}{3!8!} = 165[/tex]

165 teams of three can be selected from this group.

A similar problem is given at https://brainly.com/question/23302762