Question 659911: can someone explain how do i find the distance between this points:
A=(6-1)B=(1,11)
A=(-3,-5)B=(3,-13)
A=(2,-2)B(-2,2)
A=(4,-6)B=(-2,4)
Found 4 solutions by Alan3354, MathLover1, stanbon, ewatrrr: Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! can someone explain how do i find the distance between this points:
A=(6,-1)B=(1,11)
diffy = -1 - 11 = -12
diffx = 6 - 1 = 5
----

distance = 13 units
======================
Do the others the same way.
A=(-3,-5)B=(3,-13)
A=(2,-2)B(-2,2)
A=(4,-6)B=(-2,4)
Answer by MathLover1(20850) (Show Source): Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! can someone explain how do i find the distance between this points:
A=(6-1) ; B=(1,11)
distance = sqrt[(x-x1)^2 + (y-y1)^2]
-------
distance = sqrt[(11--1)^2 + (1-6)^2] = sqrt[144+25] = 13
------------------------------
A=(-3,-5)B=(3,-13)
dist = sqrt[(-13--5)^2+(3--3)^2] = sqrt[64+ 36] = 10
------------------------------
A=(2,-2)B(-2,2)
dist = sqrt[(2--2)^2 + (-2-2)^2] = sqrt[[16 + 16] = sqrt(32) = 4sqrt(2)
--------
A=(4,-6) ; B=(-2,4)
dist = sqrt(136) = 2sqrt(34)
==============================
Cheers,
Stan H.
==============
Answer by ewatrrr(24785) (Show Source):
|
|
|