SOLUTION: a(k,3) and b(1,5) are two points. If /ab/= 4.472, find two values for k.

Algebra ->  Length-and-distance -> SOLUTION: a(k,3) and b(1,5) are two points. If /ab/= 4.472, find two values for k.      Log On


   



Question 221486: a(k,3) and b(1,5) are two points.
If /ab/= 4.472, find two values for k.

Answer by RAY100(1637) About Me  (Show Source):
You can put this solution on YOUR website!
Remember the distance formula, d = sqrt{ (y2-y1)^2 +(x2-x1)^2 }
.
and |ab| = distance = 4.472
.
4.472 = sqrt{ (5-3)^2 + (1-k)^2 },,,,,,square both sides
.
4.472 ^2 = { (2)^2 + (1-k)^2 }
.
4.472^2 -2^2 = (1-k)^2
.
16 = 1-2k+k2
.
0= -15 -2k +k^2 = k^2 -2k -15,,,,,factor
.
(k-5)(k+3) = 0
.
k=5,,,,-3
.
.
check...(k,3) ,,,(1,5)
.
(k=5),,,d= sqrt{ (2)^2 + (-4)^2 } = sqrt{ 4 +16} = sqrt20 = 4.472,,,ok
.
(k=-3),,d= sqrt{ (2)^2 + (4)^2} =sqrt{4+16} = sqrt20 = 4.472,,,,,,ok
.