대답:
설명:
# "시컨트 라인의 기울기는"# "
# • color (흰색) (x) m = (f (6) -f (3)) / (6-3) #
# "그"는 "y의 차이"/ "x의 차이" "2 점 사이의 차이"#
#f (6) = 4 (6) ^ 2-2 (6) + 1 #
#color (흰색) (xxx) = 144-12 + 1 #
#color (흰색) (xxx) = 133 #
#f (3) = 4 (3) ^ 2-2 (3) + 1 #
#color (흰색) (xxx) = 36-6 + 1 #
#color (흰색) (xxx) = 31 #
# rArrm = (133-31) / 3 = 102 / 3 = 34 #