Algebra/Pythagoras Problem

nikki1234

New member
Joined
Feb 2, 2011
Messages
4
Hi guys

I've been looking at this question for a few days now and I cant seem to figure it out. Please help.

Standing at a location which is exactly 3m, 4m and 5m (can be in any order) from 3 corners of a rectangle. What are the possible distances from the fourth corner?

Looking at the problem I know there are 3 different ways this can be drawn. One of the answer is o as it doesnt move and this can be proved using Pythagoras triples. I know there are 3 possible solutions. With one of the diagrams you can get a set of four equations with four unknowns using good principle of using perpendicular distances from point to corners . However this is where it all gets confusing.
 
Code:
A


      X

B                C
So you mean something like above:
standing at X, AX=4, BX=3, CX=5.
Yes?
 
DUPLICATE POST:

viewtopic.php?f=2&t=43835

Assume one of the corners is origin and the length of the room is 'L" and the width is "W".

Assign location of Person (point P) is (x,y)

Now write the length equations.

(L-x)^2 + y^2 = 25 .................................(1)

(W-y)^2 + x^2 = 16................................(2)

x^2 + y^2 = 9 .....................................(3)

You need to find

(L-x)^2 + (W-y)^2 = ???

If you subtract (3) from (1) you get,

(L-x)^2 - x^2 = 16...............................(4)

adding

(2) and (4) we get

(L-x)^2 + (W-y)^2 = 32

That is one of your solutions.

The rest can be found by changing the numerical parts of equations (1), (2) and (3)
 
Thank you. Will this be the only method of doing this question or will there be other ways?
 
Top