6x-28 is what I got for this
If we have 2 coordinates say: (x1,y1) and (x2,y2)
Then the formula for the midpoint is:
((x1+x2)/2,(y1+y2)/2)
And the formula for the distance is:
Sqrt((x2-x1)^2+(y2-y1)^2)
So here we have (-1,-4) and (-7,4)
The midpoint is:
((-1+-7)/2,(-4+4)/2) = (-8/2,0/2) = (-4,0)
The distance is:
Sqrt((-7- -1)^2+(4- -4)^2)
= sqrt((-6^2)+(8^2))
=sqrt(36+64)
=sqrt(100)
=10
I'm Unsure, But Here's What I Found.
9.99×65=649.35
10.68×65=694.2
((10.68÷9.99)−1)×100=6.9%
3y-20+x+13=3x+9
3y-20+x+13+2y=180
3y-7+x=3x+9
3y=2x+16
y=2/3x+16/3
5y+x=187
5(2/3x+16/3)+x=187
10/3x+80/3+x=187
13/3x=481/3
x=37
The equation is:
y
=
5
4
x
−
13
Explanation:
The slope-intercept form of a straight line is
y
=
m
x
+
c
In this case we have a point,
(
x
,
y
)
and the slope,
m
so all we need is a value for
c
.
Substitute into
y
=
m
x
+
c
−
3
=
5
4
(
8
)
+
c
−
3
=
10
+
c
c
=
−
13