¿Cuáles son las coordenadas del punto que es 1/4 del camino desde A (-6, -3) a B (6, 1)?

¿Cuáles son las coordenadas del punto que es 1/4 del camino desde A (-6, -3) a B (6, 1)?
Anonim

Responder:

El punto #1/4# de la manera es #(-3,-2)#

Explicación:

Empezar con:

#d = sqrt ((x_ "end" -x_ "start") ^ 2+ (y_ "end" -y_ "start") ^ 2) #

# 1 / 4d = 1 / 4sqrt ((x_ "end" -x_ "start") ^ 2+ (y_ "end" -y_ "start") ^ 2) #

# 1 / 4d = sqrt (1/16 ((x_ "end" -x_ "start") ^ 2+ (y_ "end" -y_ "start") ^ 2)) #

# 1 / 4d = sqrt (((x_ "end" -x_ "start") / 4) ^ 2 + ((y_ "end" -y_ "start") / 4) ^ 2)) #

#x_ (1/4) = (x_ "end" -x_ "start") / 4 + x_ "start" #

#y_ (1/4) = (y_ "end" -y_ "start") / 4+ y_ "start" #

#x_ (1/4) = (x_ "end" -x_ "start") / 4 + 4x_ "start" / 4 #

#y_ (1/4) = (y_ "end" -y_ "start") / 4+ 4y_ "start" / 4 #

#x_ (1/4) = (x_ "end" + 3x_ "start") / 4 #

#y_ (1/4) = (y_ "end" + 3y_ "start") / 4 #

#x_ "inicio" = -6 # y #y_ "inicio" = -3 #:

#x_ (1/4) = (x_ "fin" +3 (-6)) / 4 #

#y_ (1/4) = (y_ "fin" +3 (-3)) / 4 #

#x_ "fin" = 6 # y #y_ "end" = 1 #:

#x_ (1/4) = (6 + 3 (-6)) / 4 #

#y_ (1/4) = (1 + 3 (-3)) / 4 #

#x_ (1/4) = -3 #

#y_ (1/4) = -2 #