Answer:
x=2
Step-by-step explanation:
We know AC = BC since this is an isosceles triangle
6 = 2x+2
Subtract 2 from each side
6-2 =2x+2-2
4 =2x
Divide each side by 2
4/2 =2x/2
2=x
Yes there will be more than one
Answer:
26 rows
Step-by-step explanation:
this is like a rectangle length×width situation.
seats per row = s
number of rows = r
s × r = 884
s = r + 8
so, we can use e.g. the second equation in the first :
(r + 8) × r = 884
r² + 8r = 884
r² + 8r - 884 = 0
the general solution to such a quadratic equation is
x = (-b ± sqrt(b² - 4ac))/(2a)
in our case
x = r
a = 1
b = 8
c = -884
r = (-8 ± sqrt(8² - 4×1×-884))/(2×1) =
= (-8 ± sqrt(64 + 3536))/2 = (-8 ± sqrt(3600))/2 =
= (-8 ± 60)/2 = -4 ± 30
r1 = -4 + 30 = 26
r2 = -4 - 30 = -34
a negative number did not make any sense for the number of rows, so r = 26 is our answer.
Answer:
y=x+5
Step-by-step explanation:
So first you need to plug everything into the point-slope formula which is
y-y1=m(x-x1)
m being the slope and y1 and x1 being the point (5,10)
So once you plug it in it should look like this: y-10=1(x-5)
Now you solve it
First you need to distribute 1 in 1(x-5) which is (x-5)
Now you have y-10=x-5
Then you add 10 to both sides which is y=x+5
Your answer is y=x+5