What is the distance between (8, -3) and (4, -7)?
2 Answers
Mar 25, 2018
Explanation:
#"calculate the distance using the "color(blue)"distance formula"#
#•color(white)(x)d=sqrt((x_2-x_1)^2+(y_2-y_1)^2)#
#"let "(x_1,y_1)=(8,-3)" and "(x_2,y_2)=(4,-7)#
#d=sqrt((4-8)^2+(-7+3)^2)#
#color(white)(d)=sqrt(16+16)=sqrt32=4sqrt2~~5.66#
Mar 25, 2018
Explanation:
In 2D cartesian coordinates, distance between two points is given as:
So for our problem:
Now we can simplify by trying to find the largest square number we can pull out of the square root.