SOLUTION: In rectangle ABCD, a point M is selected inside the rectangle. If AM=4, BM=5, and CM=6, find the length of DM.

Algebra ->  Polygons -> SOLUTION: In rectangle ABCD, a point M is selected inside the rectangle. If AM=4, BM=5, and CM=6, find the length of DM.       Log On


   



Question 911998: In rectangle ABCD, a point M is selected inside the rectangle. If AM=4, BM=5, and CM=6, find the length of DM.

Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
Let the coordinates of A be (0,0).
Then B would be (0,xb), C would be (xc,yc), and D would be (xd,0).
Calculate the distance from each vertex to M.
AM:
%28x-0%29%5E2%2B%28y-0%29%5E2=16
1.x%5E2%2By%5E2=16
BM:
2.%28x-0%29%5E2%2B%28y-yb%29%5E2=25
CM:
3.%28x-xc%29%5E2%2B%28y-yc%29%5E2=36
DM:
4.%28x-xd%29%5E2%2By%5E2=%28alpha%29%5E2 where alpha is the unknown distance.
First we can simplify since,
yb=yc and xc=xd
So then, for CM,
3.%28x-xc%29%5E2%2B%28y-yb%29%5E2=36
and for DM,
4.%28x-xc%29%5E2%2By%5E2=%28alpha%29%5E2
Substituting from 3 into 4.
%2836-%28y-yb%29%5E2%29%2By%5E2=%28alpha%29%5E2
Then substituting from 2,
36-%2825-x%5E2%29%2By%5E2=%28alpha%29%5E2
11%2B%28x%5E2%2By%5E2%29=%28alpha%29%5E2
Finally, substituting from 1,
11%2B16=%28alpha%29%5E2
alpha%5E2=27
alpha=sqrt%2827%29
DM=3sqrt%283%29
.
.
.