Permutation and Combination Problem

AI Thread Summary
The discussion revolves around calculating the number of ways a team can lose 3 or 2 out of their next 5 games using permutations and combinations. The key point is that both scenarios can be represented by arranging the outcomes of wins and losses, specifically as sequences of "L" for losses and "W" for wins. The confusion arises from the application of permutation formulas, as the arrangements of indistinguishable objects (the wins and losses) require adjustments using factorials to avoid overcounting. Ultimately, the same number of arrangements results from both scenarios due to the symmetry in choosing wins and losses. Understanding this symmetry clarifies why the answers to both questions are identical.
Mathkid182
Messages
2
Reaction score
0

Homework Statement




How many way can a team lose 3 of their next 5 games?
How many ways can a team lose 2 of their next 5 games?
Why are the two answers the same?

Homework Equations



Permutation = nPr = n! / (n-r)!
Combination = nCr = nPr / r!
where,
n, r are non negative integers and r<=n.
r is the size of each permutation.
n is the size of the set from which elements are permuted.
! is the factorial operator.

The Attempt at a Solution


I think this is a problem where the permutation equation would be used. After all, the team can LLLWW or WWLLL and those would be two different permutations that would satisfy the question's requirements. But I just don't understand how I would go about solving it. Any help is much appreciated.
 
Physics news on Phys.org
When I was studying for the SAT's and dealt with these equations the trick was to remember "n choose r", meaning that in the equations n is the number you are choosing from and r is the amount you are choosing.

In the first example you are choosing 3 out of 5 so n=5 r=3

Get it?
 
But then if we did the permutation formula for both questions then one wouldn't receive the same answer for both.
 
If you write "L" for lose and "W" for win you can see that the problem, is the same as 'In how many ways can you write 2 "W"s and 3 "L"s?'

If you imagine that all of the "L" are labeled, say "1", "2", "3", and all of the "W" are labeled "1", "2", then you have 5 distinguishable objects. There are 5! ways of arranging them. But because the two "W"s are not distinguishable, such an arrangement as W_1L_1L_2L_3W_2 is exactly the same as W_2L_1L_2L_3W_1. That is, because there are 2!= 2 ways to permute just the "W"s, we have to divide by 2! to get the number or arrangements ignoring rearrangements of just the "W"s. Similarly, there are 3!=6 ways to rearrange just the different "L"s. We must also divide by 3! since those are not "different" arrangements.

Now do the same with 2 "L"s and 3 "W"s.
 
If you were looking for all three-length permutations of {1,2,3,4,5}, you would get 123, 132, 213, 231, 312, 321 as six different possibilities.
Are all six of these different ways of winning three games?
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top