This is real life calling.
My parents own a piece of property in which we would like to divide equally in two parts. There are two buildings on the property - an old house (H) from 1935 and an annex (A) to it's west side. I need a way to calculate this correctly, the trial-and-error ways of doing it have not yielded results my geeky nature will accept easily (I'm always off by at least one square meter).
The division must take into account that we cannot cut through any of the buildings but rather have to draw the division line (x) at the line where the buildings touch each other, then divide the rest of the property from the endpoint of that line on so that in the end we have two equal parts in size.

(x) in this picture is parallel to e, this is just my bad drawing skills.
The variables I see here are:
n,s,e,w as the length of the sides of the property.
x as the length of the straight line between the buildings.
s1,s2 as the lengths of the lines at which the divison line x starts.
The result should show the length of n1,n2 as where the angled, calculated division line will meet n.
As I am quite at lost here I was hoping for your help. Thank you!
AandH.xis just that line "prolonged" until it meetss. (I hope I understood your question) – Christian Jun 24 '13 at 08:45x,n,e,ware known, as ares1ands2(s=s1+s2). – Christian Jun 24 '13 at 09:41xis parallel toe, starts at a distance ofs1frome. I don't really have that as an absolute coordinate, all I have is the lengths ofn,s,w,e,s1,s2,x... – Christian Jun 25 '13 at 06:41