Wat is de helling tussen de punten (-2,0) en (0,4)?

Wat is de helling tussen de punten (-2,0) en (0,4)?
Anonim

Antwoord:

Helling: #color (groen) (2) #

Uitleg:

Gegeven twee punten # (X_1, y_1) # en # (X_2, y_2) #

de helling is gedefinieerd als

#color (wit) ("XXX") m = (Deltay) / (Deltax) = (y_2-y_1) / (x_2-x_1) #

In dit geval

#color (wit) ("XXX") (x_1, y_1) = (- 2,0) #

#color (wit) ("XXX") (x_2, y_2) = (0,4) #

Dus de helling is

#color (wit) ("XXX") (4-0) / (0 - (- 2)) = 02/04 = 2 #