Come si scrive l'equazione nella forma di intercettazione della pendenza fornita (-3, 5), (-6, 8)?
Risposta:
#color(blue)(y = - x + 2, " where slope = m = -1, y-intercept = b = 2"#
Spiegazione:
L'equazione di una linea, data coordinate di due punti è
#(y - y_1 ) / (y_2 - y_1) = (x - x_1) / (x_2 - x_1)#
#(x_1, y_1) -> (-3, 5)#
#(x_2, y_2) -> (-6,8)#
L'equazione è; #(y - 5) / (8-5) = (x + 3) / (-6 + 3)#
#(y - 5) / cancel3 = (x + 3) / - cancel(3)^color(red)(1)#
#-y + 5 = x + 3#
#"Standard form of slope-intercept is "y = mx + b, " where m is the slope and b the y-intercept"#
#:. -y = x +3 -5 = x - 2#
#y = - x + 2, " where m = -1, b = 2"#