<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.
I am sure that This one would be c
<span>Each Interior Angle = <span>(<span>(Number of Sides -2) • 180 degrees<span>)<span> ÷ (Number of Sides)
Solving for number of sides
</span></span></span></span></span>
<span>Each Interior Angle / 180 = <span>(N -2) <span>/ (N)
144 / 180 = (n-2) / n
144 * n = 180n -360
360 = 36 n
n = 10 the number of sides
Source:
http://www.1728.org/polygon.htm
</span></span></span>
Answer:
11.2 feet
Step-by-step explanation:
The two furthest corners of the bed are at (8, 6) and (5, 10). To determine which is the furthest from the origin, use the distance formula.
d = √((x₂ − x₁)² + (y₂ − y₁)²)
d = √((8 − 0)² + (6 − 0)²)
d = 10
d = √((x₂ − x₁)² + (y₂ − y₁)²)
d = √((5 − 0)² + (10 − 0)²)
d = 5√5
d ≈ 11.2
Therefore, the corner at (5, 10) is the furthest from the origin, about 11.2 feet away.
The question is incorrect
the correct question is
A local citizen wants to fence a rectangular community garden. The length of the garden should be at least 110 ft,and the distance around should be no more than 380 ft. Write a system of inequality that model the possible dimensions of he garden. Graph the system to show all possible solutionslet
x---------------> t<span>he length of the garden
</span>y---------------> the wide of the garden
we know that
x>=110
2x+2y <=380---------------> x+y <= 190
Part A) <span>Write a system of inequality that model the possible dimensions of he garden
</span>
the answer part A) is
x>=110
x+y <= 190
Part B) <span>Graph the system to show all possible solutions
using a graph tool
see the attached figure
the solution is the triangle show in the figure
</span><span>the possible solutions of y (wide) would be between 0 and 80 ft
</span>the possible solutions of x (length) would be between 110 ft and 190 ft