Respuestas
Respuesta dada por:
1
Respuesta:
x1, y1 x2, y2
P1 (-4,7) ; P2 (2,-5)
Utiliza la ecuación de punto punto.
(y - y1) = [ (y2 - y1) /(x2 - x1) ] * (x - x1)
y - 7 = [ (-5 - 7) /(2 - (-4)) ] * (x - (-4))
y - 7 = [ - 12/(2 + 4) ] * (x + 4)
y - 7 = [ - 12/6 ] * (x + 4)
y - 7 = (-2)* (x + 4)
y - 7 = - 2x - 8
y = - 2x - 8 + 7
y = - 2x - 1......... Ecuación de la recta
Preguntas similares
hace 6 años
hace 6 años
hace 8 años
hace 8 años
hace 8 años
hace 9 años
hace 9 años