SOLUTION: If the distance between C(3,-4) and D(2,b) is 5sqrt2, what is a possible value of b? show solution.
Algebra
->
Length-and-distance
-> SOLUTION: If the distance between C(3,-4) and D(2,b) is 5sqrt2, what is a possible value of b? show solution.
Log On
Geometry: Length, distance, coordinates, metric length
Geometry
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Length-and-distance
Question 1002863
:
If the distance between C(3,-4) and D(2,b) is 5sqrt2, what is a possible value of b? show solution.
Answer by
Cromlix(4381)
(
Show Source
):
You can
put this solution on YOUR website!
Hi there,
Distance Formula:
Sqrt (x2 - x1)^2+ (y2 - y1)^2
Sqrt (2 - 1)^2 + (b - (-4))^2
Sqrt (1)^2 + (b + 4)^2
Sqrt (1)^2 + (b + 4)^2 = 5sqrt2
Sqrt (1)^2 + (b + 4)^2 = sqrt 50
Square both sides
1 + (b + 4)^2 = 50
(b + 4)^2 = 49
Square root both sides
b + 4 = 7
b = 3
Hope this helps :-)