I think the answer is 5×500
<span>Each team in the softball league plays each of the other teams exactly once. For every game, there is 2 team playing. The order is not important because A vs B is same as B vs A
So you just need to makes a combination of 2 that have a result of 21. If there is t number of teams, the number of matches would be:
tC2 = t!/2!(t-2)! = 21
</span>t! / (t-2)! = 21 *2
(t)(t-1)= 42
t^2 -t -42=0
(t-7)(t+6)
t=7 ; t=-6
Excluding the minus result, you got 7 teams.
Answer:
9v-18
Step-by-step explanation:
.........................................
Answer:
A=-2
B=-8
Step-by-step explanation:
In order for the system of linear equations to have infinitely many solution, they must be the same equation.
Ax-y=8
2x+y=B
We need to choose A and B so they are the same equation.
I notice they are both in the same form but in the second column you have opposites;
the -y and y.
So im going to multiply either equation by -1 so that part is exactly the same.
Don't choose both; choose only one.
Let's multiply the first equation by -1.
Doing this gives us the following:
-Ax+y=-8
2x+y=B
So now we can choose A and B so these equations appear exactly the same.
We need -A=2 and B=-8.
-A=2 implies A=(opposite of 2) which is -2.
Conclusion:
A=-2
B=-8
Let x be the width of the cardboard (which means the length of the cardboard is x+88), then the dimensions of the box are:
Length = [(x + 88) - 2(33)]
Width = x - 2(33)
Heighth = 33
Volume = length · width · heighth
144,144 = [(x + 88) - 2(33)] · [x - 2(33)] · 33
144,144 = (x+22)(x-66)(33)
4368 = (x+22)(x-66)
4368 = x² - 44x - 1452
0 = x² - 44x - 5820
use the quadratic formula to calculate that x = 101
Answer: cardboard width = 101, cardboard length = 189