<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.
¹/₃(33x + 15) - ¹/₃(21x + 18) = 10
¹/₃(33x) + ¹/₃(15) - ¹/₃(21x) - ¹/₃(18) = 10
11x + 5 - 7x - 6 = 10
11x - 7x + 5 - 6 = 10
4x - 1 = 10
+ 1 + 1
4x = 11
4 4
x = 3³/₄
Answer:
In technical terms, the slope of the line is the change in y over the change in x. But I just like to think of it as rise over run. To find the slope of the line, pick two points on the line.
Answer:
Step-by-step explanation:
One third
Problem 1)
AC is only perpendicular to EF if angle ADE is 90 degrees
(angle ADE) + (angle DAE) + (angle AED) = 180
(angle ADE) + (44) + (48) = 180
(angle ADE) + 92 = 180
(angle ADE) + 92 - 92 = 180 - 92
angle ADE = 88
Since angle ADE is actually 88 degrees, we do NOT have a right angle so we do NOT have a right triangle
Triangle AED is acute (all 3 angles are less than 90 degrees)
So because angle ADE is NOT 90 degrees, this means
AC is NOT perpendicular to EF-------------------------------------------------------------
Problem 2)
a)
The center is (2,-3) The center is (h,k) and we can see that h = 2 and k = -3. It might help to write (x-2)^2+(y+3)^2 = 9 into (x-2)^2+(y-(-3))^2 = 3^3 then compare it to (x-h)^2 + (y-k)^2 = r^2
---------------------
b)
The radius is 3 and the diameter is 6From part a), we have (x-2)^2+(y-(-3))^2 = 3^3 matching (x-h)^2 + (y-k)^2 = r^2
where
h = 2
k = -3
r = 3
so, radius = r = 3
diameter = d = 2*r = 2*3 = 6
---------------------
c)
The graph is shown in the image attachment. It is a circle with center point C = (2,-3) and radius r = 3.
Some points on the circle are
A = (2, 0)
B = (5, -3)
D = (2, -6)
E = (-1, -3)
Note how the distance from the center C to some point on the circle, say point B, is 3 units. In other words segment BC = 3.