Respuesta :

Answer:

y = 4x/3 - 1/3.

Step-by-step explanation:

The equation of the straight line is given by the following formula:

(y - y1)/(x - x1) = (y2 - y1)/(x2 - x1); where (x, y) is the general point, (x1, y1) is the first point on the line, and (x2, y2) is the second point on the line.

Given that (x1, y1) = (4, 5) and (x2, y2) = (-2, -3):

(y - 5)/(x - 4) = (-3 - 5)/(-2 - 4).

(y - 5)/(x - 4) = -8/-6.

(y - 5)/(x - 4) = 4/3.

Cross multiplying:

3*(y - 5) = 4*(x - 4).

3y - 15 = 4x - 16.

3y = 4x - 1.

y = 4x/3 - 1/3.

This the equation of the line in the y = mx + c form!!!

For this case we have that by definition, the equation of the line in the slope-intersection form is given by:

[tex]y = mx + b[/tex]

Where:

m: It's the slope

b: It is the cut-off point with the y axis

To find the slope we need two points. According to the data we have:[tex](x1, y1) :( 4,5)\\(x2, y2): (- 2, -3)[/tex]

So:

[tex]m = \frac {y2-y1} {x2-x1} = \frac {-3-5} {- 2-4} = \frac {-8} {- 6} = \frac {4} {3}[/tex]

Thus, the equation is of the form:

[tex]y = \frac {4} {3} x + b[/tex]

We make a point and find b:

[tex]5 = \frac {4} {3} (4) + b\\5 = \frac {16} {3} + b\\b = 5- \frac {16} {3}\\b = \frac {15-16} {3}\\b = -\frac {1} {3}[/tex]

Finally we have:

[tex]y = \frac {4} {3} x - \frac {1} {3}[/tex]

Answer:

[tex]y = \frac {4} {3} x - \frac {1} {3}[/tex]