Ask Question
23 February, 15:00

Suppose ten students in a class are to be grouped into teams. if each team has two students, how many ways are there to form teams? (the ordering of students within teams does not matter, and the ordering of the teams does not matter.)

+1
Answers (1)
  1. 23 February, 15:12
    0
    There are two solutions for this problem. It depends if order matters or not. As asked in the problem, we have to show both solutions.

    The first solution is for the condition that order does not matter. This is a combination problem:

    nCr = n!/r! (n-r) !

    where n=10 because there are 10 total students, and r=2 because you choose 2 students at a time

    nCr = 10!/2! (10-2) ! = 45 ways

    The second solution is for the condition that order matters. This is a permutation problem.

    nPr = n! / (n-r) ! = 10! / (10-2) ! = 90 ways
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Suppose ten students in a class are to be grouped into teams. if each team has two students, how many ways are there to form teams? (the ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers